COLOR #9DB9AD

HEX: #9DB9AD
RGB: (157,185,173)

Color info

#9DB9AD contains red, green and blue colors in about the same proportion. Web safe color of #9DB9AD is #99CC99 (or #9C9).

RGB color model

#9DB9AD color RGB value is (157,185,173).

  • red value is 157;
  • green value is 185;
  • blue value is 173.
RGB:
(157,185,173)
(62%,73%,68%)

RGB channels and saturation

R 157 of 255 = 62%
G 185 of 255 = 73%
B 173 of 255 = 68%

157
185
173

R + G + B ~ 68%. #9DB9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 185 + 173 = 515 (100%)
R 157 of 515 ~ 30.49%
G 185 of 515 ~ 35.92%
B 173 of 515 ~ 33.59%

%30.49
%35.92
%33.59

CMYK color model

#9DB9AD color CMYK value is (15,0,6,27).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 6.49%
  • key color value is 27.45%
CMYK:
(15,0,6,27)
C15M0Y6K27 
(15%,0%,6%,27%)
(0.15/0.00/0.06/0.27)	

CMYK percentages

%15.14
%0
%6.49
%27.45

Codes

Color #9DB9AD in popluar color models

9DB9AD
RGB157185173
HSL154°16.67%67.06%
HSB/HSV154°15.14%72.55%
CMYK15.14%0.00%6.49%
27.45%

Color #9DB9AD in popluar number systems.

HEX9DB9AD
Decimal157185173
Binary100111011011100110101101
Octal235271255

Shades and tints

Shades of #9DB9AD

#9DB9AD
(157,185,173)
#8FA99E
(143,169,158)
#81998F
(129,153,143)
#738980
(115,137,128)
#657971
(101,121,113)
#576962
(87,105,98)
#495953
(73,89,83)
#3B4944
(59,73,68)
#2D3935
(45,57,53)
#1F2926
(31,41,38)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #9DB9AD

#9DB9AD
(157,185,173)
#A5BFB4
(165,191,180)
#ADC5BB
(173,197,187)
#B5CBC2
(181,203,194)
#BDD1C9
(189,209,201)
#C5D7D0
(197,215,208)
#CDDDD7
(205,221,215)
#D5E3DE
(213,227,222)
#DDE9E5
(221,233,229)
#E5EFEC
(229,239,236)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB9AD; }

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

This text font color is #9DB9AD.


Background Color

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

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

This div background color is #9DB9AD.


Border color

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

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

This div border color is #9DB9AD.


Opacity

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

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

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

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

This text has shadow with #9DB9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB9AD on black background.


Color preview on white background

This text has color #9DB9AD on white background.



Black color preview on #9DB9AD background

This text has black color on #9DB9AD background.


White color preview on #9DB9AD background

This text has white color on #9DB9AD background.