COLOR #9EE9DD

HEX: #9EE9DD RGB: (158,233,221)

Color info

#9EE9DD contains mainly green and blue colors. Web safe color of #9EE9DD is #99FFCC (or #9FC).

RGB color model

#9EE9DD color RGB value is (158,233,221).

RGB: (158,233,221) (62%, 91%, 87%)

RGB channels and saturation

R 158 of 255 = 62%
G 233 of 255 = 91%
B 221 of 255 = 87%

158
233
221

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

Portions of RGB colors in percentages

R + G + B = 158 + 233 + 221 = 612 (100%)
R 158 of 612 ~ 25.82%
G 233 of 612 ~ 38.07%
B 221 of 612 ~ 36.11'%

%25.82
%38.07
%36.11

CMYK color model

#9EE9DD color CMYK value is (32,0,5,9).

  • cyan value is 32.19%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 8.63%
CMYK: (32,0,5,9) C32M0Y5K9 (32%,0%,5%,9%) (0.32/0.00/0.05/0.09) 

CMYK percentages

%32.19
%0
%5.15
%8.63

Codes

Color #9EE9DD in popluar color models

9E E9 DD
RGB 158 233 221
HSL 170° 63.03% 76.67%
HSB/HSV 170° 32.19% 91.37%
CMYK 32.19% 0.00% 5.15%
8.63%

Color #9EE9DD in popluar number systems.

HEX 9E E9 DD
Decimal 158 233 221
Binary 10011110 11101001 11011101
Octal 236 351 335

Shades and tints

Shades of #9EE9DD

#9EE9DD
(158,233,221)
#90D4C9
(144,212,201)
#82BFB5
(130,191,181)
#74AAA1
(116,170,161)
#66958D
(102,149,141)
#588079
(88,128,121)
#4A6B65
(74,107,101)
#3C5651
(60,86,81)
#2E413D
(46,65,61)
#202C29
(32,44,41)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #9EE9DD

#9EE9DD
(158,233,221)
#A6EBE0
(166,235,224)
#AEEDE3
(174,237,227)
#B6EFE6
(182,239,230)
#BEF1E9
(190,241,233)
#C6F3EC
(198,243,236)
#CEF5EF
(206,245,239)
#D6F7F2
(214,247,242)
#DEF9F5
(222,249,245)
#E6FBF8
(230,251,248)
#EEFDFB
(238,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE9DD; }

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

This text font color is #9EE9DD.

Background Color

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

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

This div background color is #9EE9DD.

Border color

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

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

This div border color is #9EE9DD.

Opacity

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

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

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

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

This text has shadow with #9EE9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EE9DD.

Preview

Color preview on black background

This text has color #9EE9DD on black background.


Color preview on white background

This text has color #9EE9DD on white background.


Black color preview on #9EE9DD background

This text has black color on #9EE9DD background.


White color preview on #9EE9DD background

This text has white color on #9EE9DD background.


Related colors

Complementary color

Complementary color for #hex is #611622.


I love getcolorcode.com

Triadic colors

1 #DD9EE9 and #E9DD9E with #9EE9DD are triadic colors.

2 #DDE99E and #E99EDD with #9EE9DD are triadic colors.