COLOR #9EA7DC

HEX: #9EA7DC RGB: (158,167,220)

Color info

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

RGB color model

#9EA7DC color RGB value is (158,167,220).

RGB: (158,167,220) (62%, 65%, 86%)

RGB channels and saturation

R 158 of 255 = 62%
G 167 of 255 = 65%
B 220 of 255 = 86%

158
167
220

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

Portions of RGB colors in percentages

R + G + B = 158 + 167 + 220 = 545 (100%)
R 158 of 545 ~ 28.99%
G 167 of 545 ~ 30.64%
B 220 of 545 ~ 40.37'%

%28.99
%30.64
%40.37

CMYK color model

#9EA7DC color CMYK value is (28,24,0,14).

  • cyan value is 28.18%
  • magenta value is 24.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (28,24,0,14)
C28M24Y0K14 (28%, 24%, 0%, 14%)
(0.28 / 0.24 / 0.00 / 0.14)

CMYK percentages

%28.18
%24.09
%0
%13.73

Codes

Color #9EA7DC in popluar color models

9E A7 DC
RGB 158 167 220
HSL 231° 46.97% 74.12%
HSB/HSV 231° 28.18% 86.27%
CMYK 28.18% 24.09% 0.00%
13.73%

Color #9EA7DC in popluar number systems.

HEX 9E A7 DC
Decimal 158 167 220
Binary 10011110 10100111 11011100
Octal 236 247 334

Shades and tints

Shades of #9EA7DC

#9EA7DC
(158,167,220)
#9098C8
(144,152,200)
#8289B4
(130,137,180)
#747AA0
(116,122,160)
#666B8C
(102,107,140)
#585C78
(88,92,120)
#4A4D64
(74,77,100)
#3C3E50
(60,62,80)
#2E2F3C
(46,47,60)
#202028
(32,32,40)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #9EA7DC

#9EA7DC
(158,167,220)
#A6AFDF
(166,175,223)
#AEB7E2
(174,183,226)
#B6BFE5
(182,191,229)
#BEC7E8
(190,199,232)
#C6CFEB
(198,207,235)
#CED7EE
(206,215,238)
#D6DFF1
(214,223,241)
#DEE7F4
(222,231,244)
#E6EFF7
(230,239,247)
#EEF7FA
(238,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA7DC color. Also use rgb(158,167,220) instead hex code.

Text Font Color

.myTextColor { color: #9EA7DC; }

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

This text font color is #9EA7DC.

Background Color

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

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

This div background color is #9EA7DC.

Border color

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

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

This div border color is #9EA7DC.

Opacity

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

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

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

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

This text has shadow with #9EA7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA7DC.

Preview

Color preview on black background

This text has color #9EA7DC on black background.


Color preview on white background

This text has color #9EA7DC on white background.


Black color preview on #9EA7DC background

This text has black color on #9EA7DC background.


White color preview on #9EA7DC background

This text has white color on #9EA7DC background.


Related colors

Complementary color

Complementary color for #hex is #615823.


I love getcolorcode.com

Triadic colors

1 #DC9EA7 and #A7DC9E with #9EA7DC are triadic colors.

2 #DCA79E and #A79EDC with #9EA7DC are triadic colors.