COLOR #9EAFE1

HEX: #9EAFE1
RGB: (158,175,225)

Color info

#9EAFE1 contains mainly green and blue colors. Web safe color of #9EAFE1 is #9999CC (or #99C).

RGB color model

#9EAFE1 color RGB value is (158,175,225).

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

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 225 of 255 = 88%

158
175
225

R + G + B ~ 73%. #9EAFE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 175 + 225 = 558 (100%)
R 158 of 558 ~ 28.32%
G 175 of 558 ~ 31.36%
B 225 of 558 ~ 40.32%

%28.32
%31.36
%40.32

CMYK color model

#9EAFE1 color CMYK value is (30,22,0,12).

  • cyan value is 29.78%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(30,22,0,12)
C30M22Y0K12 
(30%,22%,0%,12%)
(0.30/0.22/0.00/0.12)	

CMYK percentages

%29.78
%22.22
%0
%11.76

Codes

Color #9EAFE1 in popluar color models

9EAFE1
RGB158175225
HSL225°52.76%75.10%
HSB/HSV225°29.78%88.24%
CMYK29.78%22.22%0.00%
11.76%

Color #9EAFE1 in popluar number systems.

HEX9EAFE1
Decimal158175225
Binary100111101010111111100001
Octal236257341

Shades and tints

Shades of #9EAFE1

#9EAFE1
(158,175,225)
#90A0CD
(144,160,205)
#8291B9
(130,145,185)
#7482A5
(116,130,165)
#667391
(102,115,145)
#58647D
(88,100,125)
#4A5569
(74,85,105)
#3C4655
(60,70,85)
#2E3741
(46,55,65)
#20282D
(32,40,45)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #9EAFE1

#9EAFE1
(158,175,225)
#A6B6E3
(166,182,227)
#AEBDE5
(174,189,229)
#B6C4E7
(182,196,231)
#BECBE9
(190,203,233)
#C6D2EB
(198,210,235)
#CED9ED
(206,217,237)
#D6E0EF
(214,224,239)
#DEE7F1
(222,231,241)
#E6EEF3
(230,238,243)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAFE1; }

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

This text font color is #9EAFE1.


Background Color

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

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

This div background color is #9EAFE1.


Border color

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

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

This div border color is #9EAFE1.


Opacity

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

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

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

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

This text has shadow with #9EAFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAFE1 on black background.


Color preview on white background

This text has color #9EAFE1 on white background.



Black color preview on #9EAFE1 background

This text has black color on #9EAFE1 background.


White color preview on #9EAFE1 background

This text has white color on #9EAFE1 background.