COLOR #8EF0E1

HEX: #8EF0E1
RGB: (142,240,225)

Color info

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

RGB color model

#8EF0E1 color RGB value is (142,240,225).

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

RGB channels and saturation

R 142 of 255 = 56%
G 240 of 255 = 94%
B 225 of 255 = 88%

142
240
225

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

Portions of RGB colors in percentages

R + G + B =
142 + 240 + 225 = 607 (100%)
R 142 of 607 ~ 23.39%
G 240 of 607 ~ 39.54%
B 225 of 607 ~ 37.07%

%23.39
%39.54
%37.07

CMYK color model

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

  • cyan value is 40.83%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 5.88%
CMYK:
(41,0,6,6)
C41M0Y6K6 
(41%,0%,6%,6%)
(0.41/0.00/0.06/0.06)	

CMYK percentages

%40.83
%0
%6.25
%5.88

Codes

Color #8EF0E1 in popluar color models

8EF0E1
RGB142240225
HSL171°76.56%74.90%
HSB/HSV171°40.83%94.12%
CMYK40.83%0.00%6.25%
5.88%

Color #8EF0E1 in popluar number systems.

HEX8EF0E1
Decimal142240225
Binary100011101111000011100001
Octal216360341

Shades and tints

Shades of #8EF0E1

#8EF0E1
(142,240,225)
#82DBCD
(130,219,205)
#76C6B9
(118,198,185)
#6AB1A5
(106,177,165)
#5E9C91
(94,156,145)
#52877D
(82,135,125)
#467269
(70,114,105)
#3A5D55
(58,93,85)
#2E4841
(46,72,65)
#22332D
(34,51,45)
#161E19
(22,30,25)
#000000
(0,0,0)

Tints of #8EF0E1

#8EF0E1
(142,240,225)
#98F1E3
(152,241,227)
#A2F2E5
(162,242,229)
#ACF3E7
(172,243,231)
#B6F4E9
(182,244,233)
#C0F5EB
(192,245,235)
#CAF6ED
(202,246,237)
#D4F7EF
(212,247,239)
#DEF8F1
(222,248,241)
#E8F9F3
(232,249,243)
#F2FAF5
(242,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EF0E1; }

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

This text font color is #8EF0E1.


Background Color

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

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

This div background color is #8EF0E1.


Border color

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

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

This div border color is #8EF0E1.


Opacity

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

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

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

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

This text has shadow with #8EF0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EF0E1 on black background.


Color preview on white background

This text has color #8EF0E1 on white background.



Black color preview on #8EF0E1 background

This text has black color on #8EF0E1 background.


White color preview on #8EF0E1 background

This text has white color on #8EF0E1 background.