COLOR #9EA5CC

HEX: #9EA5CC RGB: (158,165,204)

Color info

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

RGB color model

#9EA5CC color RGB value is (158,165,204).

RGB: (158,165,204) (62%, 65%, 80%)

RGB channels and saturation

R 158 of 255 = 62%
G 165 of 255 = 65%
B 204 of 255 = 80%

158
165
204

R + G + B ~ 69%. #9EA5CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 165 + 204 = 527 (100%)
R 158 of 527 ~ 29.98%
G 165 of 527 ~ 31.31%
B 204 of 527 ~ 38.71'%

%29.98
%31.31
%38.71

CMYK color model

#9EA5CC color CMYK value is (23,19,0,20).

  • cyan value is 22.55%
  • magenta value is 19.12%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (23,19,0,20) C23M19Y0K20 (23%,19%,0%,20%) (0.23/0.19/0.00/0.20) 

CMYK percentages

%22.55
%19.12
%0
%20

Codes

Color #9EA5CC in popluar color models

9E A5 CC
RGB 158 165 204
HSL 231° 31.08% 70.98%
HSB/HSV 231° 22.55% 80.00%
CMYK 22.55% 19.12% 0.00%
20.00%

Color #9EA5CC in popluar number systems.

HEX 9E A5 CC
Decimal 158 165 204
Binary 10011110 10100101 11001100
Octal 236 245 314

Shades and tints

Shades of #9EA5CC

#9EA5CC
(158,165,204)
#9096BA
(144,150,186)
#8287A8
(130,135,168)
#747896
(116,120,150)
#666984
(102,105,132)
#585A72
(88,90,114)
#4A4B60
(74,75,96)
#3C3C4E
(60,60,78)
#2E2D3C
(46,45,60)
#201E2A
(32,30,42)
#120F18
(18,15,24)
#000000
(0,0,0)

Tints of #9EA5CC

#9EA5CC
(158,165,204)
#A6ADD0
(166,173,208)
#AEB5D4
(174,181,212)
#B6BDD8
(182,189,216)
#BEC5DC
(190,197,220)
#C6CDE0
(198,205,224)
#CED5E4
(206,213,228)
#D6DDE8
(214,221,232)
#DEE5EC
(222,229,236)
#E6EDF0
(230,237,240)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA5CC color. Also use rgb(158,165,204) instead hex code.

Text Font Color

.myTextColor { color: #9EA5CC; }

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

This text font color is #9EA5CC.

Background Color

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

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

This div background color is #9EA5CC.

Border color

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

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

This div border color is #9EA5CC.

Opacity

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

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

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

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

This text has shadow with #9EA5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA5CC.

Preview

Color preview on black background

This text has color #9EA5CC on black background.


Color preview on white background

This text has color #9EA5CC on white background.


Black color preview on #9EA5CC background

This text has black color on #9EA5CC background.


White color preview on #9EA5CC background

This text has white color on #9EA5CC background.


Related colors

Complementary color

Complementary color for #hex is #615A33.


I love getcolorcode.com

Triadic colors

1 #CC9EA5 and #A5CC9E with #9EA5CC are triadic colors.

2 #CCA59E and #A59ECC with #9EA5CC are triadic colors.