COLOR #9EA7B7

HEX: #9EA7B7
RGB: (158,167,183)

Color info

#9EA7B7 contains red, green and blue colors in about the same proportion. Web safe color of #9EA7B7 is #9999CC (or #99C).

RGB color model

#9EA7B7 color RGB value is (158,167,183).

  • red value is 158;
  • green value is 167;
  • blue value is 183.
RGB:
(158,167,183)
(62%,65%,72%)

RGB channels and saturation

R 158 of 255 = 62%
G 167 of 255 = 65%
B 183 of 255 = 72%

158
167
183

R + G + B ~ 66%. #9EA7B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 167 + 183 = 508 (100%)
R 158 of 508 ~ 31.1%
G 167 of 508 ~ 32.87%
B 183 of 508 ~ 36.02%

%31.1
%32.87
%36.02

CMYK color model

#9EA7B7 color CMYK value is (14,9,0,28).

  • cyan value is 13.66%
  • magenta value is 8.74%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(14,9,0,28)
C14M9Y0K28 
(14%,9%,0%,28%)
(0.14/0.09/0.00/0.28)	

CMYK percentages

%13.66
%8.74
%0
%28.24

Codes

Color #9EA7B7 in popluar color models

9EA7B7
RGB158167183
HSL218°14.79%66.86%
HSB/HSV218°13.66%71.76%
CMYK13.66%8.74%0.00%
28.24%

Color #9EA7B7 in popluar number systems.

HEX9EA7B7
Decimal158167183
Binary100111101010011110110111
Octal236247267

Shades and tints

Shades of #9EA7B7

#9EA7B7
(158,167,183)
#9098A7
(144,152,167)
#828997
(130,137,151)
#747A87
(116,122,135)
#666B77
(102,107,119)
#585C67
(88,92,103)
#4A4D57
(74,77,87)
#3C3E47
(60,62,71)
#2E2F37
(46,47,55)
#202027
(32,32,39)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #9EA7B7

#9EA7B7
(158,167,183)
#A6AFBD
(166,175,189)
#AEB7C3
(174,183,195)
#B6BFC9
(182,191,201)
#BEC7CF
(190,199,207)
#C6CFD5
(198,207,213)
#CED7DB
(206,215,219)
#D6DFE1
(214,223,225)
#DEE7E7
(222,231,231)
#E6EFED
(230,239,237)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA7B7 color. Also use rgb(158,167,183) instead hex code.

Text Font Color

.myTextColor { color: #9EA7B7; }

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

This text font color is #9EA7B7.


Background Color

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

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

This div background color is #9EA7B7.


Border color

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

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

This div border color is #9EA7B7.


Opacity

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

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

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

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

This text has shadow with #9EA7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA7B7 on black background.


Color preview on white background

This text has color #9EA7B7 on white background.



Black color preview on #9EA7B7 background

This text has black color on #9EA7B7 background.


White color preview on #9EA7B7 background

This text has white color on #9EA7B7 background.