COLOR #9EADD5

HEX: #9EADD5
RGB: (158,173,213)

Color info

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

RGB color model

#9EADD5 color RGB value is (158,173,213).

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

RGB channels and saturation

R 158 of 255 = 62%
G 173 of 255 = 68%
B 213 of 255 = 84%

158
173
213

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

Portions of RGB colors in percentages

R + G + B =
158 + 173 + 213 = 544 (100%)
R 158 of 544 ~ 29.04%
G 173 of 544 ~ 31.8%
B 213 of 544 ~ 39.15%

%29.04
%31.8
%39.15

CMYK color model

#9EADD5 color CMYK value is (26,19,0,16).

  • cyan value is 25.82%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(26,19,0,16)
C26M19Y0K16 
(26%,19%,0%,16%)
(0.26/0.19/0.00/0.16)	

CMYK percentages

%25.82
%18.78
%0
%16.47

Codes

Color #9EADD5 in popluar color models

9EADD5
RGB158173213
HSL224°39.57%72.75%
HSB/HSV224°25.82%83.53%
CMYK25.82%18.78%0.00%
16.47%

Color #9EADD5 in popluar number systems.

HEX9EADD5
Decimal158173213
Binary100111101010110111010101
Octal236255325

Shades and tints

Shades of #9EADD5

#9EADD5
(158,173,213)
#909EC2
(144,158,194)
#828FAF
(130,143,175)
#74809C
(116,128,156)
#667189
(102,113,137)
#586276
(88,98,118)
#4A5363
(74,83,99)
#3C4450
(60,68,80)
#2E353D
(46,53,61)
#20262A
(32,38,42)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #9EADD5

#9EADD5
(158,173,213)
#A6B4D8
(166,180,216)
#AEBBDB
(174,187,219)
#B6C2DE
(182,194,222)
#BEC9E1
(190,201,225)
#C6D0E4
(198,208,228)
#CED7E7
(206,215,231)
#D6DEEA
(214,222,234)
#DEE5ED
(222,229,237)
#E6ECF0
(230,236,240)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EADD5; }

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

This text font color is #9EADD5.


Background Color

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

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

This div background color is #9EADD5.


Border color

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

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

This div border color is #9EADD5.


Opacity

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

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

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

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

This text has shadow with #9EADD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EADD5 on black background.


Color preview on white background

This text has color #9EADD5 on white background.



Black color preview on #9EADD5 background

This text has black color on #9EADD5 background.


White color preview on #9EADD5 background

This text has white color on #9EADD5 background.