COLOR #9EA1D6

HEX: #9EA1D6
RGB: (158,161,214)

Color info

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

RGB color model

#9EA1D6 color RGB value is (158,161,214).

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

RGB channels and saturation

R 158 of 255 = 62%
G 161 of 255 = 63%
B 214 of 255 = 84%

158
161
214

R + G + B ~ 70%. #9EA1D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 161 + 214 = 533 (100%)
R 158 of 533 ~ 29.64%
G 161 of 533 ~ 30.21%
B 214 of 533 ~ 40.15%

%29.64
%30.21
%40.15

CMYK color model

#9EA1D6 color CMYK value is (26,25,0,16).

  • cyan value is 26.17%
  • magenta value is 24.77%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(26,25,0,16)
C26M25Y0K16 
(26%,25%,0%,16%)
(0.26/0.25/0.00/0.16)	

CMYK percentages

%26.17
%24.77
%0
%16.08

Codes

Color #9EA1D6 in popluar color models

9EA1D6
RGB158161214
HSL237°40.58%72.94%
HSB/HSV237°26.17%83.92%
CMYK26.17%24.77%0.00%
16.08%

Color #9EA1D6 in popluar number systems.

HEX9EA1D6
Decimal158161214
Binary100111101010000111010110
Octal236241326

Shades and tints

Shades of #9EA1D6

#9EA1D6
(158,161,214)
#9093C3
(144,147,195)
#8285B0
(130,133,176)
#74779D
(116,119,157)
#66698A
(102,105,138)
#585B77
(88,91,119)
#4A4D64
(74,77,100)
#3C3F51
(60,63,81)
#2E313E
(46,49,62)
#20232B
(32,35,43)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #9EA1D6

#9EA1D6
(158,161,214)
#A6A9D9
(166,169,217)
#AEB1DC
(174,177,220)
#B6B9DF
(182,185,223)
#BEC1E2
(190,193,226)
#C6C9E5
(198,201,229)
#CED1E8
(206,209,232)
#D6D9EB
(214,217,235)
#DEE1EE
(222,225,238)
#E6E9F1
(230,233,241)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA1D6; }

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

This text font color is #9EA1D6.


Background Color

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

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

This div background color is #9EA1D6.


Border color

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

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

This div border color is #9EA1D6.


Opacity

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

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

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

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

This text has shadow with #9EA1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA1D6 on black background.


Color preview on white background

This text has color #9EA1D6 on white background.



Black color preview on #9EA1D6 background

This text has black color on #9EA1D6 background.


White color preview on #9EA1D6 background

This text has white color on #9EA1D6 background.