COLOR #9EADF6

HEX: #9EADF6
RGB: (158,173,246)

Color info

#9EADF6 contains mainly blue color. Web safe color of #9EADF6 is #9999FF (or #99F).

RGB color model

#9EADF6 color RGB value is (158,173,246).

  • red value is 158;
  • green value is 173;
  • blue value is 246.
RGB:
(158,173,246)
(62%,68%,96%)

RGB channels and saturation

R 158 of 255 = 62%
G 173 of 255 = 68%
B 246 of 255 = 96%

158
173
246

R + G + B ~ 75%. #9EADF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 173 + 246 = 577 (100%)
R 158 of 577 ~ 27.38%
G 173 of 577 ~ 29.98%
B 246 of 577 ~ 42.63%

%27.38
%29.98
%42.63

CMYK color model

#9EADF6 color CMYK value is (36,30,0,4).

  • cyan value is 35.77%
  • magenta value is 29.67%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(36,30,0,4)
C36M30Y0K4 
(36%,30%,0%,4%)
(0.36/0.30/0.00/0.04)	

CMYK percentages

%35.77
%29.67
%0
%3.53

Codes

Color #9EADF6 in popluar color models

9EADF6
RGB158173246
HSL230°83.02%79.22%
HSB/HSV230°35.77%96.47%
CMYK35.77%29.67%0.00%
3.53%

Color #9EADF6 in popluar number systems.

HEX9EADF6
Decimal158173246
Binary100111101010110111110110
Octal236255366

Shades and tints

Shades of #9EADF6

#9EADF6
(158,173,246)
#909EE0
(144,158,224)
#828FCA
(130,143,202)
#7480B4
(116,128,180)
#66719E
(102,113,158)
#586288
(88,98,136)
#4A5372
(74,83,114)
#3C445C
(60,68,92)
#2E3546
(46,53,70)
#202630
(32,38,48)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #9EADF6

#9EADF6
(158,173,246)
#A6B4F6
(166,180,246)
#AEBBF6
(174,187,246)
#B6C2F6
(182,194,246)
#BEC9F6
(190,201,246)
#C6D0F6
(198,208,246)
#CED7F6
(206,215,246)
#D6DEF6
(214,222,246)
#DEE5F6
(222,229,246)
#E6ECF6
(230,236,246)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EADF6 color. Also use rgb(158,173,246) instead hex code.

Text Font Color

.myTextColor { color: #9EADF6; }

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

This text font color is #9EADF6.


Background Color

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

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

This div background color is #9EADF6.


Border color

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

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

This div border color is #9EADF6.


Opacity

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

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

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

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

This text has shadow with #9EADF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EADF6 on black background.


Color preview on white background

This text has color #9EADF6 on white background.



Black color preview on #9EADF6 background

This text has black color on #9EADF6 background.


White color preview on #9EADF6 background

This text has white color on #9EADF6 background.