COLOR #9EADEA

HEX: #9EADEA
RGB: (158,173,234)

Color info

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

RGB color model

#9EADEA color RGB value is (158,173,234).

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

RGB channels and saturation

R 158 of 255 = 62%
G 173 of 255 = 68%
B 234 of 255 = 92%

158
173
234

R + G + B ~ 74%. #9EADEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 173 + 234 = 565 (100%)
R 158 of 565 ~ 27.96%
G 173 of 565 ~ 30.62%
B 234 of 565 ~ 41.42%

%27.96
%30.62
%41.42

CMYK color model

#9EADEA color CMYK value is (32,26,0,8).

  • cyan value is 32.48%
  • magenta value is 26.07%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(32,26,0,8)
C32M26Y0K8 
(32%,26%,0%,8%)
(0.32/0.26/0.00/0.08)	

CMYK percentages

%32.48
%26.07
%0
%8.24

Codes

Color #9EADEA in popluar color models

9EADEA
RGB158173234
HSL228°64.41%76.86%
HSB/HSV228°32.48%91.76%
CMYK32.48%26.07%0.00%
8.24%

Color #9EADEA in popluar number systems.

HEX9EADEA
Decimal158173234
Binary100111101010110111101010
Octal236255352

Shades and tints

Shades of #9EADEA

#9EADEA
(158,173,234)
#909ED5
(144,158,213)
#828FC0
(130,143,192)
#7480AB
(116,128,171)
#667196
(102,113,150)
#586281
(88,98,129)
#4A536C
(74,83,108)
#3C4457
(60,68,87)
#2E3542
(46,53,66)
#20262D
(32,38,45)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #9EADEA

#9EADEA
(158,173,234)
#A6B4EB
(166,180,235)
#AEBBEC
(174,187,236)
#B6C2ED
(182,194,237)
#BEC9EE
(190,201,238)
#C6D0EF
(198,208,239)
#CED7F0
(206,215,240)
#D6DEF1
(214,222,241)
#DEE5F2
(222,229,242)
#E6ECF3
(230,236,243)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EADEA; }

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

This text font color is #9EADEA.


Background Color

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

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

This div background color is #9EADEA.


Border color

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

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

This div border color is #9EADEA.


Opacity

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

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

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

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

This text has shadow with #9EADEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EADEA on black background.


Color preview on white background

This text has color #9EADEA on white background.



Black color preview on #9EADEA background

This text has black color on #9EADEA background.


White color preview on #9EADEA background

This text has white color on #9EADEA background.