COLOR #9EA4AA

HEX: #9EA4AA
RGB: (158,164,170)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

158
164
170

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

Portions of RGB colors in percentages

R + G + B =
158 + 164 + 170 = 492 (100%)
R 158 of 492 ~ 32.11%
G 164 of 492 ~ 33.33%
B 170 of 492 ~ 34.55%

%32.11
%33.33
%34.55

CMYK color model

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

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

CMYK percentages

%7.06
%3.53
%0
%33.33

Codes

Color #9EA4AA in popluar color models

9EA4AA
RGB158164170
HSL210°6.59%64.31%
HSB/HSV210°7.06%66.67%
CMYK7.06%3.53%0.00%
33.33%

Color #9EA4AA in popluar number systems.

HEX9EA4AA
Decimal158164170
Binary100111101010010010101010
Octal236244252

Shades and tints

Shades of #9EA4AA

#9EA4AA
(158,164,170)
#90969B
(144,150,155)
#82888C
(130,136,140)
#747A7D
(116,122,125)
#666C6E
(102,108,110)
#585E5F
(88,94,95)
#4A5050
(74,80,80)
#3C4241
(60,66,65)
#2E3432
(46,52,50)
#202623
(32,38,35)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #9EA4AA

#9EA4AA
(158,164,170)
#A6ACB1
(166,172,177)
#AEB4B8
(174,180,184)
#B6BCBF
(182,188,191)
#BEC4C6
(190,196,198)
#C6CCCD
(198,204,205)
#CED4D4
(206,212,212)
#D6DCDB
(214,220,219)
#DEE4E2
(222,228,226)
#E6ECE9
(230,236,233)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA4AA; }

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

This text font color is #9EA4AA.


Background Color

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

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

This div background color is #9EA4AA.


Border color

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

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

This div border color is #9EA4AA.


Opacity

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

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

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

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

This text has shadow with #9EA4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA4AA on black background.


Color preview on white background

This text has color #9EA4AA on white background.



Black color preview on #9EA4AA background

This text has black color on #9EA4AA background.


White color preview on #9EA4AA background

This text has white color on #9EA4AA background.