COLOR #9EFFE6

HEX: #9EFFE6
RGB: (158,255,230)

Color info

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

RGB color model

#9EFFE6 color RGB value is (158,255,230).

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

RGB channels and saturation

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

158
255
230

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

Portions of RGB colors in percentages

R + G + B =
158 + 255 + 230 = 643 (100%)
R 158 of 643 ~ 24.57%
G 255 of 643 ~ 39.66%
B 230 of 643 ~ 35.77%

%24.57
%39.66
%35.77

CMYK color model

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

  • cyan value is 38.04%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • 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
%9.8
%0

Codes

Color #9EFFE6 in popluar color models

9EFFE6
RGB158255230
HSL165°100.00%80.98%
HSB/HSV165°38.04%100.00%
CMYK38.04%0.00%9.80%
0.00%

Color #9EFFE6 in popluar number systems.

HEX9EFFE6
Decimal158255230
Binary100111101111111111100110
Octal236377346

Shades and tints

Shades of #9EFFE6

#9EFFE6
(158,255,230)
#90E8D2
(144,232,210)
#82D1BE
(130,209,190)
#74BAAA
(116,186,170)
#66A396
(102,163,150)
#588C82
(88,140,130)
#4A756E
(74,117,110)
#3C5E5A
(60,94,90)
#2E4746
(46,71,70)
#203032
(32,48,50)
#12191E
(18,25,30)
#000000
(0,0,0)

Tints of #9EFFE6

#9EFFE6
(158,255,230)
#A6FFE8
(166,255,232)
#AEFFEA
(174,255,234)
#B6FFEC
(182,255,236)
#BEFFEE
(190,255,238)
#C6FFF0
(198,255,240)
#CEFFF2
(206,255,242)
#D6FFF4
(214,255,244)
#DEFFF6
(222,255,246)
#E6FFF8
(230,255,248)
#EEFFFA
(238,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EFFE6; }

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

This text font color is #9EFFE6.


Background Color

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

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

This div background color is #9EFFE6.


Border color

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

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

This div border color is #9EFFE6.


Opacity

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

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

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

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

This text has shadow with #9EFFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EFFE6 on black background.


Color preview on white background

This text has color #9EFFE6 on white background.



Black color preview on #9EFFE6 background

This text has black color on #9EFFE6 background.


White color preview on #9EFFE6 background

This text has white color on #9EFFE6 background.