COLOR #9EADD8

HEX: #9EADD8 RGB: (158,173,216)

Color info

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

RGB color model

#9EADD8 color RGB value is (158,173,216).

RGB: (158,173,216) (62%, 68%, 85%)

RGB channels and saturation

R 158 of 255 = 62%
G 173 of 255 = 68%
B 216 of 255 = 85%

158
173
216

R + G + B ~ 72%. #9EADD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 173 + 216 = 547 (100%)
R 158 of 547 ~ 28.88%
G 173 of 547 ~ 31.63%
B 216 of 547 ~ 39.49'%

%28.88
%31.63
%39.49

CMYK color model

#9EADD8 color CMYK value is (27,20,0,15).

  • cyan value is 26.85%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (27,20,0,15)
C27M20Y0K15 (27%, 20%, 0%, 15%)
(0.27 / 0.20 / 0.00 / 0.15)

CMYK percentages

%26.85
%19.91
%0
%15.29

Codes

Color #9EADD8 in popluar color models

9E AD D8
RGB 158 173 216
HSL 224° 42.65% 73.33%
HSB/HSV 224° 26.85% 84.71%
CMYK 26.85% 19.91% 0.00%
15.29%

Color #9EADD8 in popluar number systems.

HEX 9E AD D8
Decimal 158 173 216
Binary 10011110 10101101 11011000
Octal 236 255 330

Shades and tints

Shades of #9EADD8

#9EADD8
(158,173,216)
#909EC5
(144,158,197)
#828FB2
(130,143,178)
#74809F
(116,128,159)
#66718C
(102,113,140)
#586279
(88,98,121)
#4A5366
(74,83,102)
#3C4453
(60,68,83)
#2E3540
(46,53,64)
#20262D
(32,38,45)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #9EADD8

#9EADD8
(158,173,216)
#A6B4DB
(166,180,219)
#AEBBDE
(174,187,222)
#B6C2E1
(182,194,225)
#BEC9E4
(190,201,228)
#C6D0E7
(198,208,231)
#CED7EA
(206,215,234)
#D6DEED
(214,222,237)
#DEE5F0
(222,229,240)
#E6ECF3
(230,236,243)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EADD8; }

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

This text font color is #9EADD8.

Background Color

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

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

This div background color is #9EADD8.

Border color

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

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

This div border color is #9EADD8.

Opacity

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

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

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

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

This text has shadow with #9EADD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EADD8.

Preview

Color preview on black background

This text has color #9EADD8 on black background.


Color preview on white background

This text has color #9EADD8 on white background.


Black color preview on #9EADD8 background

This text has black color on #9EADD8 background.


White color preview on #9EADD8 background

This text has white color on #9EADD8 background.


Related colors

Complementary color

Complementary color for #hex is #615227.


I love getcolorcode.com

Triadic colors

1 #D89EAD and #ADD89E with #9EADD8 are triadic colors.

2 #D8AD9E and #AD9ED8 with #9EADD8 are triadic colors.