COLOR #9EA6B1

HEX: #9EA6B1
RGB: (158,166,177)

Color info

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

RGB color model

#9EA6B1 color RGB value is (158,166,177).

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

RGB channels and saturation

R 158 of 255 = 62%
G 166 of 255 = 65%
B 177 of 255 = 69%

158
166
177

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

Portions of RGB colors in percentages

R + G + B =
158 + 166 + 177 = 501 (100%)
R 158 of 501 ~ 31.54%
G 166 of 501 ~ 33.13%
B 177 of 501 ~ 35.33%

%31.54
%33.13
%35.33

CMYK color model

#9EA6B1 color CMYK value is (11,6,0,31).

  • cyan value is 10.73%
  • magenta value is 6.21%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(11,6,0,31)
C11M6Y0K31 
(11%,6%,0%,31%)
(0.11/0.06/0.00/0.31)	

CMYK percentages

%10.73
%6.21
%0
%30.59

Codes

Color #9EA6B1 in popluar color models

9EA6B1
RGB158166177
HSL215°10.86%65.69%
HSB/HSV215°10.73%69.41%
CMYK10.73%6.21%0.00%
30.59%

Color #9EA6B1 in popluar number systems.

HEX9EA6B1
Decimal158166177
Binary100111101010011010110001
Octal236246261

Shades and tints

Shades of #9EA6B1

#9EA6B1
(158,166,177)
#9097A1
(144,151,161)
#828891
(130,136,145)
#747981
(116,121,129)
#666A71
(102,106,113)
#585B61
(88,91,97)
#4A4C51
(74,76,81)
#3C3D41
(60,61,65)
#2E2E31
(46,46,49)
#201F21
(32,31,33)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #9EA6B1

#9EA6B1
(158,166,177)
#A6AEB8
(166,174,184)
#AEB6BF
(174,182,191)
#B6BEC6
(182,190,198)
#BEC6CD
(190,198,205)
#C6CED4
(198,206,212)
#CED6DB
(206,214,219)
#D6DEE2
(214,222,226)
#DEE6E9
(222,230,233)
#E6EEF0
(230,238,240)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA6B1; }

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

This text font color is #9EA6B1.


Background Color

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

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

This div background color is #9EA6B1.


Border color

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

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

This div border color is #9EA6B1.


Opacity

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

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

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

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

This text has shadow with #9EA6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA6B1 on black background.


Color preview on white background

This text has color #9EA6B1 on white background.



Black color preview on #9EA6B1 background

This text has black color on #9EA6B1 background.


White color preview on #9EA6B1 background

This text has white color on #9EA6B1 background.