COLOR #9DAB87

HEX: #9DAB87
RGB: (157,171,135)

Color info

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

RGB color model

#9DAB87 color RGB value is (157,171,135).

  • red value is 157;
  • green value is 171;
  • blue value is 135.
RGB:
(157,171,135)
(62%,67%,53%)

RGB channels and saturation

R 157 of 255 = 62%
G 171 of 255 = 67%
B 135 of 255 = 53%

157
171
135

R + G + B ~ 61%. #9DAB87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 171 + 135 = 463 (100%)
R 157 of 463 ~ 33.91%
G 171 of 463 ~ 36.93%
B 135 of 463 ~ 29.16%

%33.91
%36.93
%29.16

CMYK color model

#9DAB87 color CMYK value is (8,0,21,33).

  • cyan value is 8.19%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 32.94%
CMYK:
(8,0,21,33)
C8M0Y21K33 
(8%,0%,21%,33%)
(0.08/0.00/0.21/0.33)	

CMYK percentages

%8.19
%0
%21.05
%32.94

Codes

Color #9DAB87 in popluar color models

9DAB87
RGB157171135
HSL83°17.65%60.00%
HSB/HSV83°21.05%67.06%
CMYK8.19%0.00%21.05%
32.94%

Color #9DAB87 in popluar number systems.

HEX9DAB87
Decimal157171135
Binary100111011010101110000111
Octal235253207

Shades and tints

Shades of #9DAB87

#9DAB87
(157,171,135)
#8F9C7B
(143,156,123)
#818D6F
(129,141,111)
#737E63
(115,126,99)
#656F57
(101,111,87)
#57604B
(87,96,75)
#49513F
(73,81,63)
#3B4233
(59,66,51)
#2D3327
(45,51,39)
#1F241B
(31,36,27)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #9DAB87

#9DAB87
(157,171,135)
#A5B291
(165,178,145)
#ADB99B
(173,185,155)
#B5C0A5
(181,192,165)
#BDC7AF
(189,199,175)
#C5CEB9
(197,206,185)
#CDD5C3
(205,213,195)
#D5DCCD
(213,220,205)
#DDE3D7
(221,227,215)
#E5EAE1
(229,234,225)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAB87 color. Also use rgb(157,171,135) instead hex code.

Text Font Color

.myTextColor { color: #9DAB87; }

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

This text font color is #9DAB87.


Background Color

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

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

This div background color is #9DAB87.


Border color

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

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

This div border color is #9DAB87.


Opacity

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

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

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

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

This text has shadow with #9DAB87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAB87 on black background.


Color preview on white background

This text has color #9DAB87 on white background.



Black color preview on #9DAB87 background

This text has black color on #9DAB87 background.


White color preview on #9DAB87 background

This text has white color on #9DAB87 background.