COLOR #9EAFC4

HEX: #9EAFC4
RGB: (158,175,196)

Color info

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

RGB color model

#9EAFC4 color RGB value is (158,175,196).

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

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 196 of 255 = 77%

158
175
196

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

Portions of RGB colors in percentages

R + G + B =
158 + 175 + 196 = 529 (100%)
R 158 of 529 ~ 29.87%
G 175 of 529 ~ 33.08%
B 196 of 529 ~ 37.05%

%29.87
%33.08
%37.05

CMYK color model

#9EAFC4 color CMYK value is (19,11,0,23).

  • cyan value is 19.39%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(19,11,0,23)
C19M11Y0K23 
(19%,11%,0%,23%)
(0.19/0.11/0.00/0.23)	

CMYK percentages

%19.39
%10.71
%0
%23.14

Codes

Color #9EAFC4 in popluar color models

9EAFC4
RGB158175196
HSL213°24.36%69.41%
HSB/HSV213°19.39%76.86%
CMYK19.39%10.71%0.00%
23.14%

Color #9EAFC4 in popluar number systems.

HEX9EAFC4
Decimal158175196
Binary100111101010111111000100
Octal236257304

Shades and tints

Shades of #9EAFC4

#9EAFC4
(158,175,196)
#90A0B3
(144,160,179)
#8291A2
(130,145,162)
#748291
(116,130,145)
#667380
(102,115,128)
#58646F
(88,100,111)
#4A555E
(74,85,94)
#3C464D
(60,70,77)
#2E373C
(46,55,60)
#20282B
(32,40,43)
#12191A
(18,25,26)
#000000
(0,0,0)

Tints of #9EAFC4

#9EAFC4
(158,175,196)
#A6B6C9
(166,182,201)
#AEBDCE
(174,189,206)
#B6C4D3
(182,196,211)
#BECBD8
(190,203,216)
#C6D2DD
(198,210,221)
#CED9E2
(206,217,226)
#D6E0E7
(214,224,231)
#DEE7EC
(222,231,236)
#E6EEF1
(230,238,241)
#EEF5F6
(238,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAFC4; }

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

This text font color is #9EAFC4.


Background Color

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

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

This div background color is #9EAFC4.


Border color

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

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

This div border color is #9EAFC4.


Opacity

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

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

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

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

This text has shadow with #9EAFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAFC4 on black background.


Color preview on white background

This text has color #9EAFC4 on white background.



Black color preview on #9EAFC4 background

This text has black color on #9EAFC4 background.


White color preview on #9EAFC4 background

This text has white color on #9EAFC4 background.