COLOR #9EA978

HEX: #9EA978 RGB: (158,169,120)

Color info

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

RGB color model

#9EA978 color RGB value is (158,169,120).

RGB: (158,169,120) (62%, 66%, 47%)

RGB channels and saturation

R 158 of 255 = 62%
G 169 of 255 = 66%
B 120 of 255 = 47%

158
169
120

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

Portions of RGB colors in percentages

R + G + B = 158 + 169 + 120 = 447 (100%)
R 158 of 447 ~ 35.35%
G 169 of 447 ~ 37.81%
B 120 of 447 ~ 26.85'%

%35.35
%37.81
%26.85

CMYK color model

#9EA978 color CMYK value is (7,0,29,34).

  • cyan value is 6.51%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 33.73%

CMYK: (7,0,29,34)
C7M0Y29K34 (7%, 0%, 29%, 34%)
(0.07 / 0.00 / 0.29 / 0.34)

CMYK percentages

%6.51
%0
%28.99
%33.73

Codes

Color #9EA978 in popluar color models

9E A9 78
RGB 158 169 120
HSL 73° 22.17% 56.67%
HSB/HSV 73° 28.99% 66.27%
CMYK 6.51% 0.00% 28.99%
33.73%

Color #9EA978 in popluar number systems.

HEX 9E A9 78
Decimal 158 169 120
Binary 10011110 10101001 1111000
Octal 236 251 170

Shades and tints

Shades of #9EA978

#9EA978
(158,169,120)
#909A6E
(144,154,110)
#828B64
(130,139,100)
#747C5A
(116,124,90)
#666D50
(102,109,80)
#585E46
(88,94,70)
#4A4F3C
(74,79,60)
#3C4032
(60,64,50)
#2E3128
(46,49,40)
#20221E
(32,34,30)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #9EA978

#9EA978
(158,169,120)
#A6B084
(166,176,132)
#AEB790
(174,183,144)
#B6BE9C
(182,190,156)
#BEC5A8
(190,197,168)
#C6CCB4
(198,204,180)
#CED3C0
(206,211,192)
#D6DACC
(214,218,204)
#DEE1D8
(222,225,216)
#E6E8E4
(230,232,228)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA978; }

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

This text font color is #9EA978.

Background Color

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

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

This div background color is #9EA978.

Border color

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

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

This div border color is #9EA978.

Opacity

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

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

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

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

This text has shadow with #9EA978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA978.

Preview

Color preview on black background

This text has color #9EA978 on black background.


Color preview on white background

This text has color #9EA978 on white background.


Black color preview on #9EA978 background

This text has black color on #9EA978 background.


White color preview on #9EA978 background

This text has white color on #9EA978 background.


Related colors

Complementary color

Complementary color for #hex is #615687.


I love getcolorcode.com

Triadic colors

1 #789EA9 and #A9789E with #9EA978 are triadic colors.

2 #78A99E and #A99E78 with #9EA978 are triadic colors.