COLOR #9EA49A

HEX: #9EA49A
RGB: (158,164,154)

Color info

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

RGB color model

#9EA49A color RGB value is (158,164,154).

  • red value is 158;
  • green value is 164;
  • blue value is 154.
RGB:
(158,164,154)
(62%,64%,60%)

RGB channels and saturation

R 158 of 255 = 62%
G 164 of 255 = 64%
B 154 of 255 = 60%

158
164
154

R + G + B ~ 62%. #9EA49A is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 164 + 154 = 476 (100%)
R 158 of 476 ~ 33.19%
G 164 of 476 ~ 34.45%
B 154 of 476 ~ 32.35%

%33.19
%34.45
%32.35

CMYK color model

#9EA49A color CMYK value is (4,0,6,36).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 6.10%
  • key color value is 35.69%
CMYK:
(4,0,6,36)
C4M0Y6K36 
(4%,0%,6%,36%)
(0.04/0.00/0.06/0.36)	

CMYK percentages

%3.66
%0
%6.1
%35.69

Codes

Color #9EA49A in popluar color models

9EA49A
RGB158164154
HSL96°5.21%62.35%
HSB/HSV96°6.10%64.31%
CMYK3.66%0.00%6.10%
35.69%

Color #9EA49A in popluar number systems.

HEX9EA49A
Decimal158164154
Binary100111101010010010011010
Octal236244232

Shades and tints

Shades of #9EA49A

#9EA49A
(158,164,154)
#90968C
(144,150,140)
#82887E
(130,136,126)
#747A70
(116,122,112)
#666C62
(102,108,98)
#585E54
(88,94,84)
#4A5046
(74,80,70)
#3C4238
(60,66,56)
#2E342A
(46,52,42)
#20261C
(32,38,28)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #9EA49A

#9EA49A
(158,164,154)
#A6ACA3
(166,172,163)
#AEB4AC
(174,180,172)
#B6BCB5
(182,188,181)
#BEC4BE
(190,196,190)
#C6CCC7
(198,204,199)
#CED4D0
(206,212,208)
#D6DCD9
(214,220,217)
#DEE4E2
(222,228,226)
#E6ECEB
(230,236,235)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA49A color. Also use rgb(158,164,154) instead hex code.

Text Font Color

.myTextColor { color: #9EA49A; }

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

This text font color is #9EA49A.


Background Color

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

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

This div background color is #9EA49A.


Border color

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

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

This div border color is #9EA49A.


Opacity

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

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

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

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

This text has shadow with #9EA49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA49A on black background.


Color preview on white background

This text has color #9EA49A on white background.



Black color preview on #9EA49A background

This text has black color on #9EA49A background.


White color preview on #9EA49A background

This text has white color on #9EA49A background.