COLOR #8EE8D0

HEX: #8EE8D0
RGB: (142,232,208)

Color info

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

RGB color model

#8EE8D0 color RGB value is (142,232,208).

  • red value is 142;
  • green value is 232;
  • blue value is 208.
RGB:
(142,232,208)
(56%,91%,82%)

RGB channels and saturation

R 142 of 255 = 56%
G 232 of 255 = 91%
B 208 of 255 = 82%

142
232
208

R + G + B ~ 76%. #8EE8D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 232 + 208 = 582 (100%)
R 142 of 582 ~ 24.4%
G 232 of 582 ~ 39.86%
B 208 of 582 ~ 35.74%

%24.4
%39.86
%35.74

CMYK color model

#8EE8D0 color CMYK value is (39,0,10,9).

  • cyan value is 38.79%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 9.02%
CMYK:
(39,0,10,9)
C39M0Y10K9 
(39%,0%,10%,9%)
(0.39/0.00/0.10/0.09)	

CMYK percentages

%38.79
%0
%10.34
%9.02

Codes

Color #8EE8D0 in popluar color models

8EE8D0
RGB142232208
HSL164°66.18%73.33%
HSB/HSV164°38.79%90.98%
CMYK38.79%0.00%10.34%
9.02%

Color #8EE8D0 in popluar number systems.

HEX8EE8D0
Decimal142232208
Binary100011101110100011010000
Octal216350320

Shades and tints

Shades of #8EE8D0

#8EE8D0
(142,232,208)
#82D3BE
(130,211,190)
#76BEAC
(118,190,172)
#6AA99A
(106,169,154)
#5E9488
(94,148,136)
#527F76
(82,127,118)
#466A64
(70,106,100)
#3A5552
(58,85,82)
#2E4040
(46,64,64)
#222B2E
(34,43,46)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #8EE8D0

#8EE8D0
(142,232,208)
#98EAD4
(152,234,212)
#A2ECD8
(162,236,216)
#ACEEDC
(172,238,220)
#B6F0E0
(182,240,224)
#C0F2E4
(192,242,228)
#CAF4E8
(202,244,232)
#D4F6EC
(212,246,236)
#DEF8F0
(222,248,240)
#E8FAF4
(232,250,244)
#F2FCF8
(242,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE8D0 color. Also use rgb(142,232,208) instead hex code.

Text Font Color

.myTextColor { color: #8EE8D0; }

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

This text font color is #8EE8D0.


Background Color

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

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

This div background color is #8EE8D0.


Border color

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

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

This div border color is #8EE8D0.


Opacity

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

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

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

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

This text has shadow with #8EE8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE8D0 on black background.


Color preview on white background

This text has color #8EE8D0 on white background.



Black color preview on #8EE8D0 background

This text has black color on #8EE8D0 background.


White color preview on #8EE8D0 background

This text has white color on #8EE8D0 background.