COLOR #9EA7B5

HEX: #9EA7B5
RGB: (158,167,181)

Color info

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

RGB color model

#9EA7B5 color RGB value is (158,167,181).

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

RGB channels and saturation

R 158 of 255 = 62%
G 167 of 255 = 65%
B 181 of 255 = 71%

158
167
181

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

Portions of RGB colors in percentages

R + G + B =
158 + 167 + 181 = 506 (100%)
R 158 of 506 ~ 31.23%
G 167 of 506 ~ 33%
B 181 of 506 ~ 35.77%

%31.23
%33
%35.77

CMYK color model

#9EA7B5 color CMYK value is (13,8,0,29).

  • cyan value is 12.71%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(13,8,0,29)
C13M8Y0K29 
(13%,8%,0%,29%)
(0.13/0.08/0.00/0.29)	

CMYK percentages

%12.71
%7.73
%0
%29.02

Codes

Color #9EA7B5 in popluar color models

9EA7B5
RGB158167181
HSL217°13.45%66.47%
HSB/HSV217°12.71%70.98%
CMYK12.71%7.73%0.00%
29.02%

Color #9EA7B5 in popluar number systems.

HEX9EA7B5
Decimal158167181
Binary100111101010011110110101
Octal236247265

Shades and tints

Shades of #9EA7B5

#9EA7B5
(158,167,181)
#9098A5
(144,152,165)
#828995
(130,137,149)
#747A85
(116,122,133)
#666B75
(102,107,117)
#585C65
(88,92,101)
#4A4D55
(74,77,85)
#3C3E45
(60,62,69)
#2E2F35
(46,47,53)
#202025
(32,32,37)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #9EA7B5

#9EA7B5
(158,167,181)
#A6AFBB
(166,175,187)
#AEB7C1
(174,183,193)
#B6BFC7
(182,191,199)
#BEC7CD
(190,199,205)
#C6CFD3
(198,207,211)
#CED7D9
(206,215,217)
#D6DFDF
(214,223,223)
#DEE7E5
(222,231,229)
#E6EFEB
(230,239,235)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA7B5; }

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

This text font color is #9EA7B5.


Background Color

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

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

This div background color is #9EA7B5.


Border color

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

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

This div border color is #9EA7B5.


Opacity

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

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

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

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

This text has shadow with #9EA7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA7B5 on black background.


Color preview on white background

This text has color #9EA7B5 on white background.



Black color preview on #9EA7B5 background

This text has black color on #9EA7B5 background.


White color preview on #9EA7B5 background

This text has white color on #9EA7B5 background.