COLOR #9EFFE5

HEX: #9EFFE5
RGB: (158,255,229)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

158
255
229

R + G + B ~ 84%. #9EFFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 255 + 229 = 642 (100%)
R 158 of 642 ~ 24.61%
G 255 of 642 ~ 39.72%
B 229 of 642 ~ 35.67%

%24.61
%39.72
%35.67

CMYK color model

#9EFFE5 color CMYK value is (38,0,10,0).

  • cyan value is 38.04%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 0.00%
CMYK:
(38,0,10,0)
C38M0Y10K0 
(38%,0%,10%,0%)
(0.38/0.00/0.10/0.00)	

CMYK percentages

%38.04
%0
%10.2
%0

Codes

Color #9EFFE5 in popluar color models

9EFFE5
RGB158255229
HSL164°100.00%80.98%
HSB/HSV164°38.04%100.00%
CMYK38.04%0.00%10.20%
0.00%

Color #9EFFE5 in popluar number systems.

HEX9EFFE5
Decimal158255229
Binary100111101111111111100101
Octal236377345

Shades and tints

Shades of #9EFFE5

#9EFFE5
(158,255,229)
#90E8D1
(144,232,209)
#82D1BD
(130,209,189)
#74BAA9
(116,186,169)
#66A395
(102,163,149)
#588C81
(88,140,129)
#4A756D
(74,117,109)
#3C5E59
(60,94,89)
#2E4745
(46,71,69)
#203031
(32,48,49)
#12191D
(18,25,29)
#000000
(0,0,0)

Tints of #9EFFE5

#9EFFE5
(158,255,229)
#A6FFE7
(166,255,231)
#AEFFE9
(174,255,233)
#B6FFEB
(182,255,235)
#BEFFED
(190,255,237)
#C6FFEF
(198,255,239)
#CEFFF1
(206,255,241)
#D6FFF3
(214,255,243)
#DEFFF5
(222,255,245)
#E6FFF7
(230,255,247)
#EEFFF9
(238,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EFFE5; }

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

This text font color is #9EFFE5.


Background Color

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

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

This div background color is #9EFFE5.


Border color

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

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

This div border color is #9EFFE5.


Opacity

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

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

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

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

This text has shadow with #9EFFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EFFE5 on black background.


Color preview on white background

This text has color #9EFFE5 on white background.



Black color preview on #9EFFE5 background

This text has black color on #9EFFE5 background.


White color preview on #9EFFE5 background

This text has white color on #9EFFE5 background.