COLOR #9EA87D

HEX: #9EA87D RGB: (158,168,125)

Color info

#9EA87D contains red, green and blue colors in about the same proportion. Web safe color of #9EA87D is #999966 (or #996).

RGB color model

#9EA87D color RGB value is (158,168,125).

RGB: (158,168,125) (62%, 66%, 49%)

RGB channels and saturation

R 158 of 255 = 62%
G 168 of 255 = 66%
B 125 of 255 = 49%

158
168
125

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

Portions of RGB colors in percentages

R + G + B = 158 + 168 + 125 = 451 (100%)
R 158 of 451 ~ 35.03%
G 168 of 451 ~ 37.25%
B 125 of 451 ~ 27.72'%

%35.03
%37.25
%27.72

CMYK color model

#9EA87D color CMYK value is (6,0,26,34).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 25.60%
  • key color value is 34.12%
CMYK: (6,0,26,34) C6M0Y26K34 (6%,0%,26%,34%) (0.06/0.00/0.26/0.34) 

CMYK percentages

%5.95
%0
%25.6
%34.12

Codes

Color #9EA87D in popluar color models

9E A8 7D
RGB 158 168 125
HSL 74° 19.82% 57.45%
HSB/HSV 74° 25.60% 65.88%
CMYK 5.95% 0.00% 25.60%
34.12%

Color #9EA87D in popluar number systems.

HEX 9E A8 7D
Decimal 158 168 125
Binary 10011110 10101000 1111101
Octal 236 250 175

Shades and tints

Shades of #9EA87D

#9EA87D
(158,168,125)
#909972
(144,153,114)
#828A67
(130,138,103)
#747B5C
(116,123,92)
#666C51
(102,108,81)
#585D46
(88,93,70)
#4A4E3B
(74,78,59)
#3C3F30
(60,63,48)
#2E3025
(46,48,37)
#20211A
(32,33,26)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #9EA87D

#9EA87D
(158,168,125)
#A6AF88
(166,175,136)
#AEB693
(174,182,147)
#B6BD9E
(182,189,158)
#BEC4A9
(190,196,169)
#C6CBB4
(198,203,180)
#CED2BF
(206,210,191)
#D6D9CA
(214,217,202)
#DEE0D5
(222,224,213)
#E6E7E0
(230,231,224)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA87D color. Also use rgb(158,168,125) instead hex code.

Text Font Color

.myTextColor { color: #9EA87D; }

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

This text font color is #9EA87D.

Background Color

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

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

This div background color is #9EA87D.

Border color

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

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

This div border color is #9EA87D.

Opacity

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

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

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

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

This text has shadow with #9EA87D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA87D.

Preview

Color preview on black background

This text has color #9EA87D on black background.


Color preview on white background

This text has color #9EA87D on white background.


Black color preview on #9EA87D background

This text has black color on #9EA87D background.


White color preview on #9EA87D background

This text has white color on #9EA87D background.


Related colors

Complementary color

Complementary color for #hex is #615782.


I love getcolorcode.com

Triadic colors

1 #7D9EA8 and #A87D9E with #9EA87D are triadic colors.

2 #7DA89E and #A89E7D with #9EA87D are triadic colors.