COLOR #9EA1A9

HEX: #9EA1A9
RGB: (158,161,169)

Color info

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

RGB color model

#9EA1A9 color RGB value is (158,161,169).

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

RGB channels and saturation

R 158 of 255 = 62%
G 161 of 255 = 63%
B 169 of 255 = 66%

158
161
169

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

Portions of RGB colors in percentages

R + G + B =
158 + 161 + 169 = 488 (100%)
R 158 of 488 ~ 32.38%
G 161 of 488 ~ 32.99%
B 169 of 488 ~ 34.63%

%32.38
%32.99
%34.63

CMYK color model

#9EA1A9 color CMYK value is (7,5,0,34).

  • cyan value is 6.51%
  • magenta value is 4.73%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(7,5,0,34)
C7M5Y0K34 
(7%,5%,0%,34%)
(0.07/0.05/0.00/0.34)	

CMYK percentages

%6.51
%4.73
%0
%33.73

Codes

Color #9EA1A9 in popluar color models

9EA1A9
RGB158161169
HSL224°6.01%64.12%
HSB/HSV224°6.51%66.27%
CMYK6.51%4.73%0.00%
33.73%

Color #9EA1A9 in popluar number systems.

HEX9EA1A9
Decimal158161169
Binary100111101010000110101001
Octal236241251

Shades and tints

Shades of #9EA1A9

#9EA1A9
(158,161,169)
#90939A
(144,147,154)
#82858B
(130,133,139)
#74777C
(116,119,124)
#66696D
(102,105,109)
#585B5E
(88,91,94)
#4A4D4F
(74,77,79)
#3C3F40
(60,63,64)
#2E3131
(46,49,49)
#202322
(32,35,34)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #9EA1A9

#9EA1A9
(158,161,169)
#A6A9B0
(166,169,176)
#AEB1B7
(174,177,183)
#B6B9BE
(182,185,190)
#BEC1C5
(190,193,197)
#C6C9CC
(198,201,204)
#CED1D3
(206,209,211)
#D6D9DA
(214,217,218)
#DEE1E1
(222,225,225)
#E6E9E8
(230,233,232)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA1A9; }

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

This text font color is #9EA1A9.


Background Color

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

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

This div background color is #9EA1A9.


Border color

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

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

This div border color is #9EA1A9.


Opacity

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

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

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

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

This text has shadow with #9EA1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA1A9 on black background.


Color preview on white background

This text has color #9EA1A9 on white background.



Black color preview on #9EA1A9 background

This text has black color on #9EA1A9 background.


White color preview on #9EA1A9 background

This text has white color on #9EA1A9 background.