COLOR #9EA0CD

HEX: #9EA0CD
RGB: (158,160,205)

Color info

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

RGB color model

#9EA0CD color RGB value is (158,160,205).

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

RGB channels and saturation

R 158 of 255 = 62%
G 160 of 255 = 63%
B 205 of 255 = 80%

158
160
205

R + G + B ~ 68%. #9EA0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 160 + 205 = 523 (100%)
R 158 of 523 ~ 30.21%
G 160 of 523 ~ 30.59%
B 205 of 523 ~ 39.2%

%30.21
%30.59
%39.2

CMYK color model

#9EA0CD color CMYK value is (23,22,0,20).

  • cyan value is 22.93%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(23,22,0,20)
C23M22Y0K20 
(23%,22%,0%,20%)
(0.23/0.22/0.00/0.20)	

CMYK percentages

%22.93
%21.95
%0
%19.61

Codes

Color #9EA0CD in popluar color models

9EA0CD
RGB158160205
HSL237°31.97%71.18%
HSB/HSV237°22.93%80.39%
CMYK22.93%21.95%0.00%
19.61%

Color #9EA0CD in popluar number systems.

HEX9EA0CD
Decimal158160205
Binary100111101010000011001101
Octal236240315

Shades and tints

Shades of #9EA0CD

#9EA0CD
(158,160,205)
#9092BB
(144,146,187)
#8284A9
(130,132,169)
#747697
(116,118,151)
#666885
(102,104,133)
#585A73
(88,90,115)
#4A4C61
(74,76,97)
#3C3E4F
(60,62,79)
#2E303D
(46,48,61)
#20222B
(32,34,43)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #9EA0CD

#9EA0CD
(158,160,205)
#A6A8D1
(166,168,209)
#AEB0D5
(174,176,213)
#B6B8D9
(182,184,217)
#BEC0DD
(190,192,221)
#C6C8E1
(198,200,225)
#CED0E5
(206,208,229)
#D6D8E9
(214,216,233)
#DEE0ED
(222,224,237)
#E6E8F1
(230,232,241)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA0CD; }

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

This text font color is #9EA0CD.


Background Color

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

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

This div background color is #9EA0CD.


Border color

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

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

This div border color is #9EA0CD.


Opacity

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

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

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

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

This text has shadow with #9EA0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA0CD on black background.


Color preview on white background

This text has color #9EA0CD on white background.



Black color preview on #9EA0CD background

This text has black color on #9EA0CD background.


White color preview on #9EA0CD background

This text has white color on #9EA0CD background.