COLOR #8EF5D6

HEX: #8EF5D6
RGB: (142,245,214)

Color info

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

RGB color model

#8EF5D6 color RGB value is (142,245,214).

  • red value is 142;
  • green value is 245;
  • blue value is 214.
RGB:
(142,245,214)
(56%,96%,84%)

RGB channels and saturation

R 142 of 255 = 56%
G 245 of 255 = 96%
B 214 of 255 = 84%

142
245
214

R + G + B ~ 79%. #8EF5D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 245 + 214 = 601 (100%)
R 142 of 601 ~ 23.63%
G 245 of 601 ~ 40.77%
B 214 of 601 ~ 35.61%

%23.63
%40.77
%35.61

CMYK color model

#8EF5D6 color CMYK value is (42,0,13,4).

  • cyan value is 42.04%
  • magenta value is 0.00%
  • yellow value is 12.65%
  • key color value is 3.92%
CMYK:
(42,0,13,4)
C42M0Y13K4 
(42%,0%,13%,4%)
(0.42/0.00/0.13/0.04)	

CMYK percentages

%42.04
%0
%12.65
%3.92

Codes

Color #8EF5D6 in popluar color models

8EF5D6
RGB142245214
HSL162°83.74%75.88%
HSB/HSV162°42.04%96.08%
CMYK42.04%0.00%12.65%
3.92%

Color #8EF5D6 in popluar number systems.

HEX8EF5D6
Decimal142245214
Binary100011101111010111010110
Octal216365326

Shades and tints

Shades of #8EF5D6

#8EF5D6
(142,245,214)
#82DFC3
(130,223,195)
#76C9B0
(118,201,176)
#6AB39D
(106,179,157)
#5E9D8A
(94,157,138)
#528777
(82,135,119)
#467164
(70,113,100)
#3A5B51
(58,91,81)
#2E453E
(46,69,62)
#222F2B
(34,47,43)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #8EF5D6

#8EF5D6
(142,245,214)
#98F5D9
(152,245,217)
#A2F5DC
(162,245,220)
#ACF5DF
(172,245,223)
#B6F5E2
(182,245,226)
#C0F5E5
(192,245,229)
#CAF5E8
(202,245,232)
#D4F5EB
(212,245,235)
#DEF5EE
(222,245,238)
#E8F5F1
(232,245,241)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EF5D6 color. Also use rgb(142,245,214) instead hex code.

Text Font Color

.myTextColor { color: #8EF5D6; }

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

This text font color is #8EF5D6.


Background Color

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

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

This div background color is #8EF5D6.


Border color

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

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

This div border color is #8EF5D6.


Opacity

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

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

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

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

This text has shadow with #8EF5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EF5D6 on black background.


Color preview on white background

This text has color #8EF5D6 on white background.



Black color preview on #8EF5D6 background

This text has black color on #8EF5D6 background.


White color preview on #8EF5D6 background

This text has white color on #8EF5D6 background.