COLOR #9EA0BD

HEX: #9EA0BD
RGB: (158,160,189)

Color info

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

RGB color model

#9EA0BD color RGB value is (158,160,189).

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

RGB channels and saturation

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

158
160
189

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

Portions of RGB colors in percentages

R + G + B =
158 + 160 + 189 = 507 (100%)
R 158 of 507 ~ 31.16%
G 160 of 507 ~ 31.56%
B 189 of 507 ~ 37.28%

%31.16
%31.56
%37.28

CMYK color model

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

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

CMYK percentages

%16.4
%15.34
%0
%25.88

Codes

Color #9EA0BD in popluar color models

9EA0BD
RGB158160189
HSL236°19.02%68.04%
HSB/HSV236°16.40%74.12%
CMYK16.40%15.34%0.00%
25.88%

Color #9EA0BD in popluar number systems.

HEX9EA0BD
Decimal158160189
Binary100111101010000010111101
Octal236240275

Shades and tints

Shades of #9EA0BD

#9EA0BD
(158,160,189)
#9092AC
(144,146,172)
#82849B
(130,132,155)
#74768A
(116,118,138)
#666879
(102,104,121)
#585A68
(88,90,104)
#4A4C57
(74,76,87)
#3C3E46
(60,62,70)
#2E3035
(46,48,53)
#202224
(32,34,36)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #9EA0BD

#9EA0BD
(158,160,189)
#A6A8C3
(166,168,195)
#AEB0C9
(174,176,201)
#B6B8CF
(182,184,207)
#BEC0D5
(190,192,213)
#C6C8DB
(198,200,219)
#CED0E1
(206,208,225)
#D6D8E7
(214,216,231)
#DEE0ED
(222,224,237)
#E6E8F3
(230,232,243)
#EEF0F9
(238,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA0BD; }

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

This text font color is #9EA0BD.


Background Color

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

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

This div background color is #9EA0BD.


Border color

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

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

This div border color is #9EA0BD.


Opacity

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

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

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

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

This text has shadow with #9EA0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA0BD on black background.


Color preview on white background

This text has color #9EA0BD on white background.



Black color preview on #9EA0BD background

This text has black color on #9EA0BD background.


White color preview on #9EA0BD background

This text has white color on #9EA0BD background.