COLOR #9EA2AE

HEX: #9EA2AE
RGB: (158,162,174)

Color info

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

RGB color model

#9EA2AE color RGB value is (158,162,174).

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

RGB channels and saturation

R 158 of 255 = 62%
G 162 of 255 = 64%
B 174 of 255 = 68%

158
162
174

R + G + B ~ 65%. #9EA2AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 162 + 174 = 494 (100%)
R 158 of 494 ~ 31.98%
G 162 of 494 ~ 32.79%
B 174 of 494 ~ 35.22%

%31.98
%32.79
%35.22

CMYK color model

#9EA2AE color CMYK value is (9,7,0,32).

  • cyan value is 9.20%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(9,7,0,32)
C9M7Y0K32 
(9%,7%,0%,32%)
(0.09/0.07/0.00/0.32)	

CMYK percentages

%9.2
%6.9
%0
%31.76

Codes

Color #9EA2AE in popluar color models

9EA2AE
RGB158162174
HSL225°8.99%65.10%
HSB/HSV225°9.20%68.24%
CMYK9.20%6.90%0.00%
31.76%

Color #9EA2AE in popluar number systems.

HEX9EA2AE
Decimal158162174
Binary100111101010001010101110
Octal236242256

Shades and tints

Shades of #9EA2AE

#9EA2AE
(158,162,174)
#90949F
(144,148,159)
#828690
(130,134,144)
#747881
(116,120,129)
#666A72
(102,106,114)
#585C63
(88,92,99)
#4A4E54
(74,78,84)
#3C4045
(60,64,69)
#2E3236
(46,50,54)
#202427
(32,36,39)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #9EA2AE

#9EA2AE
(158,162,174)
#A6AAB5
(166,170,181)
#AEB2BC
(174,178,188)
#B6BAC3
(182,186,195)
#BEC2CA
(190,194,202)
#C6CAD1
(198,202,209)
#CED2D8
(206,210,216)
#D6DADF
(214,218,223)
#DEE2E6
(222,226,230)
#E6EAED
(230,234,237)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA2AE; }

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

This text font color is #9EA2AE.


Background Color

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

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

This div background color is #9EA2AE.


Border color

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

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

This div border color is #9EA2AE.


Opacity

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

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

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

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

This text has shadow with #9EA2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA2AE on black background.


Color preview on white background

This text has color #9EA2AE on white background.



Black color preview on #9EA2AE background

This text has black color on #9EA2AE background.


White color preview on #9EA2AE background

This text has white color on #9EA2AE background.