COLOR #9EADDE

HEX: #9EADDE RGB: (158,173,222)

Color info

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

RGB color model

#9EADDE color RGB value is (158,173,222).

RGB: (158,173,222) (62%, 68%, 87%)

RGB channels and saturation

R 158 of 255 = 62%
G 173 of 255 = 68%
B 222 of 255 = 87%

158
173
222

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

Portions of RGB colors in percentages

R + G + B = 158 + 173 + 222 = 553 (100%)
R 158 of 553 ~ 28.57%
G 173 of 553 ~ 31.28%
B 222 of 553 ~ 40.14'%

%28.57
%31.28
%40.14

CMYK color model

#9EADDE color CMYK value is (29,22,0,13).

  • cyan value is 28.83%
  • magenta value is 22.07%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (29,22,0,13)
C29M22Y0K13 (29%, 22%, 0%, 13%)
(0.29 / 0.22 / 0.00 / 0.13)

CMYK percentages

%28.83
%22.07
%0
%12.94

Codes

Color #9EADDE in popluar color models

9E AD DE
RGB 158 173 222
HSL 226° 49.23% 74.51%
HSB/HSV 226° 28.83% 87.06%
CMYK 28.83% 22.07% 0.00%
12.94%

Color #9EADDE in popluar number systems.

HEX 9E AD DE
Decimal 158 173 222
Binary 10011110 10101101 11011110
Octal 236 255 336

Shades and tints

Shades of #9EADDE

#9EADDE
(158,173,222)
#909ECA
(144,158,202)
#828FB6
(130,143,182)
#7480A2
(116,128,162)
#66718E
(102,113,142)
#58627A
(88,98,122)
#4A5366
(74,83,102)
#3C4452
(60,68,82)
#2E353E
(46,53,62)
#20262A
(32,38,42)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #9EADDE

#9EADDE
(158,173,222)
#A6B4E1
(166,180,225)
#AEBBE4
(174,187,228)
#B6C2E7
(182,194,231)
#BEC9EA
(190,201,234)
#C6D0ED
(198,208,237)
#CED7F0
(206,215,240)
#D6DEF3
(214,222,243)
#DEE5F6
(222,229,246)
#E6ECF9
(230,236,249)
#EEF3FC
(238,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EADDE; }

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

This text font color is #9EADDE.

Background Color

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

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

This div background color is #9EADDE.

Border color

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

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

This div border color is #9EADDE.

Opacity

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

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

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

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

This text has shadow with #9EADDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EADDE.

Preview

Color preview on black background

This text has color #9EADDE on black background.


Color preview on white background

This text has color #9EADDE on white background.


Black color preview on #9EADDE background

This text has black color on #9EADDE background.


White color preview on #9EADDE background

This text has white color on #9EADDE background.


Related colors

Complementary color

Complementary color for #hex is #615221.


I love getcolorcode.com

Triadic colors

1 #DE9EAD and #ADDE9E with #9EADDE are triadic colors.

2 #DEAD9E and #AD9EDE with #9EADDE are triadic colors.