COLOR #9EA29A

HEX: #9EA29A RGB: (158,162,154)

Color info

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

RGB color model

#9EA29A color RGB value is (158,162,154).

RGB: (158,162,154) (62%, 64%, 60%)

RGB channels and saturation

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

158
162
154

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

Portions of RGB colors in percentages

R + G + B = 158 + 162 + 154 = 474 (100%)
R 158 of 474 ~ 33.33%
G 162 of 474 ~ 34.18%
B 154 of 474 ~ 32.49'%

%33.33
%34.18
%32.49

CMYK color model

#9EA29A color CMYK value is (2,0,5,36).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 36.47%

CMYK: (2,0,5,36)
C2M0Y5K36 (2%, 0%, 5%, 36%)
(0.02 / 0.00 / 0.05 / 0.36)

CMYK percentages

%2.47
%0
%4.94
%36.47

Codes

Color #9EA29A in popluar color models

9E A2 9A
RGB 158 162 154
HSL 90° 4.12% 61.96%
HSB/HSV 90° 4.94% 63.53%
CMYK 2.47% 0.00% 4.94%
36.47%

Color #9EA29A in popluar number systems.

HEX 9E A2 9A
Decimal 158 162 154
Binary 10011110 10100010 10011010
Octal 236 242 232

Shades and tints

Shades of #9EA29A

#9EA29A
(158,162,154)
#90948C
(144,148,140)
#82867E
(130,134,126)
#747870
(116,120,112)
#666A62
(102,106,98)
#585C54
(88,92,84)
#4A4E46
(74,78,70)
#3C4038
(60,64,56)
#2E322A
(46,50,42)
#20241C
(32,36,28)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #9EA29A

#9EA29A
(158,162,154)
#A6AAA3
(166,170,163)
#AEB2AC
(174,178,172)
#B6BAB5
(182,186,181)
#BEC2BE
(190,194,190)
#C6CAC7
(198,202,199)
#CED2D0
(206,210,208)
#D6DAD9
(214,218,217)
#DEE2E2
(222,226,226)
#E6EAEB
(230,234,235)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA29A; }

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

This text font color is #9EA29A.

Background Color

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

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

This div background color is #9EA29A.

Border color

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

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

This div border color is #9EA29A.

Opacity

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

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

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

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

This text has shadow with #9EA29A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA29A.

Preview

Color preview on black background

This text has color #9EA29A on black background.


Color preview on white background

This text has color #9EA29A on white background.


Black color preview on #9EA29A background

This text has black color on #9EA29A background.


White color preview on #9EA29A background

This text has white color on #9EA29A background.


Related colors

Complementary color

Complementary color for #hex is #615D65.


I love getcolorcode.com

Triadic colors

1 #9A9EA2 and #A29A9E with #9EA29A are triadic colors.

2 #9AA29E and #A29E9A with #9EA29A are triadic colors.