COLOR #9EAB70

HEX: #9EAB70
RGB: (158,171,112)

Color info

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

RGB color model

#9EAB70 color RGB value is (158,171,112).

  • red value is 158;
  • green value is 171;
  • blue value is 112.
RGB:
(158,171,112)
(62%,67%,44%)

RGB channels and saturation

R 158 of 255 = 62%
G 171 of 255 = 67%
B 112 of 255 = 44%

158
171
112

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

Portions of RGB colors in percentages

R + G + B =
158 + 171 + 112 = 441 (100%)
R 158 of 441 ~ 35.83%
G 171 of 441 ~ 38.78%
B 112 of 441 ~ 25.4%

%35.83
%38.78
%25.4

CMYK color model

#9EAB70 color CMYK value is (8,0,35,33).

  • cyan value is 7.60%
  • magenta value is 0.00%
  • yellow value is 34.50%
  • key color value is 32.94%
CMYK:
(8,0,35,33)
C8M0Y35K33 
(8%,0%,35%,33%)
(0.08/0.00/0.35/0.33)	

CMYK percentages

%7.6
%0
%34.5
%32.94

Codes

Color #9EAB70 in popluar color models

9EAB70
RGB158171112
HSL73°25.99%55.49%
HSB/HSV73°34.50%67.06%
CMYK7.60%0.00%34.50%
32.94%

Color #9EAB70 in popluar number systems.

HEX9EAB70
Decimal158171112
Binary10011110101010111110000
Octal236253160

Shades and tints

Shades of #9EAB70

#9EAB70
(158,171,112)
#909C66
(144,156,102)
#828D5C
(130,141,92)
#747E52
(116,126,82)
#666F48
(102,111,72)
#58603E
(88,96,62)
#4A5134
(74,81,52)
#3C422A
(60,66,42)
#2E3320
(46,51,32)
#202416
(32,36,22)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #9EAB70

#9EAB70
(158,171,112)
#A6B27D
(166,178,125)
#AEB98A
(174,185,138)
#B6C097
(182,192,151)
#BEC7A4
(190,199,164)
#C6CEB1
(198,206,177)
#CED5BE
(206,213,190)
#D6DCCB
(214,220,203)
#DEE3D8
(222,227,216)
#E6EAE5
(230,234,229)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAB70 color. Also use rgb(158,171,112) instead hex code.

Text Font Color

.myTextColor { color: #9EAB70; }

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

This text font color is #9EAB70.


Background Color

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

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

This div background color is #9EAB70.


Border color

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

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

This div border color is #9EAB70.


Opacity

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

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

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

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

This text has shadow with #9EAB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAB70 on black background.


Color preview on white background

This text has color #9EAB70 on white background.



Black color preview on #9EAB70 background

This text has black color on #9EAB70 background.


White color preview on #9EAB70 background

This text has white color on #9EAB70 background.