COLOR #9EA6DA

HEX: #9EA6DA
RGB: (158,166,218)

Color info

#9EA6DA contains mainly green and blue colors. Web safe color of #9EA6DA is #9999CC (or #99C).

RGB color model

#9EA6DA color RGB value is (158,166,218).

  • red value is 158;
  • green value is 166;
  • blue value is 218.
RGB:
(158,166,218)
(62%,65%,85%)

RGB channels and saturation

R 158 of 255 = 62%
G 166 of 255 = 65%
B 218 of 255 = 85%

158
166
218

R + G + B ~ 71%. #9EA6DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 166 + 218 = 542 (100%)
R 158 of 542 ~ 29.15%
G 166 of 542 ~ 30.63%
B 218 of 542 ~ 40.22%

%29.15
%30.63
%40.22

CMYK color model

#9EA6DA color CMYK value is (28,24,0,15).

  • cyan value is 27.52%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(28,24,0,15)
C28M24Y0K15 
(28%,24%,0%,15%)
(0.28/0.24/0.00/0.15)	

CMYK percentages

%27.52
%23.85
%0
%14.51

Codes

Color #9EA6DA in popluar color models

9EA6DA
RGB158166218
HSL232°44.78%73.73%
HSB/HSV232°27.52%85.49%
CMYK27.52%23.85%0.00%
14.51%

Color #9EA6DA in popluar number systems.

HEX9EA6DA
Decimal158166218
Binary100111101010011011011010
Octal236246332

Shades and tints

Shades of #9EA6DA

#9EA6DA
(158,166,218)
#9097C7
(144,151,199)
#8288B4
(130,136,180)
#7479A1
(116,121,161)
#666A8E
(102,106,142)
#585B7B
(88,91,123)
#4A4C68
(74,76,104)
#3C3D55
(60,61,85)
#2E2E42
(46,46,66)
#201F2F
(32,31,47)
#12101C
(18,16,28)
#000000
(0,0,0)

Tints of #9EA6DA

#9EA6DA
(158,166,218)
#A6AEDD
(166,174,221)
#AEB6E0
(174,182,224)
#B6BEE3
(182,190,227)
#BEC6E6
(190,198,230)
#C6CEE9
(198,206,233)
#CED6EC
(206,214,236)
#D6DEEF
(214,222,239)
#DEE6F2
(222,230,242)
#E6EEF5
(230,238,245)
#EEF6F8
(238,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA6DA color. Also use rgb(158,166,218) instead hex code.

Text Font Color

.myTextColor { color: #9EA6DA; }

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

This text font color is #9EA6DA.


Background Color

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

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

This div background color is #9EA6DA.


Border color

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

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

This div border color is #9EA6DA.


Opacity

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

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

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

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

This text has shadow with #9EA6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA6DA on black background.


Color preview on white background

This text has color #9EA6DA on white background.



Black color preview on #9EA6DA background

This text has black color on #9EA6DA background.


White color preview on #9EA6DA background

This text has white color on #9EA6DA background.