COLOR #9EA99A

HEX: #9EA99A RGB: (158,169,154)

Color info

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

RGB color model

#9EA99A color RGB value is (158,169,154).

RGB: (158,169,154) (62%, 66%, 60%)

RGB channels and saturation

R 158 of 255 = 62%
G 169 of 255 = 66%
B 154 of 255 = 60%

158
169
154

R + G + B ~ 63%. #9EA99A is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 169 + 154 = 481 (100%)
R 158 of 481 ~ 32.85%
G 169 of 481 ~ 35.14%
B 154 of 481 ~ 32.02'%

%32.85
%35.14
%32.02

CMYK color model

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

  • cyan value is 6.51%
  • magenta value is 0.00%
  • yellow value is 8.88%
  • key color value is 33.73%
CMYK: (7,0,9,34) C7M0Y9K34 (7%,0%,9%,34%) (0.07/0.00/0.09/0.34) 

CMYK percentages

%6.51
%0
%8.88
%33.73

Codes

Color #9EA99A in popluar color models

9E A9 9A
RGB 158 169 154
HSL 104° 8.02% 63.33%
HSB/HSV 104° 8.88% 66.27%
CMYK 6.51% 0.00% 8.88%
33.73%

Color #9EA99A in popluar number systems.

HEX 9E A9 9A
Decimal 158 169 154
Binary 10011110 10101001 10011010
Octal 236 251 232

Shades and tints

Shades of #9EA99A

#9EA99A
(158,169,154)
#909A8C
(144,154,140)
#828B7E
(130,139,126)
#747C70
(116,124,112)
#666D62
(102,109,98)
#585E54
(88,94,84)
#4A4F46
(74,79,70)
#3C4038
(60,64,56)
#2E312A
(46,49,42)
#20221C
(32,34,28)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #9EA99A

#9EA99A
(158,169,154)
#A6B0A3
(166,176,163)
#AEB7AC
(174,183,172)
#B6BEB5
(182,190,181)
#BEC5BE
(190,197,190)
#C6CCC7
(198,204,199)
#CED3D0
(206,211,208)
#D6DAD9
(214,218,217)
#DEE1E2
(222,225,226)
#E6E8EB
(230,232,235)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA99A; }

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

This text font color is #9EA99A.

Background Color

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

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

This div background color is #9EA99A.

Border color

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

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

This div border color is #9EA99A.

Opacity

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

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

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

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

This text has shadow with #9EA99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA99A.

Preview

Color preview on black background

This text has color #9EA99A on black background.


Color preview on white background

This text has color #9EA99A on white background.


Black color preview on #9EA99A background

This text has black color on #9EA99A background.


White color preview on #9EA99A background

This text has white color on #9EA99A background.


Related colors

Complementary color

Complementary color for #hex is #615665.


I love getcolorcode.com

Triadic colors

1 #9A9EA9 and #A99A9E with #9EA99A are triadic colors.

2 #9AA99E and #A99E9A with #9EA99A are triadic colors.