COLOR #9EA1AC

HEX: #9EA1AC
RGB: (158,161,172)

Color info

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

RGB color model

#9EA1AC color RGB value is (158,161,172).

  • red value is 158;
  • green value is 161;
  • blue value is 172.
RGB:
(158,161,172)
(62%,63%,67%)

RGB channels and saturation

R 158 of 255 = 62%
G 161 of 255 = 63%
B 172 of 255 = 67%

158
161
172

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

Portions of RGB colors in percentages

R + G + B =
158 + 161 + 172 = 491 (100%)
R 158 of 491 ~ 32.18%
G 161 of 491 ~ 32.79%
B 172 of 491 ~ 35.03%

%32.18
%32.79
%35.03

CMYK color model

#9EA1AC color CMYK value is (8,6,0,33).

  • cyan value is 8.14%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(8,6,0,33)
C8M6Y0K33 
(8%,6%,0%,33%)
(0.08/0.06/0.00/0.33)	

CMYK percentages

%8.14
%6.4
%0
%32.55

Codes

Color #9EA1AC in popluar color models

9EA1AC
RGB158161172
HSL227°7.78%64.71%
HSB/HSV227°8.14%67.45%
CMYK8.14%6.40%0.00%
32.55%

Color #9EA1AC in popluar number systems.

HEX9EA1AC
Decimal158161172
Binary100111101010000110101100
Octal236241254

Shades and tints

Shades of #9EA1AC

#9EA1AC
(158,161,172)
#90939D
(144,147,157)
#82858E
(130,133,142)
#74777F
(116,119,127)
#666970
(102,105,112)
#585B61
(88,91,97)
#4A4D52
(74,77,82)
#3C3F43
(60,63,67)
#2E3134
(46,49,52)
#202325
(32,35,37)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #9EA1AC

#9EA1AC
(158,161,172)
#A6A9B3
(166,169,179)
#AEB1BA
(174,177,186)
#B6B9C1
(182,185,193)
#BEC1C8
(190,193,200)
#C6C9CF
(198,201,207)
#CED1D6
(206,209,214)
#D6D9DD
(214,217,221)
#DEE1E4
(222,225,228)
#E6E9EB
(230,233,235)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA1AC color. Also use rgb(158,161,172) instead hex code.

Text Font Color

.myTextColor { color: #9EA1AC; }

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

This text font color is #9EA1AC.


Background Color

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

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

This div background color is #9EA1AC.


Border color

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

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

This div border color is #9EA1AC.


Opacity

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

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

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

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

This text has shadow with #9EA1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA1AC on black background.


Color preview on white background

This text has color #9EA1AC on white background.



Black color preview on #9EA1AC background

This text has black color on #9EA1AC background.


White color preview on #9EA1AC background

This text has white color on #9EA1AC background.