COLOR #9EA0A6

HEX: #9EA0A6
RGB: (158,160,166)

Color info

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

RGB color model

#9EA0A6 color RGB value is (158,160,166).

  • red value is 158;
  • green value is 160;
  • blue value is 166.
RGB:
(158,160,166)
(62%,63%,65%)

RGB channels and saturation

R 158 of 255 = 62%
G 160 of 255 = 63%
B 166 of 255 = 65%

158
160
166

R + G + B ~ 63%. #9EA0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 160 + 166 = 484 (100%)
R 158 of 484 ~ 32.64%
G 160 of 484 ~ 33.06%
B 166 of 484 ~ 34.3%

%32.64
%33.06
%34.3

CMYK color model

#9EA0A6 color CMYK value is (5,4,0,35).

  • cyan value is 4.82%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(5,4,0,35)
C5M4Y0K35 
(5%,4%,0%,35%)
(0.05/0.04/0.00/0.35)	

CMYK percentages

%4.82
%3.61
%0
%34.9

Codes

Color #9EA0A6 in popluar color models

9EA0A6
RGB158160166
HSL225°4.30%63.53%
HSB/HSV225°4.82%65.10%
CMYK4.82%3.61%0.00%
34.90%

Color #9EA0A6 in popluar number systems.

HEX9EA0A6
Decimal158160166
Binary100111101010000010100110
Octal236240246

Shades and tints

Shades of #9EA0A6

#9EA0A6
(158,160,166)
#909297
(144,146,151)
#828488
(130,132,136)
#747679
(116,118,121)
#66686A
(102,104,106)
#585A5B
(88,90,91)
#4A4C4C
(74,76,76)
#3C3E3D
(60,62,61)
#2E302E
(46,48,46)
#20221F
(32,34,31)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #9EA0A6

#9EA0A6
(158,160,166)
#A6A8AE
(166,168,174)
#AEB0B6
(174,176,182)
#B6B8BE
(182,184,190)
#BEC0C6
(190,192,198)
#C6C8CE
(198,200,206)
#CED0D6
(206,208,214)
#D6D8DE
(214,216,222)
#DEE0E6
(222,224,230)
#E6E8EE
(230,232,238)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA0A6 color. Also use rgb(158,160,166) instead hex code.

Text Font Color

.myTextColor { color: #9EA0A6; }

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

This text font color is #9EA0A6.


Background Color

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

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

This div background color is #9EA0A6.


Border color

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

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

This div border color is #9EA0A6.


Opacity

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

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

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

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

This text has shadow with #9EA0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA0A6 on black background.


Color preview on white background

This text has color #9EA0A6 on white background.



Black color preview on #9EA0A6 background

This text has black color on #9EA0A6 background.


White color preview on #9EA0A6 background

This text has white color on #9EA0A6 background.