COLOR #9EA874

HEX: #9EA874
RGB: (158,168,116)

Color info

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

RGB color model

#9EA874 color RGB value is (158,168,116).

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

RGB channels and saturation

R 158 of 255 = 62%
G 168 of 255 = 66%
B 116 of 255 = 45%

158
168
116

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

Portions of RGB colors in percentages

R + G + B =
158 + 168 + 116 = 442 (100%)
R 158 of 442 ~ 35.75%
G 168 of 442 ~ 38.01%
B 116 of 442 ~ 26.24%

%35.75
%38.01
%26.24

CMYK color model

#9EA874 color CMYK value is (6,0,31,34).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 30.95%
  • key color value is 34.12%
CMYK:
(6,0,31,34)
C6M0Y31K34 
(6%,0%,31%,34%)
(0.06/0.00/0.31/0.34)	

CMYK percentages

%5.95
%0
%30.95
%34.12

Codes

Color #9EA874 in popluar color models

9EA874
RGB158168116
HSL72°23.01%55.69%
HSB/HSV72°30.95%65.88%
CMYK5.95%0.00%30.95%
34.12%

Color #9EA874 in popluar number systems.

HEX9EA874
Decimal158168116
Binary10011110101010001110100
Octal236250164

Shades and tints

Shades of #9EA874

#9EA874
(158,168,116)
#90996A
(144,153,106)
#828A60
(130,138,96)
#747B56
(116,123,86)
#666C4C
(102,108,76)
#585D42
(88,93,66)
#4A4E38
(74,78,56)
#3C3F2E
(60,63,46)
#2E3024
(46,48,36)
#20211A
(32,33,26)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #9EA874

#9EA874
(158,168,116)
#A6AF80
(166,175,128)
#AEB68C
(174,182,140)
#B6BD98
(182,189,152)
#BEC4A4
(190,196,164)
#C6CBB0
(198,203,176)
#CED2BC
(206,210,188)
#D6D9C8
(214,217,200)
#DEE0D4
(222,224,212)
#E6E7E0
(230,231,224)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA874; }

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

This text font color is #9EA874.


Background Color

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

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

This div background color is #9EA874.


Border color

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

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

This div border color is #9EA874.


Opacity

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

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

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

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

This text has shadow with #9EA874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA874 on black background.


Color preview on white background

This text has color #9EA874 on white background.



Black color preview on #9EA874 background

This text has black color on #9EA874 background.


White color preview on #9EA874 background

This text has white color on #9EA874 background.