COLOR #9EAA9A

HEX: #9EAA9A
RGB: (158,170,154)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

158
170
154

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

Portions of RGB colors in percentages

R + G + B =
158 + 170 + 154 = 482 (100%)
R 158 of 482 ~ 32.78%
G 170 of 482 ~ 35.27%
B 154 of 482 ~ 31.95%

%32.78
%35.27
%31.95

CMYK color model

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

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

CMYK percentages

%7.06
%0
%9.41
%33.33

Codes

Color #9EAA9A in popluar color models

9EAA9A
RGB158170154
HSL105°8.60%63.53%
HSB/HSV105°9.41%66.67%
CMYK7.06%0.00%9.41%
33.33%

Color #9EAA9A in popluar number systems.

HEX9EAA9A
Decimal158170154
Binary100111101010101010011010
Octal236252232

Shades and tints

Shades of #9EAA9A

#9EAA9A
(158,170,154)
#909B8C
(144,155,140)
#828C7E
(130,140,126)
#747D70
(116,125,112)
#666E62
(102,110,98)
#585F54
(88,95,84)
#4A5046
(74,80,70)
#3C4138
(60,65,56)
#2E322A
(46,50,42)
#20231C
(32,35,28)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #9EAA9A

#9EAA9A
(158,170,154)
#A6B1A3
(166,177,163)
#AEB8AC
(174,184,172)
#B6BFB5
(182,191,181)
#BEC6BE
(190,198,190)
#C6CDC7
(198,205,199)
#CED4D0
(206,212,208)
#D6DBD9
(214,219,217)
#DEE2E2
(222,226,226)
#E6E9EB
(230,233,235)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAA9A; }

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

This text font color is #9EAA9A.


Background Color

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

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

This div background color is #9EAA9A.


Border color

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

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

This div border color is #9EAA9A.


Opacity

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

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

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

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

This text has shadow with #9EAA9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAA9A on black background.


Color preview on white background

This text has color #9EAA9A on white background.



Black color preview on #9EAA9A background

This text has black color on #9EAA9A background.


White color preview on #9EAA9A background

This text has white color on #9EAA9A background.