COLOR #9EDAEA

HEX: #9EDAEA RGB: (158,218,234)

Color info

#9EDAEA contains mainly green and blue colors. Web safe color of #9EDAEA is #99CCFF (or #9CF).

RGB color model

#9EDAEA color RGB value is (158,218,234).

RGB: (158,218,234) (62%, 85%, 92%)

RGB channels and saturation

R 158 of 255 = 62%
G 218 of 255 = 85%
B 234 of 255 = 92%

158
218
234

R + G + B ~ 80%. #9EDAEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 218 + 234 = 610 (100%)
R 158 of 610 ~ 25.9%
G 218 of 610 ~ 35.74%
B 234 of 610 ~ 38.36'%

%25.9
%35.74
%38.36

CMYK color model

#9EDAEA color CMYK value is (32,7,0,8).

  • cyan value is 32.48%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (32,7,0,8) C32M7Y0K8 (32%,7%,0%,8%) (0.32/0.07/0.00/0.08) 

CMYK percentages

%32.48
%6.84
%0
%8.24

Codes

Color #9EDAEA in popluar color models

9E DA EA
RGB 158 218 234
HSL 193° 64.41% 76.86%
HSB/HSV 193° 32.48% 91.76%
CMYK 32.48% 6.84% 0.00%
8.24%

Color #9EDAEA in popluar number systems.

HEX 9E DA EA
Decimal 158 218 234
Binary 10011110 11011010 11101010
Octal 236 332 352

Shades and tints

Shades of #9EDAEA

#9EDAEA
(158,218,234)
#90C7D5
(144,199,213)
#82B4C0
(130,180,192)
#74A1AB
(116,161,171)
#668E96
(102,142,150)
#587B81
(88,123,129)
#4A686C
(74,104,108)
#3C5557
(60,85,87)
#2E4242
(46,66,66)
#202F2D
(32,47,45)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #9EDAEA

#9EDAEA
(158,218,234)
#A6DDEB
(166,221,235)
#AEE0EC
(174,224,236)
#B6E3ED
(182,227,237)
#BEE6EE
(190,230,238)
#C6E9EF
(198,233,239)
#CEECF0
(206,236,240)
#D6EFF1
(214,239,241)
#DEF2F2
(222,242,242)
#E6F5F3
(230,245,243)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDAEA; }

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

This text font color is #9EDAEA.

Background Color

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

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

This div background color is #9EDAEA.

Border color

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

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

This div border color is #9EDAEA.

Opacity

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

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

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

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

This text has shadow with #9EDAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDAEA.

Preview

Color preview on black background

This text has color #9EDAEA on black background.


Color preview on white background

This text has color #9EDAEA on white background.


Black color preview on #9EDAEA background

This text has black color on #9EDAEA background.


White color preview on #9EDAEA background

This text has white color on #9EDAEA background.


Related colors

Complementary color

Complementary color for #hex is #612515.


I love getcolorcode.com

Triadic colors

1 #EA9EDA and #DAEA9E with #9EDAEA are triadic colors.

2 #EADA9E and #DA9EEA with #9EDAEA are triadic colors.