COLOR #9EE0ED

HEX: #9EE0ED
RGB: (158,224,237)

Color info

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

RGB color model

#9EE0ED color RGB value is (158,224,237).

  • red value is 158;
  • green value is 224;
  • blue value is 237.
RGB:
(158,224,237)
(62%,88%,93%)

RGB channels and saturation

R 158 of 255 = 62%
G 224 of 255 = 88%
B 237 of 255 = 93%

158
224
237

R + G + B ~ 81%. #9EE0ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 224 + 237 = 619 (100%)
R 158 of 619 ~ 25.53%
G 224 of 619 ~ 36.19%
B 237 of 619 ~ 38.29%

%25.53
%36.19
%38.29

CMYK color model

#9EE0ED color CMYK value is (33,5,0,7).

  • cyan value is 33.33%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(33,5,0,7)
C33M5Y0K7 
(33%,5%,0%,7%)
(0.33/0.05/0.00/0.07)	

CMYK percentages

%33.33
%5.49
%0
%7.06

Codes

Color #9EE0ED in popluar color models

9EE0ED
RGB158224237
HSL190°68.70%77.45%
HSB/HSV190°33.33%92.94%
CMYK33.33%5.49%0.00%
7.06%

Color #9EE0ED in popluar number systems.

HEX9EE0ED
Decimal158224237
Binary100111101110000011101101
Octal236340355

Shades and tints

Shades of #9EE0ED

#9EE0ED
(158,224,237)
#90CCD8
(144,204,216)
#82B8C3
(130,184,195)
#74A4AE
(116,164,174)
#669099
(102,144,153)
#587C84
(88,124,132)
#4A686F
(74,104,111)
#3C545A
(60,84,90)
#2E4045
(46,64,69)
#202C30
(32,44,48)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #9EE0ED

#9EE0ED
(158,224,237)
#A6E2EE
(166,226,238)
#AEE4EF
(174,228,239)
#B6E6F0
(182,230,240)
#BEE8F1
(190,232,241)
#C6EAF2
(198,234,242)
#CEECF3
(206,236,243)
#D6EEF4
(214,238,244)
#DEF0F5
(222,240,245)
#E6F2F6
(230,242,246)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE0ED color. Also use rgb(158,224,237) instead hex code.

Text Font Color

.myTextColor { color: #9EE0ED; }

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

This text font color is #9EE0ED.


Background Color

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

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

This div background color is #9EE0ED.


Border color

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

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

This div border color is #9EE0ED.


Opacity

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

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

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

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

This text has shadow with #9EE0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE0ED on black background.


Color preview on white background

This text has color #9EE0ED on white background.



Black color preview on #9EE0ED background

This text has black color on #9EE0ED background.


White color preview on #9EE0ED background

This text has white color on #9EE0ED background.