Html Css Color HEX #9DB7A0 Edward

📋 copy color: '#9DB7A0'

red 157 ◦ green 183 ◦ blue 160

#9DB7A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #9DB7A0

Tints of Edward #9DB7A0

RGB

 RED value IS 157 (61.72% from 255) = 31.4%

 GREEN value IS 183 (71.88% from 255) = 36.6%

 BLUE value IS 160 (62.89% from 255) = 32%

R = 31.4%
G = 36.6%
B = 32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9DB7A0 (or 0x9DB7A0) is known color: Edward. HEX triplet: 9D, B7 and A0. RGB value is (157,183,160). Sum of RGB (Red+Green+Blue) = 157+183+160=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB7A0 is #62485F. Grayscale: #ACACAC. Windows color (decimal): -6441056 or 10532765. OLE color: 10532765.

HSL color Cylindrical-coordinate representation of color #9DB7A0: hue angle of 126.92º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DB7A0 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 183 160 -
CMYK 0.14 0 0.13 0.28
HSL 126.92º 0.15% 0.67% -
HSV(B) 126.92º 0.14% 0.72% -
XYZ 37.18 43.57 39.71 -
YUV 172.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 157 183 160 0.14 0 0.13 0.28 126.92 0.15 0.67
Hex 9D B7 A0 E 0 D 1C 7F F 43
Octal 235 267 240 16 0 15 34 177 17 103
Binary 10011101 10110111 10100000 1110 0 1101 11100 1111111 1111 1000011

Color Harmonies of #9DB7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB7A0

Black with #9DB7A0

Text Example


Text Example

White with #9DB7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DB7A0; }

 p { color: rgb(157,183,160); }

 H1.HeaderClassName
 {
   color: #9DB7A0;
 }
 .AnyTagClassName
 {
   color: #9DB7A0;
 }
</style>

background-color css

<style>
 a { background-color: #9DB7A0; }

 a { background-color: rgb(157,183,160); }

 div.DivClassName
 {
   background-color: #9DB7A0;
 }
 .BgClassName
 {
   background-color: #9DB7A0;
 }
</style>

border-color css

<style>
 span { border-color: #9DB7A0; }

 span { border-color: rgb(157,183,160); }

 td.TdClassName
 {
   border-color: #9DB7A0;
 }
 .TagClassName
 {
   border-color: #9DB7A0;
 }
</style>