COLOR #9EE0DD

HEX: #9EE0DD
RGB: (158,224,221)

Color info

#9EE0DD contains mainly green and blue colors. Web safe color of #9EE0DD is #99CCCC (or #9CC).

RGB color model

#9EE0DD color RGB value is (158,224,221).

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

RGB channels and saturation

R 158 of 255 = 62%
G 224 of 255 = 88%
B 221 of 255 = 87%

158
224
221

R + G + B ~ 79%. #9EE0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 224 + 221 = 603 (100%)
R 158 of 603 ~ 26.2%
G 224 of 603 ~ 37.15%
B 221 of 603 ~ 36.65%

%26.2
%37.15
%36.65

CMYK color model

#9EE0DD color CMYK value is (29,0,1,12).

  • cyan value is 29.46%
  • magenta value is 0.00%
  • yellow value is 1.34%
  • key color value is 12.16%
CMYK:
(29,0,1,12)
C29M0Y1K12 
(29%,0%,1%,12%)
(0.29/0.00/0.01/0.12)	

CMYK percentages

%29.46
%0
%1.34
%12.16

Codes

Color #9EE0DD in popluar color models

9EE0DD
RGB158224221
HSL177°51.56%74.90%
HSB/HSV177°29.46%87.84%
CMYK29.46%0.00%1.34%
12.16%

Color #9EE0DD in popluar number systems.

HEX9EE0DD
Decimal158224221
Binary100111101110000011011101
Octal236340335

Shades and tints

Shades of #9EE0DD

#9EE0DD
(158,224,221)
#90CCC9
(144,204,201)
#82B8B5
(130,184,181)
#74A4A1
(116,164,161)
#66908D
(102,144,141)
#587C79
(88,124,121)
#4A6865
(74,104,101)
#3C5451
(60,84,81)
#2E403D
(46,64,61)
#202C29
(32,44,41)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #9EE0DD

#9EE0DD
(158,224,221)
#A6E2E0
(166,226,224)
#AEE4E3
(174,228,227)
#B6E6E6
(182,230,230)
#BEE8E9
(190,232,233)
#C6EAEC
(198,234,236)
#CEECEF
(206,236,239)
#D6EEF2
(214,238,242)
#DEF0F5
(222,240,245)
#E6F2F8
(230,242,248)
#EEF4FB
(238,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE0DD; }

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

This text font color is #9EE0DD.


Background Color

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

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

This div background color is #9EE0DD.


Border color

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

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

This div border color is #9EE0DD.


Opacity

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

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

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

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

This text has shadow with #9EE0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE0DD on black background.


Color preview on white background

This text has color #9EE0DD on white background.



Black color preview on #9EE0DD background

This text has black color on #9EE0DD background.


White color preview on #9EE0DD background

This text has white color on #9EE0DD background.