COLOR #9EA0BC

HEX: #9EA0BC
RGB: (158,160,188)

Color info

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

RGB color model

#9EA0BC color RGB value is (158,160,188).

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

RGB channels and saturation

R 158 of 255 = 62%
G 160 of 255 = 63%
B 188 of 255 = 74%

158
160
188

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

Portions of RGB colors in percentages

R + G + B =
158 + 160 + 188 = 506 (100%)
R 158 of 506 ~ 31.23%
G 160 of 506 ~ 31.62%
B 188 of 506 ~ 37.15%

%31.23
%31.62
%37.15

CMYK color model

#9EA0BC color CMYK value is (16,15,0,26).

  • cyan value is 15.96%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(16,15,0,26)
C16M15Y0K26 
(16%,15%,0%,26%)
(0.16/0.15/0.00/0.26)	

CMYK percentages

%15.96
%14.89
%0
%26.27

Codes

Color #9EA0BC in popluar color models

9EA0BC
RGB158160188
HSL236°18.29%67.84%
HSB/HSV236°15.96%73.73%
CMYK15.96%14.89%0.00%
26.27%

Color #9EA0BC in popluar number systems.

HEX9EA0BC
Decimal158160188
Binary100111101010000010111100
Octal236240274

Shades and tints

Shades of #9EA0BC

#9EA0BC
(158,160,188)
#9092AB
(144,146,171)
#82849A
(130,132,154)
#747689
(116,118,137)
#666878
(102,104,120)
#585A67
(88,90,103)
#4A4C56
(74,76,86)
#3C3E45
(60,62,69)
#2E3034
(46,48,52)
#202223
(32,34,35)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #9EA0BC

#9EA0BC
(158,160,188)
#A6A8C2
(166,168,194)
#AEB0C8
(174,176,200)
#B6B8CE
(182,184,206)
#BEC0D4
(190,192,212)
#C6C8DA
(198,200,218)
#CED0E0
(206,208,224)
#D6D8E6
(214,216,230)
#DEE0EC
(222,224,236)
#E6E8F2
(230,232,242)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA0BC; }

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

This text font color is #9EA0BC.


Background Color

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

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

This div background color is #9EA0BC.


Border color

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

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

This div border color is #9EA0BC.


Opacity

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

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

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

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

This text has shadow with #9EA0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA0BC on black background.


Color preview on white background

This text has color #9EA0BC on white background.



Black color preview on #9EA0BC background

This text has black color on #9EA0BC background.


White color preview on #9EA0BC background

This text has white color on #9EA0BC background.