COLOR #9EA987

HEX: #9EA987 RGB: (158,169,135)

Color info

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

RGB color model

#9EA987 color RGB value is (158,169,135).

RGB: (158,169,135) (62%, 66%, 53%)

RGB channels and saturation

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

158
169
135

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

Portions of RGB colors in percentages

R + G + B = 158 + 169 + 135 = 462 (100%)
R 158 of 462 ~ 34.2%
G 169 of 462 ~ 36.58%
B 135 of 462 ~ 29.22'%

%34.2
%36.58
%29.22

CMYK color model

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

  • cyan value is 6.51%
  • 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

%6.51
%0
%20.12
%33.73

Codes

Color #9EA987 in popluar color models

9E A9 87
RGB 158 169 135
HSL 79° 16.50% 59.61%
HSB/HSV 79° 20.12% 66.27%
CMYK 6.51% 0.00% 20.12%
33.73%

Color #9EA987 in popluar number systems.

HEX 9E A9 87
Decimal 158 169 135
Binary 10011110 10101001 10000111
Octal 236 251 207

Shades and tints

Shades of #9EA987

#9EA987
(158,169,135)
#909A7B
(144,154,123)
#828B6F
(130,139,111)
#747C63
(116,124,99)
#666D57
(102,109,87)
#585E4B
(88,94,75)
#4A4F3F
(74,79,63)
#3C4033
(60,64,51)
#2E3127
(46,49,39)
#20221B
(32,34,27)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #9EA987

#9EA987
(158,169,135)
#A6B091
(166,176,145)
#AEB79B
(174,183,155)
#B6BEA5
(182,190,165)
#BEC5AF
(190,197,175)
#C6CCB9
(198,204,185)
#CED3C3
(206,211,195)
#D6DACD
(214,218,205)
#DEE1D7
(222,225,215)
#E6E8E1
(230,232,225)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA987; }

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

This text font color is #9EA987.

Background Color

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

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

This div background color is #9EA987.

Border color

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

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

This div border color is #9EA987.

Opacity

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

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

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

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

This text has shadow with #9EA987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA987.

Preview

Color preview on black background

This text has color #9EA987 on black background.


Color preview on white background

This text has color #9EA987 on white background.


Black color preview on #9EA987 background

This text has black color on #9EA987 background.


White color preview on #9EA987 background

This text has white color on #9EA987 background.


Related colors

Complementary color

Complementary color for #hex is #615678.


I love getcolorcode.com

Triadic colors

1 #879EA9 and #A9879E with #9EA987 are triadic colors.

2 #87A99E and #A99E87 with #9EA987 are triadic colors.