COLOR #9DA987

HEX: #9DA987
RGB: (157,169,135)

Color info

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

RGB color model

#9DA987 color RGB value is (157,169,135).

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

RGB channels and saturation

R 157 of 255 = 62%
G 169 of 255 = 66%
B 135 of 255 = 53%

157
169
135

R + G + B ~ 60%. #9DA987 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 169 + 135 = 461 (100%)
R 157 of 461 ~ 34.06%
G 169 of 461 ~ 36.66%
B 135 of 461 ~ 29.28%

%34.06
%36.66
%29.28

CMYK color model

#9DA987 color CMYK value is (7,0,20,34).

  • cyan value is 7.10%
  • magenta value is 0.00%
  • yellow value is 20.12%
  • key color value is 33.73%
CMYK:
(7,0,20,34)
C7M0Y20K34 
(7%,0%,20%,34%)
(0.07/0.00/0.20/0.34)	

CMYK percentages

%7.1
%0
%20.12
%33.73

Codes

Color #9DA987 in popluar color models

9DA987
RGB157169135
HSL81°16.50%59.61%
HSB/HSV81°20.12%66.27%
CMYK7.10%0.00%20.12%
33.73%

Color #9DA987 in popluar number systems.

HEX9DA987
Decimal157169135
Binary100111011010100110000111
Octal235251207

Shades and tints

Shades of #9DA987

#9DA987
(157,169,135)
#8F9A7B
(143,154,123)
#818B6F
(129,139,111)
#737C63
(115,124,99)
#656D57
(101,109,87)
#575E4B
(87,94,75)
#494F3F
(73,79,63)
#3B4033
(59,64,51)
#2D3127
(45,49,39)
#1F221B
(31,34,27)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #9DA987

#9DA987
(157,169,135)
#A5B091
(165,176,145)
#ADB79B
(173,183,155)
#B5BEA5
(181,190,165)
#BDC5AF
(189,197,175)
#C5CCB9
(197,204,185)
#CDD3C3
(205,211,195)
#D5DACD
(213,218,205)
#DDE1D7
(221,225,215)
#E5E8E1
(229,232,225)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA987; }

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

This text font color is #9DA987.


Background Color

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

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

This div background color is #9DA987.


Border color

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

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

This div border color is #9DA987.


Opacity

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

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

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

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

This text has shadow with #9DA987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA987 on black background.


Color preview on white background

This text has color #9DA987 on white background.



Black color preview on #9DA987 background

This text has black color on #9DA987 background.


White color preview on #9DA987 background

This text has white color on #9DA987 background.