COLOR #9EA87A

HEX: #9EA87A
RGB: (158,168,122)

Color info

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

RGB color model

#9EA87A color RGB value is (158,168,122).

  • red value is 158;
  • green value is 168;
  • blue value is 122.
RGB:
(158,168,122)
(62%,66%,48%)

RGB channels and saturation

R 158 of 255 = 62%
G 168 of 255 = 66%
B 122 of 255 = 48%

158
168
122

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

Portions of RGB colors in percentages

R + G + B =
158 + 168 + 122 = 448 (100%)
R 158 of 448 ~ 35.27%
G 168 of 448 ~ 37.5%
B 122 of 448 ~ 27.23%

%35.27
%37.5
%27.23

CMYK color model

#9EA87A color CMYK value is (6,0,27,34).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 27.38%
  • key color value is 34.12%
CMYK:
(6,0,27,34)
C6M0Y27K34 
(6%,0%,27%,34%)
(0.06/0.00/0.27/0.34)	

CMYK percentages

%5.95
%0
%27.38
%34.12

Codes

Color #9EA87A in popluar color models

9EA87A
RGB158168122
HSL73°20.91%56.86%
HSB/HSV73°27.38%65.88%
CMYK5.95%0.00%27.38%
34.12%

Color #9EA87A in popluar number systems.

HEX9EA87A
Decimal158168122
Binary10011110101010001111010
Octal236250172

Shades and tints

Shades of #9EA87A

#9EA87A
(158,168,122)
#90996F
(144,153,111)
#828A64
(130,138,100)
#747B59
(116,123,89)
#666C4E
(102,108,78)
#585D43
(88,93,67)
#4A4E38
(74,78,56)
#3C3F2D
(60,63,45)
#2E3022
(46,48,34)
#202117
(32,33,23)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #9EA87A

#9EA87A
(158,168,122)
#A6AF86
(166,175,134)
#AEB692
(174,182,146)
#B6BD9E
(182,189,158)
#BEC4AA
(190,196,170)
#C6CBB6
(198,203,182)
#CED2C2
(206,210,194)
#D6D9CE
(214,217,206)
#DEE0DA
(222,224,218)
#E6E7E6
(230,231,230)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA87A; }

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

This text font color is #9EA87A.


Background Color

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

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

This div background color is #9EA87A.


Border color

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

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

This div border color is #9EA87A.


Opacity

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

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

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

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

This text has shadow with #9EA87A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA87A on black background.


Color preview on white background

This text has color #9EA87A on white background.



Black color preview on #9EA87A background

This text has black color on #9EA87A background.


White color preview on #9EA87A background

This text has white color on #9EA87A background.