COLOR #9DB7AA

HEX: #9DB7AA
RGB: (157,183,170)

Color info

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

RGB color model

#9DB7AA color RGB value is (157,183,170).

  • red value is 157;
  • green value is 183;
  • blue value is 170.
RGB:
(157,183,170)
(62%,72%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 183 of 255 = 72%
B 170 of 255 = 67%

157
183
170

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

Portions of RGB colors in percentages

R + G + B =
157 + 183 + 170 = 510 (100%)
R 157 of 510 ~ 30.78%
G 183 of 510 ~ 35.88%
B 170 of 510 ~ 33.33%

%30.78
%35.88
%33.33

CMYK color model

#9DB7AA color CMYK value is (14,0,7,28).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 28.24%
CMYK:
(14,0,7,28)
C14M0Y7K28 
(14%,0%,7%,28%)
(0.14/0.00/0.07/0.28)	

CMYK percentages

%14.21
%0
%7.1
%28.24

Codes

Color #9DB7AA in popluar color models

9DB7AA
RGB157183170
HSL150°15.29%66.67%
HSB/HSV150°14.21%71.76%
CMYK14.21%0.00%7.10%
28.24%

Color #9DB7AA in popluar number systems.

HEX9DB7AA
Decimal157183170
Binary100111011011011110101010
Octal235267252

Shades and tints

Shades of #9DB7AA

#9DB7AA
(157,183,170)
#8FA79B
(143,167,155)
#81978C
(129,151,140)
#73877D
(115,135,125)
#65776E
(101,119,110)
#57675F
(87,103,95)
#495750
(73,87,80)
#3B4741
(59,71,65)
#2D3732
(45,55,50)
#1F2723
(31,39,35)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #9DB7AA

#9DB7AA
(157,183,170)
#A5BDB1
(165,189,177)
#ADC3B8
(173,195,184)
#B5C9BF
(181,201,191)
#BDCFC6
(189,207,198)
#C5D5CD
(197,213,205)
#CDDBD4
(205,219,212)
#D5E1DB
(213,225,219)
#DDE7E2
(221,231,226)
#E5EDE9
(229,237,233)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB7AA color. Also use rgb(157,183,170) instead hex code.

Text Font Color

.myTextColor { color: #9DB7AA; }

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

This text font color is #9DB7AA.


Background Color

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

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

This div background color is #9DB7AA.


Border color

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

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

This div border color is #9DB7AA.


Opacity

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

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

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

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

This text has shadow with #9DB7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB7AA on black background.


Color preview on white background

This text has color #9DB7AA on white background.



Black color preview on #9DB7AA background

This text has black color on #9DB7AA background.


White color preview on #9DB7AA background

This text has white color on #9DB7AA background.