COLOR #9EE9D6

HEX: #9EE9D6
RGB: (158,233,214)

Color info

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

RGB color model

#9EE9D6 color RGB value is (158,233,214).

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

RGB channels and saturation

R 158 of 255 = 62%
G 233 of 255 = 91%
B 214 of 255 = 84%

158
233
214

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

Portions of RGB colors in percentages

R + G + B =
158 + 233 + 214 = 605 (100%)
R 158 of 605 ~ 26.12%
G 233 of 605 ~ 38.51%
B 214 of 605 ~ 35.37%

%26.12
%38.51
%35.37

CMYK color model

#9EE9D6 color CMYK value is (32,0,8,9).

  • cyan value is 32.19%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 8.63%
CMYK:
(32,0,8,9)
C32M0Y8K9 
(32%,0%,8%,9%)
(0.32/0.00/0.08/0.09)	

CMYK percentages

%32.19
%0
%8.15
%8.63

Codes

Color #9EE9D6 in popluar color models

9EE9D6
RGB158233214
HSL165°63.03%76.67%
HSB/HSV165°32.19%91.37%
CMYK32.19%0.00%8.15%
8.63%

Color #9EE9D6 in popluar number systems.

HEX9EE9D6
Decimal158233214
Binary100111101110100111010110
Octal236351326

Shades and tints

Shades of #9EE9D6

#9EE9D6
(158,233,214)
#90D4C3
(144,212,195)
#82BFB0
(130,191,176)
#74AA9D
(116,170,157)
#66958A
(102,149,138)
#588077
(88,128,119)
#4A6B64
(74,107,100)
#3C5651
(60,86,81)
#2E413E
(46,65,62)
#202C2B
(32,44,43)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #9EE9D6

#9EE9D6
(158,233,214)
#A6EBD9
(166,235,217)
#AEEDDC
(174,237,220)
#B6EFDF
(182,239,223)
#BEF1E2
(190,241,226)
#C6F3E5
(198,243,229)
#CEF5E8
(206,245,232)
#D6F7EB
(214,247,235)
#DEF9EE
(222,249,238)
#E6FBF1
(230,251,241)
#EEFDF4
(238,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE9D6; }

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

This text font color is #9EE9D6.


Background Color

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

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

This div background color is #9EE9D6.


Border color

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

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

This div border color is #9EE9D6.


Opacity

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

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

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

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

This text has shadow with #9EE9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE9D6 on black background.


Color preview on white background

This text has color #9EE9D6 on white background.



Black color preview on #9EE9D6 background

This text has black color on #9EE9D6 background.


White color preview on #9EE9D6 background

This text has white color on #9EE9D6 background.