COLOR #9EAFCA

HEX: #9EAFCA
RGB: (158,175,202)

Color info

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

RGB color model

#9EAFCA color RGB value is (158,175,202).

  • red value is 158;
  • green value is 175;
  • blue value is 202.
RGB:
(158,175,202)
(62%,69%,79%)

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 202 of 255 = 79%

158
175
202

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

Portions of RGB colors in percentages

R + G + B =
158 + 175 + 202 = 535 (100%)
R 158 of 535 ~ 29.53%
G 175 of 535 ~ 32.71%
B 202 of 535 ~ 37.76%

%29.53
%32.71
%37.76

CMYK color model

#9EAFCA color CMYK value is (22,13,0,21).

  • cyan value is 21.78%
  • magenta value is 13.37%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(22,13,0,21)
C22M13Y0K21 
(22%,13%,0%,21%)
(0.22/0.13/0.00/0.21)	

CMYK percentages

%21.78
%13.37
%0
%20.78

Codes

Color #9EAFCA in popluar color models

9EAFCA
RGB158175202
HSL217°29.33%70.59%
HSB/HSV217°21.78%79.22%
CMYK21.78%13.37%0.00%
20.78%

Color #9EAFCA in popluar number systems.

HEX9EAFCA
Decimal158175202
Binary100111101010111111001010
Octal236257312

Shades and tints

Shades of #9EAFCA

#9EAFCA
(158,175,202)
#90A0B8
(144,160,184)
#8291A6
(130,145,166)
#748294
(116,130,148)
#667382
(102,115,130)
#586470
(88,100,112)
#4A555E
(74,85,94)
#3C464C
(60,70,76)
#2E373A
(46,55,58)
#202828
(32,40,40)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #9EAFCA

#9EAFCA
(158,175,202)
#A6B6CE
(166,182,206)
#AEBDD2
(174,189,210)
#B6C4D6
(182,196,214)
#BECBDA
(190,203,218)
#C6D2DE
(198,210,222)
#CED9E2
(206,217,226)
#D6E0E6
(214,224,230)
#DEE7EA
(222,231,234)
#E6EEEE
(230,238,238)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAFCA color. Also use rgb(158,175,202) instead hex code.

Text Font Color

.myTextColor { color: #9EAFCA; }

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

This text font color is #9EAFCA.


Background Color

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

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

This div background color is #9EAFCA.


Border color

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

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

This div border color is #9EAFCA.


Opacity

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

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

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

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

This text has shadow with #9EAFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAFCA on black background.


Color preview on white background

This text has color #9EAFCA on white background.



Black color preview on #9EAFCA background

This text has black color on #9EAFCA background.


White color preview on #9EAFCA background

This text has white color on #9EAFCA background.