COLOR #9EE5DF

HEX: #9EE5DF
RGB: (158,229,223)

Color info

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

RGB color model

#9EE5DF color RGB value is (158,229,223).

  • red value is 158;
  • green value is 229;
  • blue value is 223.
RGB:
(158,229,223)
(62%,90%,87%)

RGB channels and saturation

R 158 of 255 = 62%
G 229 of 255 = 90%
B 223 of 255 = 87%

158
229
223

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

Portions of RGB colors in percentages

R + G + B =
158 + 229 + 223 = 610 (100%)
R 158 of 610 ~ 25.9%
G 229 of 610 ~ 37.54%
B 223 of 610 ~ 36.56%

%25.9
%37.54
%36.56

CMYK color model

#9EE5DF color CMYK value is (31,0,3,10).

  • cyan value is 31.00%
  • magenta value is 0.00%
  • yellow value is 2.62%
  • key color value is 10.20%
CMYK:
(31,0,3,10)
C31M0Y3K10 
(31%,0%,3%,10%)
(0.31/0.00/0.03/0.10)	

CMYK percentages

%31
%0
%2.62
%10.2

Codes

Color #9EE5DF in popluar color models

9EE5DF
RGB158229223
HSL175°57.72%75.88%
HSB/HSV175°31.00%89.80%
CMYK31.00%0.00%2.62%
10.20%

Color #9EE5DF in popluar number systems.

HEX9EE5DF
Decimal158229223
Binary100111101110010111011111
Octal236345337

Shades and tints

Shades of #9EE5DF

#9EE5DF
(158,229,223)
#90D1CB
(144,209,203)
#82BDB7
(130,189,183)
#74A9A3
(116,169,163)
#66958F
(102,149,143)
#58817B
(88,129,123)
#4A6D67
(74,109,103)
#3C5953
(60,89,83)
#2E453F
(46,69,63)
#20312B
(32,49,43)
#121D17
(18,29,23)
#000000
(0,0,0)

Tints of #9EE5DF

#9EE5DF
(158,229,223)
#A6E7E1
(166,231,225)
#AEE9E3
(174,233,227)
#B6EBE5
(182,235,229)
#BEEDE7
(190,237,231)
#C6EFE9
(198,239,233)
#CEF1EB
(206,241,235)
#D6F3ED
(214,243,237)
#DEF5EF
(222,245,239)
#E6F7F1
(230,247,241)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE5DF color. Also use rgb(158,229,223) instead hex code.

Text Font Color

.myTextColor { color: #9EE5DF; }

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

This text font color is #9EE5DF.


Background Color

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

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

This div background color is #9EE5DF.


Border color

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

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

This div border color is #9EE5DF.


Opacity

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

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

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

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

This text has shadow with #9EE5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE5DF on black background.


Color preview on white background

This text has color #9EE5DF on white background.



Black color preview on #9EE5DF background

This text has black color on #9EE5DF background.


White color preview on #9EE5DF background

This text has white color on #9EE5DF background.