COLOR #8EF4E9

HEX: #8EF4E9
RGB: (142,244,233)

Color info

#8EF4E9 contains mainly green and blue colors. Web safe color of #8EF4E9 is #99FFFF (or #9FF).

RGB color model

#8EF4E9 color RGB value is (142,244,233).

  • red value is 142;
  • green value is 244;
  • blue value is 233.
RGB:
(142,244,233)
(56%,96%,91%)

RGB channels and saturation

R 142 of 255 = 56%
G 244 of 255 = 96%
B 233 of 255 = 91%

142
244
233

R + G + B ~ 81%. #8EF4E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 244 + 233 = 619 (100%)
R 142 of 619 ~ 22.94%
G 244 of 619 ~ 39.42%
B 233 of 619 ~ 37.64%

%22.94
%39.42
%37.64

CMYK color model

#8EF4E9 color CMYK value is (42,0,5,4).

  • cyan value is 41.80%
  • magenta value is 0.00%
  • yellow value is 4.51%
  • key color value is 4.31%
CMYK:
(42,0,5,4)
C42M0Y5K4 
(42%,0%,5%,4%)
(0.42/0.00/0.05/0.04)	

CMYK percentages

%41.8
%0
%4.51
%4.31

Codes

Color #8EF4E9 in popluar color models

8EF4E9
RGB142244233
HSL174°82.26%75.69%
HSB/HSV174°41.80%95.69%
CMYK41.80%0.00%4.51%
4.31%

Color #8EF4E9 in popluar number systems.

HEX8EF4E9
Decimal142244233
Binary100011101111010011101001
Octal216364351

Shades and tints

Shades of #8EF4E9

#8EF4E9
(142,244,233)
#82DED4
(130,222,212)
#76C8BF
(118,200,191)
#6AB2AA
(106,178,170)
#5E9C95
(94,156,149)
#528680
(82,134,128)
#46706B
(70,112,107)
#3A5A56
(58,90,86)
#2E4441
(46,68,65)
#222E2C
(34,46,44)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #8EF4E9

#8EF4E9
(142,244,233)
#98F5EB
(152,245,235)
#A2F6ED
(162,246,237)
#ACF7EF
(172,247,239)
#B6F8F1
(182,248,241)
#C0F9F3
(192,249,243)
#CAFAF5
(202,250,245)
#D4FBF7
(212,251,247)
#DEFCF9
(222,252,249)
#E8FDFB
(232,253,251)
#F2FEFD
(242,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EF4E9 color. Also use rgb(142,244,233) instead hex code.

Text Font Color

.myTextColor { color: #8EF4E9; }

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

This text font color is #8EF4E9.


Background Color

.myBgColor { background-color: #8EF4E9; }

<div style="background-color:#8EF4E9">Inner text</div>

This div background color is #8EF4E9.


Border color

.myBorderColor { border: 1px solid #8EF4E9; }

<div style="border:3px solid #8EF4E9">Div</div>

This div border color is #8EF4E9.


Opacity

.myOpacity80 { color: #8EF4E9; opacity: 0.8; }

<p style="color:#8EF4E9;opacity:0.8;">80%</p>

Text with #8EF4E9 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 #8EF4E9;}

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

This text has shadow with #8EF4E9 color.

.textShadow {text-shadow: 3px 3px 1px #8EF4E9, 3px 3px 1px red;}

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

This text has shadow with #8EF4E9 primary color and red secondary color.


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

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

This text has shadow with #8EF4E9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EF4E9 on black background.


Color preview on white background

This text has color #8EF4E9 on white background.



Black color preview on #8EF4E9 background

This text has black color on #8EF4E9 background.


White color preview on #8EF4E9 background

This text has white color on #8EF4E9 background.