COLOR #9EA1BC

HEX: #9EA1BC
RGB: (158,161,188)

Color info

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

RGB color model

#9EA1BC color RGB value is (158,161,188).

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

RGB channels and saturation

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

158
161
188

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

Portions of RGB colors in percentages

R + G + B =
158 + 161 + 188 = 507 (100%)
R 158 of 507 ~ 31.16%
G 161 of 507 ~ 31.76%
B 188 of 507 ~ 37.08%

%31.16
%31.76
%37.08

CMYK color model

#9EA1BC color CMYK value is (16,14,0,26).

  • cyan value is 15.96%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(16,14,0,26)
C16M14Y0K26 
(16%,14%,0%,26%)
(0.16/0.14/0.00/0.26)	

CMYK percentages

%15.96
%14.36
%0
%26.27

Codes

Color #9EA1BC in popluar color models

9EA1BC
RGB158161188
HSL234°18.29%67.84%
HSB/HSV234°15.96%73.73%
CMYK15.96%14.36%0.00%
26.27%

Color #9EA1BC in popluar number systems.

HEX9EA1BC
Decimal158161188
Binary100111101010000110111100
Octal236241274

Shades and tints

Shades of #9EA1BC

#9EA1BC
(158,161,188)
#9093AB
(144,147,171)
#82859A
(130,133,154)
#747789
(116,119,137)
#666978
(102,105,120)
#585B67
(88,91,103)
#4A4D56
(74,77,86)
#3C3F45
(60,63,69)
#2E3134
(46,49,52)
#202323
(32,35,35)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #9EA1BC

#9EA1BC
(158,161,188)
#A6A9C2
(166,169,194)
#AEB1C8
(174,177,200)
#B6B9CE
(182,185,206)
#BEC1D4
(190,193,212)
#C6C9DA
(198,201,218)
#CED1E0
(206,209,224)
#D6D9E6
(214,217,230)
#DEE1EC
(222,225,236)
#E6E9F2
(230,233,242)
#EEF1F8
(238,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA1BC; }

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

This text font color is #9EA1BC.


Background Color

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

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

This div background color is #9EA1BC.


Border color

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

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

This div border color is #9EA1BC.


Opacity

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

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

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

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

This text has shadow with #9EA1BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA1BC on black background.


Color preview on white background

This text has color #9EA1BC on white background.



Black color preview on #9EA1BC background

This text has black color on #9EA1BC background.


White color preview on #9EA1BC background

This text has white color on #9EA1BC background.