COLOR #9DB5AD

HEX: #9DB5AD
RGB: (157,181,173)

Color info

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

RGB color model

#9DB5AD color RGB value is (157,181,173).

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

RGB channels and saturation

R 157 of 255 = 62%
G 181 of 255 = 71%
B 173 of 255 = 68%

157
181
173

R + G + B ~ 67%. #9DB5AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 181 + 173 = 511 (100%)
R 157 of 511 ~ 30.72%
G 181 of 511 ~ 35.42%
B 173 of 511 ~ 33.86%

%30.72
%35.42
%33.86

CMYK color model

#9DB5AD color CMYK value is (13,0,4,29).

  • cyan value is 13.26%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 29.02%
CMYK:
(13,0,4,29)
C13M0Y4K29 
(13%,0%,4%,29%)
(0.13/0.00/0.04/0.29)	

CMYK percentages

%13.26
%0
%4.42
%29.02

Codes

Color #9DB5AD in popluar color models

9DB5AD
RGB157181173
HSL160°13.95%66.27%
HSB/HSV160°13.26%70.98%
CMYK13.26%0.00%4.42%
29.02%

Color #9DB5AD in popluar number systems.

HEX9DB5AD
Decimal157181173
Binary100111011011010110101101
Octal235265255

Shades and tints

Shades of #9DB5AD

#9DB5AD
(157,181,173)
#8FA59E
(143,165,158)
#81958F
(129,149,143)
#738580
(115,133,128)
#657571
(101,117,113)
#576562
(87,101,98)
#495553
(73,85,83)
#3B4544
(59,69,68)
#2D3535
(45,53,53)
#1F2526
(31,37,38)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #9DB5AD

#9DB5AD
(157,181,173)
#A5BBB4
(165,187,180)
#ADC1BB
(173,193,187)
#B5C7C2
(181,199,194)
#BDCDC9
(189,205,201)
#C5D3D0
(197,211,208)
#CDD9D7
(205,217,215)
#D5DFDE
(213,223,222)
#DDE5E5
(221,229,229)
#E5EBEC
(229,235,236)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB5AD; }

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

This text font color is #9DB5AD.


Background Color

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

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

This div background color is #9DB5AD.


Border color

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

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

This div border color is #9DB5AD.


Opacity

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

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

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

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

This text has shadow with #9DB5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB5AD on black background.


Color preview on white background

This text has color #9DB5AD on white background.



Black color preview on #9DB5AD background

This text has black color on #9DB5AD background.


White color preview on #9DB5AD background

This text has white color on #9DB5AD background.