COLOR #9EA6AB

HEX: #9EA6AB
RGB: (158,166,171)

Color info

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

RGB color model

#9EA6AB color RGB value is (158,166,171).

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

RGB channels and saturation

R 158 of 255 = 62%
G 166 of 255 = 65%
B 171 of 255 = 67%

158
166
171

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

Portions of RGB colors in percentages

R + G + B =
158 + 166 + 171 = 495 (100%)
R 158 of 495 ~ 31.92%
G 166 of 495 ~ 33.54%
B 171 of 495 ~ 34.55%

%31.92
%33.54
%34.55

CMYK color model

#9EA6AB color CMYK value is (8,3,0,33).

  • cyan value is 7.60%
  • magenta value is 2.92%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(8,3,0,33)
C8M3Y0K33 
(8%,3%,0%,33%)
(0.08/0.03/0.00/0.33)	

CMYK percentages

%7.6
%2.92
%0
%32.94

Codes

Color #9EA6AB in popluar color models

9EA6AB
RGB158166171
HSL203°7.18%64.51%
HSB/HSV203°7.60%67.06%
CMYK7.60%2.92%0.00%
32.94%

Color #9EA6AB in popluar number systems.

HEX9EA6AB
Decimal158166171
Binary100111101010011010101011
Octal236246253

Shades and tints

Shades of #9EA6AB

#9EA6AB
(158,166,171)
#90979C
(144,151,156)
#82888D
(130,136,141)
#74797E
(116,121,126)
#666A6F
(102,106,111)
#585B60
(88,91,96)
#4A4C51
(74,76,81)
#3C3D42
(60,61,66)
#2E2E33
(46,46,51)
#201F24
(32,31,36)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #9EA6AB

#9EA6AB
(158,166,171)
#A6AEB2
(166,174,178)
#AEB6B9
(174,182,185)
#B6BEC0
(182,190,192)
#BEC6C7
(190,198,199)
#C6CECE
(198,206,206)
#CED6D5
(206,214,213)
#D6DEDC
(214,222,220)
#DEE6E3
(222,230,227)
#E6EEEA
(230,238,234)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA6AB; }

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

This text font color is #9EA6AB.


Background Color

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

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

This div background color is #9EA6AB.


Border color

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

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

This div border color is #9EA6AB.


Opacity

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

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

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

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

This text has shadow with #9EA6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA6AB on black background.


Color preview on white background

This text has color #9EA6AB on white background.



Black color preview on #9EA6AB background

This text has black color on #9EA6AB background.


White color preview on #9EA6AB background

This text has white color on #9EA6AB background.