COLOR #9DB0AD

HEX: #9DB0AD RGB: (157,176,173)

Color info

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

RGB color model

#9DB0AD color RGB value is (157,176,173).

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

RGB channels and saturation

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

157
176
173

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

Portions of RGB colors in percentages

R + G + B = 157 + 176 + 173 = 506 (100%)
R 157 of 506 ~ 31.03%
G 176 of 506 ~ 34.78%
B 173 of 506 ~ 34.19'%

%31.03
%34.78
%34.19

CMYK color model

#9DB0AD color CMYK value is (11,0,2,31).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 30.98%
CMYK: (11,0,2,31) C11M0Y2K31 (11%,0%,2%,31%) (0.11/0.00/0.02/0.31) 

CMYK percentages

%10.8
%0
%1.7
%30.98

Codes

Color #9DB0AD in popluar color models

9D B0 AD
RGB 157 176 173
HSL 171° 10.73% 65.29%
HSB/HSV 171° 10.80% 69.02%
CMYK 10.80% 0.00% 1.70%
30.98%

Color #9DB0AD in popluar number systems.

HEX 9D B0 AD
Decimal 157 176 173
Binary 10011101 10110000 10101101
Octal 235 260 255

Shades and tints

Shades of #9DB0AD

#9DB0AD
(157,176,173)
#8FA09E
(143,160,158)
#81908F
(129,144,143)
#738080
(115,128,128)
#657071
(101,112,113)
#576062
(87,96,98)
#495053
(73,80,83)
#3B4044
(59,64,68)
#2D3035
(45,48,53)
#1F2026
(31,32,38)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #9DB0AD

#9DB0AD
(157,176,173)
#A5B7B4
(165,183,180)
#ADBEBB
(173,190,187)
#B5C5C2
(181,197,194)
#BDCCC9
(189,204,201)
#C5D3D0
(197,211,208)
#CDDAD7
(205,218,215)
#D5E1DE
(213,225,222)
#DDE8E5
(221,232,229)
#E5EFEC
(229,239,236)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB0AD; }

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

This text font color is #9DB0AD.

Background Color

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

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

This div background color is #9DB0AD.

Border color

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

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

This div border color is #9DB0AD.

Opacity

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

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

Text with #9DB0AD 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 #9DB0AD;}

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

This text has shadow with #9DB0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB0AD.

Preview

Color preview on black background

This text has color #9DB0AD on black background.


Color preview on white background

This text has color #9DB0AD on white background.


Black color preview on #9DB0AD background

This text has black color on #9DB0AD background.


White color preview on #9DB0AD background

This text has white color on #9DB0AD background.


Related colors

Complementary color

Complementary color for #hex is #624F52.


I love getcolorcode.com

Triadic colors

1 #AD9DB0 and #B0AD9D with #9DB0AD are triadic colors.

2 #ADB09D and #B09DAD with #9DB0AD are triadic colors.