COLOR #9EAFCF

HEX: #9EAFCF
RGB: (158,175,207)

Color info

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

RGB color model

#9EAFCF color RGB value is (158,175,207).

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

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 207 of 255 = 81%

158
175
207

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

Portions of RGB colors in percentages

R + G + B =
158 + 175 + 207 = 540 (100%)
R 158 of 540 ~ 29.26%
G 175 of 540 ~ 32.41%
B 207 of 540 ~ 38.33%

%29.26
%32.41
%38.33

CMYK color model

#9EAFCF color CMYK value is (24,15,0,19).

  • cyan value is 23.67%
  • magenta value is 15.46%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(24,15,0,19)
C24M15Y0K19 
(24%,15%,0%,19%)
(0.24/0.15/0.00/0.19)	

CMYK percentages

%23.67
%15.46
%0
%18.82

Codes

Color #9EAFCF in popluar color models

9EAFCF
RGB158175207
HSL219°33.79%71.57%
HSB/HSV219°23.67%81.18%
CMYK23.67%15.46%0.00%
18.82%

Color #9EAFCF in popluar number systems.

HEX9EAFCF
Decimal158175207
Binary100111101010111111001111
Octal236257317

Shades and tints

Shades of #9EAFCF

#9EAFCF
(158,175,207)
#90A0BD
(144,160,189)
#8291AB
(130,145,171)
#748299
(116,130,153)
#667387
(102,115,135)
#586475
(88,100,117)
#4A5563
(74,85,99)
#3C4651
(60,70,81)
#2E373F
(46,55,63)
#20282D
(32,40,45)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #9EAFCF

#9EAFCF
(158,175,207)
#A6B6D3
(166,182,211)
#AEBDD7
(174,189,215)
#B6C4DB
(182,196,219)
#BECBDF
(190,203,223)
#C6D2E3
(198,210,227)
#CED9E7
(206,217,231)
#D6E0EB
(214,224,235)
#DEE7EF
(222,231,239)
#E6EEF3
(230,238,243)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAFCF; }

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

This text font color is #9EAFCF.


Background Color

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

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

This div background color is #9EAFCF.


Border color

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

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

This div border color is #9EAFCF.


Opacity

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

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

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

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

This text has shadow with #9EAFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAFCF on black background.


Color preview on white background

This text has color #9EAFCF on white background.



Black color preview on #9EAFCF background

This text has black color on #9EAFCF background.


White color preview on #9EAFCF background

This text has white color on #9EAFCF background.