COLOR #9EFFE4

HEX: #9EFFE4
RGB: (158,255,228)

Color info

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

RGB color model

#9EFFE4 color RGB value is (158,255,228).

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

RGB channels and saturation

R 158 of 255 = 62%
G 255 of 255 = 100%
B 228 of 255 = 89%

158
255
228

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

Portions of RGB colors in percentages

R + G + B =
158 + 255 + 228 = 641 (100%)
R 158 of 641 ~ 24.65%
G 255 of 641 ~ 39.78%
B 228 of 641 ~ 35.57%

%24.65
%39.78
%35.57

CMYK color model

#9EFFE4 color CMYK value is (38,0,11,0).

  • cyan value is 38.04%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(38,0,11,0)
C38M0Y11K0 
(38%,0%,11%,0%)
(0.38/0.00/0.11/0.00)	

CMYK percentages

%38.04
%0
%10.59
%0

Codes

Color #9EFFE4 in popluar color models

9EFFE4
RGB158255228
HSL163°100.00%80.98%
HSB/HSV163°38.04%100.00%
CMYK38.04%0.00%10.59%
0.00%

Color #9EFFE4 in popluar number systems.

HEX9EFFE4
Decimal158255228
Binary100111101111111111100100
Octal236377344

Shades and tints

Shades of #9EFFE4

#9EFFE4
(158,255,228)
#90E8D0
(144,232,208)
#82D1BC
(130,209,188)
#74BAA8
(116,186,168)
#66A394
(102,163,148)
#588C80
(88,140,128)
#4A756C
(74,117,108)
#3C5E58
(60,94,88)
#2E4744
(46,71,68)
#203030
(32,48,48)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #9EFFE4

#9EFFE4
(158,255,228)
#A6FFE6
(166,255,230)
#AEFFE8
(174,255,232)
#B6FFEA
(182,255,234)
#BEFFEC
(190,255,236)
#C6FFEE
(198,255,238)
#CEFFF0
(206,255,240)
#D6FFF2
(214,255,242)
#DEFFF4
(222,255,244)
#E6FFF6
(230,255,246)
#EEFFF8
(238,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EFFE4; }

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

This text font color is #9EFFE4.


Background Color

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

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

This div background color is #9EFFE4.


Border color

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

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

This div border color is #9EFFE4.


Opacity

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

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

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

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

This text has shadow with #9EFFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EFFE4 on black background.


Color preview on white background

This text has color #9EFFE4 on white background.



Black color preview on #9EFFE4 background

This text has black color on #9EFFE4 background.


White color preview on #9EFFE4 background

This text has white color on #9EFFE4 background.