COLOR #9EA984

HEX: #9EA984
RGB: (158,169,132)

Color info

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

RGB color model

#9EA984 color RGB value is (158,169,132).

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

RGB channels and saturation

R 158 of 255 = 62%
G 169 of 255 = 66%
B 132 of 255 = 52%

158
169
132

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

Portions of RGB colors in percentages

R + G + B =
158 + 169 + 132 = 459 (100%)
R 158 of 459 ~ 34.42%
G 169 of 459 ~ 36.82%
B 132 of 459 ~ 28.76%

%34.42
%36.82
%28.76

CMYK color model

#9EA984 color CMYK value is (7,0,22,34).

  • cyan value is 6.51%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 33.73%
CMYK:
(7,0,22,34)
C7M0Y22K34 
(7%,0%,22%,34%)
(0.07/0.00/0.22/0.34)	

CMYK percentages

%6.51
%0
%21.89
%33.73

Codes

Color #9EA984 in popluar color models

9EA984
RGB158169132
HSL78°17.70%59.02%
HSB/HSV78°21.89%66.27%
CMYK6.51%0.00%21.89%
33.73%

Color #9EA984 in popluar number systems.

HEX9EA984
Decimal158169132
Binary100111101010100110000100
Octal236251204

Shades and tints

Shades of #9EA984

#9EA984
(158,169,132)
#909A78
(144,154,120)
#828B6C
(130,139,108)
#747C60
(116,124,96)
#666D54
(102,109,84)
#585E48
(88,94,72)
#4A4F3C
(74,79,60)
#3C4030
(60,64,48)
#2E3124
(46,49,36)
#202218
(32,34,24)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #9EA984

#9EA984
(158,169,132)
#A6B08F
(166,176,143)
#AEB79A
(174,183,154)
#B6BEA5
(182,190,165)
#BEC5B0
(190,197,176)
#C6CCBB
(198,204,187)
#CED3C6
(206,211,198)
#D6DAD1
(214,218,209)
#DEE1DC
(222,225,220)
#E6E8E7
(230,232,231)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA984; }

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

This text font color is #9EA984.


Background Color

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

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

This div background color is #9EA984.


Border color

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

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

This div border color is #9EA984.


Opacity

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

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

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

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

This text has shadow with #9EA984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA984 on black background.


Color preview on white background

This text has color #9EA984 on white background.



Black color preview on #9EA984 background

This text has black color on #9EA984 background.


White color preview on #9EA984 background

This text has white color on #9EA984 background.