COLOR #9EA7AA

HEX: #9EA7AA
RGB: (158,167,170)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

158
167
170

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

Portions of RGB colors in percentages

R + G + B =
158 + 167 + 170 = 495 (100%)
R 158 of 495 ~ 31.92%
G 167 of 495 ~ 33.74%
B 170 of 495 ~ 34.34%

%31.92
%33.74
%34.34

CMYK color model

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

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

CMYK percentages

%7.06
%1.76
%0
%33.33

Codes

Color #9EA7AA in popluar color models

9EA7AA
RGB158167170
HSL195°6.59%64.31%
HSB/HSV195°7.06%66.67%
CMYK7.06%1.76%0.00%
33.33%

Color #9EA7AA in popluar number systems.

HEX9EA7AA
Decimal158167170
Binary100111101010011110101010
Octal236247252

Shades and tints

Shades of #9EA7AA

#9EA7AA
(158,167,170)
#90989B
(144,152,155)
#82898C
(130,137,140)
#747A7D
(116,122,125)
#666B6E
(102,107,110)
#585C5F
(88,92,95)
#4A4D50
(74,77,80)
#3C3E41
(60,62,65)
#2E2F32
(46,47,50)
#202023
(32,32,35)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #9EA7AA

#9EA7AA
(158,167,170)
#A6AFB1
(166,175,177)
#AEB7B8
(174,183,184)
#B6BFBF
(182,191,191)
#BEC7C6
(190,199,198)
#C6CFCD
(198,207,205)
#CED7D4
(206,215,212)
#D6DFDB
(214,223,219)
#DEE7E2
(222,231,226)
#E6EFE9
(230,239,233)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA7AA; }

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

This text font color is #9EA7AA.


Background Color

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

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

This div background color is #9EA7AA.


Border color

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

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

This div border color is #9EA7AA.


Opacity

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

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

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

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

This text has shadow with #9EA7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA7AA on black background.


Color preview on white background

This text has color #9EA7AA on white background.



Black color preview on #9EA7AA background

This text has black color on #9EA7AA background.


White color preview on #9EA7AA background

This text has white color on #9EA7AA background.