COLOR #9EE2DB

HEX: #9EE2DB
RGB: (158,226,219)

Color info

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

RGB color model

#9EE2DB color RGB value is (158,226,219).

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

RGB channels and saturation

R 158 of 255 = 62%
G 226 of 255 = 89%
B 219 of 255 = 86%

158
226
219

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

Portions of RGB colors in percentages

R + G + B =
158 + 226 + 219 = 603 (100%)
R 158 of 603 ~ 26.2%
G 226 of 603 ~ 37.48%
B 219 of 603 ~ 36.32%

%26.2
%37.48
%36.32

CMYK color model

#9EE2DB color CMYK value is (30,0,3,11).

  • cyan value is 30.09%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 11.37%
CMYK:
(30,0,3,11)
C30M0Y3K11 
(30%,0%,3%,11%)
(0.30/0.00/0.03/0.11)	

CMYK percentages

%30.09
%0
%3.1
%11.37

Codes

Color #9EE2DB in popluar color models

9EE2DB
RGB158226219
HSL174°53.97%75.29%
HSB/HSV174°30.09%88.63%
CMYK30.09%0.00%3.10%
11.37%

Color #9EE2DB in popluar number systems.

HEX9EE2DB
Decimal158226219
Binary100111101110001011011011
Octal236342333

Shades and tints

Shades of #9EE2DB

#9EE2DB
(158,226,219)
#90CEC8
(144,206,200)
#82BAB5
(130,186,181)
#74A6A2
(116,166,162)
#66928F
(102,146,143)
#587E7C
(88,126,124)
#4A6A69
(74,106,105)
#3C5656
(60,86,86)
#2E4243
(46,66,67)
#202E30
(32,46,48)
#121A1D
(18,26,29)
#000000
(0,0,0)

Tints of #9EE2DB

#9EE2DB
(158,226,219)
#A6E4DE
(166,228,222)
#AEE6E1
(174,230,225)
#B6E8E4
(182,232,228)
#BEEAE7
(190,234,231)
#C6ECEA
(198,236,234)
#CEEEED
(206,238,237)
#D6F0F0
(214,240,240)
#DEF2F3
(222,242,243)
#E6F4F6
(230,244,246)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE2DB; }

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

This text font color is #9EE2DB.


Background Color

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

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

This div background color is #9EE2DB.


Border color

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

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

This div border color is #9EE2DB.


Opacity

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

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

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

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

This text has shadow with #9EE2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE2DB on black background.


Color preview on white background

This text has color #9EE2DB on white background.



Black color preview on #9EE2DB background

This text has black color on #9EE2DB background.


White color preview on #9EE2DB background

This text has white color on #9EE2DB background.