COLOR #9EA7A2

HEX: #9EA7A2
RGB: (158,167,162)

Color info

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

RGB color model

#9EA7A2 color RGB value is (158,167,162).

  • red value is 158;
  • green value is 167;
  • blue value is 162.
RGB:
(158,167,162)
(62%,65%,64%)

RGB channels and saturation

R 158 of 255 = 62%
G 167 of 255 = 65%
B 162 of 255 = 64%

158
167
162

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

Portions of RGB colors in percentages

R + G + B =
158 + 167 + 162 = 487 (100%)
R 158 of 487 ~ 32.44%
G 167 of 487 ~ 34.29%
B 162 of 487 ~ 33.26%

%32.44
%34.29
%33.26

CMYK color model

#9EA7A2 color CMYK value is (5,0,3,35).

  • cyan value is 5.39%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 34.51%
CMYK:
(5,0,3,35)
C5M0Y3K35 
(5%,0%,3%,35%)
(0.05/0.00/0.03/0.35)	

CMYK percentages

%5.39
%0
%2.99
%34.51

Codes

Color #9EA7A2 in popluar color models

9EA7A2
RGB158167162
HSL147°4.86%63.73%
HSB/HSV147°5.39%65.49%
CMYK5.39%0.00%2.99%
34.51%

Color #9EA7A2 in popluar number systems.

HEX9EA7A2
Decimal158167162
Binary100111101010011110100010
Octal236247242

Shades and tints

Shades of #9EA7A2

#9EA7A2
(158,167,162)
#909894
(144,152,148)
#828986
(130,137,134)
#747A78
(116,122,120)
#666B6A
(102,107,106)
#585C5C
(88,92,92)
#4A4D4E
(74,77,78)
#3C3E40
(60,62,64)
#2E2F32
(46,47,50)
#202024
(32,32,36)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #9EA7A2

#9EA7A2
(158,167,162)
#A6AFAA
(166,175,170)
#AEB7B2
(174,183,178)
#B6BFBA
(182,191,186)
#BEC7C2
(190,199,194)
#C6CFCA
(198,207,202)
#CED7D2
(206,215,210)
#D6DFDA
(214,223,218)
#DEE7E2
(222,231,226)
#E6EFEA
(230,239,234)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA7A2; }

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

This text font color is #9EA7A2.


Background Color

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

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

This div background color is #9EA7A2.


Border color

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

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

This div border color is #9EA7A2.


Opacity

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

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

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

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

This text has shadow with #9EA7A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA7A2 on black background.


Color preview on white background

This text has color #9EA7A2 on white background.



Black color preview on #9EA7A2 background

This text has black color on #9EA7A2 background.


White color preview on #9EA7A2 background

This text has white color on #9EA7A2 background.