COLOR #9EAA9E

HEX: #9EAA9E
RGB: (158,170,158)

Color info

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

RGB color model

#9EAA9E color RGB value is (158,170,158).

  • red value is 158;
  • green value is 170;
  • blue value is 158.
RGB:
(158,170,158)
(62%,67%,62%)

RGB channels and saturation

R 158 of 255 = 62%
G 170 of 255 = 67%
B 158 of 255 = 62%

158
170
158

R + G + B ~ 64%. #9EAA9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 170 + 158 = 486 (100%)
R 158 of 486 ~ 32.51%
G 170 of 486 ~ 34.98%
B 158 of 486 ~ 32.51%

%32.51
%34.98
%32.51

CMYK color model

#9EAA9E color CMYK value is (7,0,7,33).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 33.33%
CMYK:
(7,0,7,33)
C7M0Y7K33 
(7%,0%,7%,33%)
(0.07/0.00/0.07/0.33)	

CMYK percentages

%7.06
%0
%7.06
%33.33

Codes

Color #9EAA9E in popluar color models

9EAA9E
RGB158170158
HSL120°6.59%64.31%
HSB/HSV120°7.06%66.67%
CMYK7.06%0.00%7.06%
33.33%

Color #9EAA9E in popluar number systems.

HEX9EAA9E
Decimal158170158
Binary100111101010101010011110
Octal236252236

Shades and tints

Shades of #9EAA9E

#9EAA9E
(158,170,158)
#909B90
(144,155,144)
#828C82
(130,140,130)
#747D74
(116,125,116)
#666E66
(102,110,102)
#585F58
(88,95,88)
#4A504A
(74,80,74)
#3C413C
(60,65,60)
#2E322E
(46,50,46)
#202320
(32,35,32)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #9EAA9E

#9EAA9E
(158,170,158)
#A6B1A6
(166,177,166)
#AEB8AE
(174,184,174)
#B6BFB6
(182,191,182)
#BEC6BE
(190,198,190)
#C6CDC6
(198,205,198)
#CED4CE
(206,212,206)
#D6DBD6
(214,219,214)
#DEE2DE
(222,226,222)
#E6E9E6
(230,233,230)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAA9E; }

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

This text font color is #9EAA9E.


Background Color

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

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

This div background color is #9EAA9E.


Border color

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

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

This div border color is #9EAA9E.


Opacity

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

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

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

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

This text has shadow with #9EAA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAA9E on black background.


Color preview on white background

This text has color #9EAA9E on white background.



Black color preview on #9EAA9E background

This text has black color on #9EAA9E background.


White color preview on #9EAA9E background

This text has white color on #9EAA9E background.