COLOR #9DAF87

HEX: #9DAF87
RGB: (157,175,135)

Color info

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

RGB color model

#9DAF87 color RGB value is (157,175,135).

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

RGB channels and saturation

R 157 of 255 = 62%
G 175 of 255 = 69%
B 135 of 255 = 53%

157
175
135

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

Portions of RGB colors in percentages

R + G + B =
157 + 175 + 135 = 467 (100%)
R 157 of 467 ~ 33.62%
G 175 of 467 ~ 37.47%
B 135 of 467 ~ 28.91%

%33.62
%37.47
%28.91

CMYK color model

#9DAF87 color CMYK value is (10,0,23,31).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 31.37%
CMYK:
(10,0,23,31)
C10M0Y23K31 
(10%,0%,23%,31%)
(0.10/0.00/0.23/0.31)	

CMYK percentages

%10.29
%0
%22.86
%31.37

Codes

Color #9DAF87 in popluar color models

9DAF87
RGB157175135
HSL87°20.00%60.78%
HSB/HSV87°22.86%68.63%
CMYK10.29%0.00%22.86%
31.37%

Color #9DAF87 in popluar number systems.

HEX9DAF87
Decimal157175135
Binary100111011010111110000111
Octal235257207

Shades and tints

Shades of #9DAF87

#9DAF87
(157,175,135)
#8FA07B
(143,160,123)
#81916F
(129,145,111)
#738263
(115,130,99)
#657357
(101,115,87)
#57644B
(87,100,75)
#49553F
(73,85,63)
#3B4633
(59,70,51)
#2D3727
(45,55,39)
#1F281B
(31,40,27)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #9DAF87

#9DAF87
(157,175,135)
#A5B691
(165,182,145)
#ADBD9B
(173,189,155)
#B5C4A5
(181,196,165)
#BDCBAF
(189,203,175)
#C5D2B9
(197,210,185)
#CDD9C3
(205,217,195)
#D5E0CD
(213,224,205)
#DDE7D7
(221,231,215)
#E5EEE1
(229,238,225)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAF87; }

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

This text font color is #9DAF87.


Background Color

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

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

This div background color is #9DAF87.


Border color

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

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

This div border color is #9DAF87.


Opacity

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

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

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

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

This text has shadow with #9DAF87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAF87 on black background.


Color preview on white background

This text has color #9DAF87 on white background.



Black color preview on #9DAF87 background

This text has black color on #9DAF87 background.


White color preview on #9DAF87 background

This text has white color on #9DAF87 background.