COLOR #9EAF84

HEX: #9EAF84
RGB: (158,175,132)

Color info

#9EAF84 contains red, green and blue colors in about the same proportion. Web safe color of #9EAF84 is #999999 (or #999).

RGB color model

#9EAF84 color RGB value is (158,175,132).

  • red value is 158;
  • green value is 175;
  • blue value is 132.
RGB:
(158,175,132)
(62%,69%,52%)

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 132 of 255 = 52%

158
175
132

R + G + B ~ 61%. #9EAF84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 175 + 132 = 465 (100%)
R 158 of 465 ~ 33.98%
G 175 of 465 ~ 37.63%
B 132 of 465 ~ 28.39%

%33.98
%37.63
%28.39

CMYK color model

#9EAF84 color CMYK value is (10,0,25,31).

  • cyan value is 9.71%
  • magenta value is 0.00%
  • yellow value is 24.57%
  • key color value is 31.37%
CMYK:
(10,0,25,31)
C10M0Y25K31 
(10%,0%,25%,31%)
(0.10/0.00/0.25/0.31)	

CMYK percentages

%9.71
%0
%24.57
%31.37

Codes

Color #9EAF84 in popluar color models

9EAF84
RGB158175132
HSL84°21.18%60.20%
HSB/HSV84°24.57%68.63%
CMYK9.71%0.00%24.57%
31.37%

Color #9EAF84 in popluar number systems.

HEX9EAF84
Decimal158175132
Binary100111101010111110000100
Octal236257204

Shades and tints

Shades of #9EAF84

#9EAF84
(158,175,132)
#90A078
(144,160,120)
#82916C
(130,145,108)
#748260
(116,130,96)
#667354
(102,115,84)
#586448
(88,100,72)
#4A553C
(74,85,60)
#3C4630
(60,70,48)
#2E3724
(46,55,36)
#202818
(32,40,24)
#12190C
(18,25,12)
#000000
(0,0,0)

Tints of #9EAF84

#9EAF84
(158,175,132)
#A6B68F
(166,182,143)
#AEBD9A
(174,189,154)
#B6C4A5
(182,196,165)
#BECBB0
(190,203,176)
#C6D2BB
(198,210,187)
#CED9C6
(206,217,198)
#D6E0D1
(214,224,209)
#DEE7DC
(222,231,220)
#E6EEE7
(230,238,231)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAF84 color. Also use rgb(158,175,132) instead hex code.

Text Font Color

.myTextColor { color: #9EAF84; }

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

This text font color is #9EAF84.


Background Color

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

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

This div background color is #9EAF84.


Border color

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

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

This div border color is #9EAF84.


Opacity

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

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

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

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

This text has shadow with #9EAF84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAF84 on black background.


Color preview on white background

This text has color #9EAF84 on white background.



Black color preview on #9EAF84 background

This text has black color on #9EAF84 background.


White color preview on #9EAF84 background

This text has white color on #9EAF84 background.