COLOR #9EE2E5

HEX: #9EE2E5
RGB: (158,226,229)

Color info

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

RGB color model

#9EE2E5 color RGB value is (158,226,229).

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

RGB channels and saturation

R 158 of 255 = 62%
G 226 of 255 = 89%
B 229 of 255 = 90%

158
226
229

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

Portions of RGB colors in percentages

R + G + B =
158 + 226 + 229 = 613 (100%)
R 158 of 613 ~ 25.77%
G 226 of 613 ~ 36.87%
B 229 of 613 ~ 37.36%

%25.77
%36.87
%37.36

CMYK color model

#9EE2E5 color CMYK value is (31,1,0,10).

  • cyan value is 31.00%
  • magenta value is 1.31%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(31,1,0,10)
C31M1Y0K10 
(31%,1%,0%,10%)
(0.31/0.01/0.00/0.10)	

CMYK percentages

%31
%1.31
%0
%10.2

Codes

Color #9EE2E5 in popluar color models

9EE2E5
RGB158226229
HSL183°57.72%75.88%
HSB/HSV183°31.00%89.80%
CMYK31.00%1.31%0.00%
10.20%

Color #9EE2E5 in popluar number systems.

HEX9EE2E5
Decimal158226229
Binary100111101110001011100101
Octal236342345

Shades and tints

Shades of #9EE2E5

#9EE2E5
(158,226,229)
#90CED1
(144,206,209)
#82BABD
(130,186,189)
#74A6A9
(116,166,169)
#669295
(102,146,149)
#587E81
(88,126,129)
#4A6A6D
(74,106,109)
#3C5659
(60,86,89)
#2E4245
(46,66,69)
#202E31
(32,46,49)
#121A1D
(18,26,29)
#000000
(0,0,0)

Tints of #9EE2E5

#9EE2E5
(158,226,229)
#A6E4E7
(166,228,231)
#AEE6E9
(174,230,233)
#B6E8EB
(182,232,235)
#BEEAED
(190,234,237)
#C6ECEF
(198,236,239)
#CEEEF1
(206,238,241)
#D6F0F3
(214,240,243)
#DEF2F5
(222,242,245)
#E6F4F7
(230,244,247)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE2E5; }

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

This text font color is #9EE2E5.


Background Color

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

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

This div background color is #9EE2E5.


Border color

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

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

This div border color is #9EE2E5.


Opacity

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

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

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

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

This text has shadow with #9EE2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE2E5 on black background.


Color preview on white background

This text has color #9EE2E5 on white background.



Black color preview on #9EE2E5 background

This text has black color on #9EE2E5 background.


White color preview on #9EE2E5 background

This text has white color on #9EE2E5 background.