COLOR #9EE9DB

HEX: #9EE9DB
RGB: (158,233,219)

Color info

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

RGB color model

#9EE9DB color RGB value is (158,233,219).

  • red value is 158;
  • green value is 233;
  • blue value is 219.
RGB:
(158,233,219)
(62%,91%,86%)

RGB channels and saturation

R 158 of 255 = 62%
G 233 of 255 = 91%
B 219 of 255 = 86%

158
233
219

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

Portions of RGB colors in percentages

R + G + B =
158 + 233 + 219 = 610 (100%)
R 158 of 610 ~ 25.9%
G 233 of 610 ~ 38.2%
B 219 of 610 ~ 35.9%

%25.9
%38.2
%35.9

CMYK color model

#9EE9DB color CMYK value is (32,0,6,9).

  • cyan value is 32.19%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 8.63%
CMYK:
(32,0,6,9)
C32M0Y6K9 
(32%,0%,6%,9%)
(0.32/0.00/0.06/0.09)	

CMYK percentages

%32.19
%0
%6.01
%8.63

Codes

Color #9EE9DB in popluar color models

9EE9DB
RGB158233219
HSL169°63.03%76.67%
HSB/HSV169°32.19%91.37%
CMYK32.19%0.00%6.01%
8.63%

Color #9EE9DB in popluar number systems.

HEX9EE9DB
Decimal158233219
Binary100111101110100111011011
Octal236351333

Shades and tints

Shades of #9EE9DB

#9EE9DB
(158,233,219)
#90D4C8
(144,212,200)
#82BFB5
(130,191,181)
#74AAA2
(116,170,162)
#66958F
(102,149,143)
#58807C
(88,128,124)
#4A6B69
(74,107,105)
#3C5656
(60,86,86)
#2E4143
(46,65,67)
#202C30
(32,44,48)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #9EE9DB

#9EE9DB
(158,233,219)
#A6EBDE
(166,235,222)
#AEEDE1
(174,237,225)
#B6EFE4
(182,239,228)
#BEF1E7
(190,241,231)
#C6F3EA
(198,243,234)
#CEF5ED
(206,245,237)
#D6F7F0
(214,247,240)
#DEF9F3
(222,249,243)
#E6FBF6
(230,251,246)
#EEFDF9
(238,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE9DB; }

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

This text font color is #9EE9DB.


Background Color

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

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

This div background color is #9EE9DB.


Border color

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

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

This div border color is #9EE9DB.


Opacity

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

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

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

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

This text has shadow with #9EE9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE9DB on black background.


Color preview on white background

This text has color #9EE9DB on white background.



Black color preview on #9EE9DB background

This text has black color on #9EE9DB background.


White color preview on #9EE9DB background

This text has white color on #9EE9DB background.