COLOR #9EA2CC

HEX: #9EA2CC
RGB: (158,162,204)

Color info

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

RGB color model

#9EA2CC color RGB value is (158,162,204).

  • red value is 158;
  • green value is 162;
  • blue value is 204.
RGB:
(158,162,204)
(62%,64%,80%)

RGB channels and saturation

R 158 of 255 = 62%
G 162 of 255 = 64%
B 204 of 255 = 80%

158
162
204

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

Portions of RGB colors in percentages

R + G + B =
158 + 162 + 204 = 524 (100%)
R 158 of 524 ~ 30.15%
G 162 of 524 ~ 30.92%
B 204 of 524 ~ 38.93%

%30.15
%30.92
%38.93

CMYK color model

#9EA2CC color CMYK value is (23,21,0,20).

  • cyan value is 22.55%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(23,21,0,20)
C23M21Y0K20 
(23%,21%,0%,20%)
(0.23/0.21/0.00/0.20)	

CMYK percentages

%22.55
%20.59
%0
%20

Codes

Color #9EA2CC in popluar color models

9EA2CC
RGB158162204
HSL235°31.08%70.98%
HSB/HSV235°22.55%80.00%
CMYK22.55%20.59%0.00%
20.00%

Color #9EA2CC in popluar number systems.

HEX9EA2CC
Decimal158162204
Binary100111101010001011001100
Octal236242314

Shades and tints

Shades of #9EA2CC

#9EA2CC
(158,162,204)
#9094BA
(144,148,186)
#8286A8
(130,134,168)
#747896
(116,120,150)
#666A84
(102,106,132)
#585C72
(88,92,114)
#4A4E60
(74,78,96)
#3C404E
(60,64,78)
#2E323C
(46,50,60)
#20242A
(32,36,42)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #9EA2CC

#9EA2CC
(158,162,204)
#A6AAD0
(166,170,208)
#AEB2D4
(174,178,212)
#B6BAD8
(182,186,216)
#BEC2DC
(190,194,220)
#C6CAE0
(198,202,224)
#CED2E4
(206,210,228)
#D6DAE8
(214,218,232)
#DEE2EC
(222,226,236)
#E6EAF0
(230,234,240)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA2CC; }

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

This text font color is #9EA2CC.


Background Color

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

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

This div background color is #9EA2CC.


Border color

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

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

This div border color is #9EA2CC.


Opacity

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

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

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

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

This text has shadow with #9EA2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA2CC on black background.


Color preview on white background

This text has color #9EA2CC on white background.



Black color preview on #9EA2CC background

This text has black color on #9EA2CC background.


White color preview on #9EA2CC background

This text has white color on #9EA2CC background.