COLOR #9DB0AE

HEX: #9DB0AE RGB: (157,176,174)

Color info

#9DB0AE contains red, green and blue colors in about the same proportion. Web safe color of #9DB0AE is #999999 (or #999).

RGB color model

#9DB0AE color RGB value is (157,176,174).

RGB: (157,176,174) (62%, 69%, 68%)

RGB channels and saturation

R 157 of 255 = 62%
G 176 of 255 = 69%
B 174 of 255 = 68%

157
176
174

R + G + B ~ 66%. #9DB0AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 176 + 174 = 507 (100%)
R 157 of 507 ~ 30.97%
G 176 of 507 ~ 34.71%
B 174 of 507 ~ 34.32'%

%30.97
%34.71
%34.32

CMYK color model

#9DB0AE color CMYK value is (11,0,1,31).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 30.98%

CMYK: (11,0,1,31)
C11M0Y1K31 (11%, 0%, 1%, 31%)
(0.11 / 0.00 / 0.01 / 0.31)

CMYK percentages

%10.8
%0
%1.14
%30.98

Codes

Color #9DB0AE in popluar color models

9D B0 AE
RGB 157 176 174
HSL 174° 10.73% 65.29%
HSB/HSV 174° 10.80% 69.02%
CMYK 10.80% 0.00% 1.14%
30.98%

Color #9DB0AE in popluar number systems.

HEX 9D B0 AE
Decimal 157 176 174
Binary 10011101 10110000 10101110
Octal 235 260 256

Shades and tints

Shades of #9DB0AE

#9DB0AE
(157,176,174)
#8FA09F
(143,160,159)
#819090
(129,144,144)
#738081
(115,128,129)
#657072
(101,112,114)
#576063
(87,96,99)
#495054
(73,80,84)
#3B4045
(59,64,69)
#2D3036
(45,48,54)
#1F2027
(31,32,39)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #9DB0AE

#9DB0AE
(157,176,174)
#A5B7B5
(165,183,181)
#ADBEBC
(173,190,188)
#B5C5C3
(181,197,195)
#BDCCCA
(189,204,202)
#C5D3D1
(197,211,209)
#CDDAD8
(205,218,216)
#D5E1DF
(213,225,223)
#DDE8E6
(221,232,230)
#E5EFED
(229,239,237)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB0AE color. Also use rgb(157,176,174) instead hex code.

Text Font Color

.myTextColor { color: #9DB0AE; }

<p style="color:#9DB0AE">This sample text font color is #9DB0AE.</p>

This text font color is #9DB0AE.

Background Color

.myBgColor { background-color: #9DB0AE; }

<div style="background-color:#9DB0AE">Inner text</div>

This div background color is #9DB0AE.

Border color

.myBorderColor { border: 1px solid #9DB0AE; }

<div style="border:3px solid #9DB0AE">Div</div>

This div border color is #9DB0AE.

Opacity

.myOpacity80 { color: #9DB0AE; opacity: 0.8; }

<p style="color:#9DB0AE;opacity:0.8;">80%</p>

Text with #9DB0AE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9DB0AE;}

<p style="text-shadow: 3px 3px 1px #9DB0AE">Text here.</p>

This text has shadow with #9DB0AE color.


.textShadow {text-shadow: 3px 3px 1px #9DB0AE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9DB0AE, 5px 5px 20px red">Text here.</p>

This text has shadow with #9DB0AE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9DB0AE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9DB0AE, Direction=45, Strength=4)">Text</p>

This text has shadow with #9DB0AE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9DB0AE;
-webkit-box-shadow: 1px 1px 3px 2px #9DB0AE;
box-shadow: 1px 1px 3px 2px #9DB0AE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9DB0AE; -webkit-box-shadow: 1px 1px 3px 2px #9DB0AE; box-shadow:1px 1px 3px 2px #9DB0AE;">
Div content here
</div>

This div box has shadow with color #9DB0AE.

Preview

Color preview on black background

This text has color #9DB0AE on black background.


Color preview on white background

This text has color #9DB0AE on white background.


Black color preview on #9DB0AE background

This text has black color on #9DB0AE background.


White color preview on #9DB0AE background

This text has white color on #9DB0AE background.


Related colors

Complementary color

Complementary color for #hex is #624F51.


I love getcolorcode.com

Triadic colors

1 #AE9DB0 and #B0AE9D with #9DB0AE are triadic colors.

2 #AEB09D and #B09DAE with #9DB0AE are triadic colors.