COLOR #9EE5E5

HEX: #9EE5E5
RGB: (158,229,229)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

158
229
229

R + G + B ~ 81%. #9EE5E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 229 + 229 = 616 (100%)
R 158 of 616 ~ 25.65%
G 229 of 616 ~ 37.18%
B 229 of 616 ~ 37.18%

%25.65
%37.18
%37.18

CMYK color model

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

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

CMYK percentages

%31
%0
%0
%10.2

Codes

Color #9EE5E5 in popluar color models

9EE5E5
RGB158229229
HSL180°57.72%75.88%
HSB/HSV180°31.00%89.80%
CMYK31.00%0.00%0.00%
10.20%

Color #9EE5E5 in popluar number systems.

HEX9EE5E5
Decimal158229229
Binary100111101110010111100101
Octal236345345

Shades and tints

Shades of #9EE5E5

#9EE5E5
(158,229,229)
#90D1D1
(144,209,209)
#82BDBD
(130,189,189)
#74A9A9
(116,169,169)
#669595
(102,149,149)
#588181
(88,129,129)
#4A6D6D
(74,109,109)
#3C5959
(60,89,89)
#2E4545
(46,69,69)
#203131
(32,49,49)
#121D1D
(18,29,29)
#000000
(0,0,0)

Tints of #9EE5E5

#9EE5E5
(158,229,229)
#A6E7E7
(166,231,231)
#AEE9E9
(174,233,233)
#B6EBEB
(182,235,235)
#BEEDED
(190,237,237)
#C6EFEF
(198,239,239)
#CEF1F1
(206,241,241)
#D6F3F3
(214,243,243)
#DEF5F5
(222,245,245)
#E6F7F7
(230,247,247)
#EEF9F9
(238,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE5E5; }

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

This text font color is #9EE5E5.


Background Color

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

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

This div background color is #9EE5E5.


Border color

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

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

This div border color is #9EE5E5.


Opacity

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

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

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

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

This text has shadow with #9EE5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE5E5 on black background.


Color preview on white background

This text has color #9EE5E5 on white background.



Black color preview on #9EE5E5 background

This text has black color on #9EE5E5 background.


White color preview on #9EE5E5 background

This text has white color on #9EE5E5 background.