COLOR #9EA6CF

HEX: #9EA6CF
RGB: (158,166,207)

Color info

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

RGB color model

#9EA6CF color RGB value is (158,166,207).

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

RGB channels and saturation

R 158 of 255 = 62%
G 166 of 255 = 65%
B 207 of 255 = 81%

158
166
207

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

Portions of RGB colors in percentages

R + G + B =
158 + 166 + 207 = 531 (100%)
R 158 of 531 ~ 29.76%
G 166 of 531 ~ 31.26%
B 207 of 531 ~ 38.98%

%29.76
%31.26
%38.98

CMYK color model

#9EA6CF color CMYK value is (24,20,0,19).

  • cyan value is 23.67%
  • magenta value is 19.81%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(24,20,0,19)
C24M20Y0K19 
(24%,20%,0%,19%)
(0.24/0.20/0.00/0.19)	

CMYK percentages

%23.67
%19.81
%0
%18.82

Codes

Color #9EA6CF in popluar color models

9EA6CF
RGB158166207
HSL230°33.79%71.57%
HSB/HSV230°23.67%81.18%
CMYK23.67%19.81%0.00%
18.82%

Color #9EA6CF in popluar number systems.

HEX9EA6CF
Decimal158166207
Binary100111101010011011001111
Octal236246317

Shades and tints

Shades of #9EA6CF

#9EA6CF
(158,166,207)
#9097BD
(144,151,189)
#8288AB
(130,136,171)
#747999
(116,121,153)
#666A87
(102,106,135)
#585B75
(88,91,117)
#4A4C63
(74,76,99)
#3C3D51
(60,61,81)
#2E2E3F
(46,46,63)
#201F2D
(32,31,45)
#12101B
(18,16,27)
#000000
(0,0,0)

Tints of #9EA6CF

#9EA6CF
(158,166,207)
#A6AED3
(166,174,211)
#AEB6D7
(174,182,215)
#B6BEDB
(182,190,219)
#BEC6DF
(190,198,223)
#C6CEE3
(198,206,227)
#CED6E7
(206,214,231)
#D6DEEB
(214,222,235)
#DEE6EF
(222,230,239)
#E6EEF3
(230,238,243)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA6CF; }

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

This text font color is #9EA6CF.


Background Color

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

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

This div background color is #9EA6CF.


Border color

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

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

This div border color is #9EA6CF.


Opacity

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

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

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

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

This text has shadow with #9EA6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA6CF on black background.


Color preview on white background

This text has color #9EA6CF on white background.



Black color preview on #9EA6CF background

This text has black color on #9EA6CF background.


White color preview on #9EA6CF background

This text has white color on #9EA6CF background.