COLOR #8EF0D1

HEX: #8EF0D1
RGB: (142,240,209)

Color info

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

RGB color model

#8EF0D1 color RGB value is (142,240,209).

  • red value is 142;
  • green value is 240;
  • blue value is 209.
RGB:
(142,240,209)
(56%,94%,82%)

RGB channels and saturation

R 142 of 255 = 56%
G 240 of 255 = 94%
B 209 of 255 = 82%

142
240
209

R + G + B ~ 77%. #8EF0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 240 + 209 = 591 (100%)
R 142 of 591 ~ 24.03%
G 240 of 591 ~ 40.61%
B 209 of 591 ~ 35.36%

%24.03
%40.61
%35.36

CMYK color model

#8EF0D1 color CMYK value is (41,0,13,6).

  • cyan value is 40.83%
  • magenta value is 0.00%
  • yellow value is 12.92%
  • key color value is 5.88%
CMYK:
(41,0,13,6)
C41M0Y13K6 
(41%,0%,13%,6%)
(0.41/0.00/0.13/0.06)	

CMYK percentages

%40.83
%0
%12.92
%5.88

Codes

Color #8EF0D1 in popluar color models

8EF0D1
RGB142240209
HSL161°76.56%74.90%
HSB/HSV161°40.83%94.12%
CMYK40.83%0.00%12.92%
5.88%

Color #8EF0D1 in popluar number systems.

HEX8EF0D1
Decimal142240209
Binary100011101111000011010001
Octal216360321

Shades and tints

Shades of #8EF0D1

#8EF0D1
(142,240,209)
#82DBBE
(130,219,190)
#76C6AB
(118,198,171)
#6AB198
(106,177,152)
#5E9C85
(94,156,133)
#528772
(82,135,114)
#46725F
(70,114,95)
#3A5D4C
(58,93,76)
#2E4839
(46,72,57)
#223326
(34,51,38)
#161E13
(22,30,19)
#000000
(0,0,0)

Tints of #8EF0D1

#8EF0D1
(142,240,209)
#98F1D5
(152,241,213)
#A2F2D9
(162,242,217)
#ACF3DD
(172,243,221)
#B6F4E1
(182,244,225)
#C0F5E5
(192,245,229)
#CAF6E9
(202,246,233)
#D4F7ED
(212,247,237)
#DEF8F1
(222,248,241)
#E8F9F5
(232,249,245)
#F2FAF9
(242,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EF0D1 color. Also use rgb(142,240,209) instead hex code.

Text Font Color

.myTextColor { color: #8EF0D1; }

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

This text font color is #8EF0D1.


Background Color

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

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

This div background color is #8EF0D1.


Border color

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

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

This div border color is #8EF0D1.


Opacity

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

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

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

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

This text has shadow with #8EF0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EF0D1 on black background.


Color preview on white background

This text has color #8EF0D1 on white background.



Black color preview on #8EF0D1 background

This text has black color on #8EF0D1 background.


White color preview on #8EF0D1 background

This text has white color on #8EF0D1 background.