COLOR #9EE5D8

HEX: #9EE5D8
RGB: (158,229,216)

Color info

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

RGB color model

#9EE5D8 color RGB value is (158,229,216).

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

RGB channels and saturation

R 158 of 255 = 62%
G 229 of 255 = 90%
B 216 of 255 = 85%

158
229
216

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

Portions of RGB colors in percentages

R + G + B =
158 + 229 + 216 = 603 (100%)
R 158 of 603 ~ 26.2%
G 229 of 603 ~ 37.98%
B 216 of 603 ~ 35.82%

%26.2
%37.98
%35.82

CMYK color model

#9EE5D8 color CMYK value is (31,0,6,10).

  • cyan value is 31.00%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 10.20%
CMYK:
(31,0,6,10)
C31M0Y6K10 
(31%,0%,6%,10%)
(0.31/0.00/0.06/0.10)	

CMYK percentages

%31
%0
%5.68
%10.2

Codes

Color #9EE5D8 in popluar color models

9EE5D8
RGB158229216
HSL169°57.72%75.88%
HSB/HSV169°31.00%89.80%
CMYK31.00%0.00%5.68%
10.20%

Color #9EE5D8 in popluar number systems.

HEX9EE5D8
Decimal158229216
Binary100111101110010111011000
Octal236345330

Shades and tints

Shades of #9EE5D8

#9EE5D8
(158,229,216)
#90D1C5
(144,209,197)
#82BDB2
(130,189,178)
#74A99F
(116,169,159)
#66958C
(102,149,140)
#588179
(88,129,121)
#4A6D66
(74,109,102)
#3C5953
(60,89,83)
#2E4540
(46,69,64)
#20312D
(32,49,45)
#121D1A
(18,29,26)
#000000
(0,0,0)

Tints of #9EE5D8

#9EE5D8
(158,229,216)
#A6E7DB
(166,231,219)
#AEE9DE
(174,233,222)
#B6EBE1
(182,235,225)
#BEEDE4
(190,237,228)
#C6EFE7
(198,239,231)
#CEF1EA
(206,241,234)
#D6F3ED
(214,243,237)
#DEF5F0
(222,245,240)
#E6F7F3
(230,247,243)
#EEF9F6
(238,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE5D8; }

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

This text font color is #9EE5D8.


Background Color

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

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

This div background color is #9EE5D8.


Border color

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

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

This div border color is #9EE5D8.


Opacity

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

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

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

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

This text has shadow with #9EE5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE5D8 on black background.


Color preview on white background

This text has color #9EE5D8 on white background.



Black color preview on #9EE5D8 background

This text has black color on #9EE5D8 background.


White color preview on #9EE5D8 background

This text has white color on #9EE5D8 background.