COLOR #8EEAD2

HEX: #8EEAD2
RGB: (142,234,210)

Color info

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

RGB color model

#8EEAD2 color RGB value is (142,234,210).

  • red value is 142;
  • green value is 234;
  • blue value is 210.
RGB:
(142,234,210)
(56%,92%,82%)

RGB channels and saturation

R 142 of 255 = 56%
G 234 of 255 = 92%
B 210 of 255 = 82%

142
234
210

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

Portions of RGB colors in percentages

R + G + B =
142 + 234 + 210 = 586 (100%)
R 142 of 586 ~ 24.23%
G 234 of 586 ~ 39.93%
B 210 of 586 ~ 35.84%

%24.23
%39.93
%35.84

CMYK color model

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

  • cyan value is 39.32%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 8.24%
CMYK:
(39,0,10,8)
C39M0Y10K8 
(39%,0%,10%,8%)
(0.39/0.00/0.10/0.08)	

CMYK percentages

%39.32
%0
%10.26
%8.24

Codes

Color #8EEAD2 in popluar color models

8EEAD2
RGB142234210
HSL164°68.66%73.73%
HSB/HSV164°39.32%91.76%
CMYK39.32%0.00%10.26%
8.24%

Color #8EEAD2 in popluar number systems.

HEX8EEAD2
Decimal142234210
Binary100011101110101011010010
Octal216352322

Shades and tints

Shades of #8EEAD2

#8EEAD2
(142,234,210)
#82D5BF
(130,213,191)
#76C0AC
(118,192,172)
#6AAB99
(106,171,153)
#5E9686
(94,150,134)
#528173
(82,129,115)
#466C60
(70,108,96)
#3A574D
(58,87,77)
#2E423A
(46,66,58)
#222D27
(34,45,39)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #8EEAD2

#8EEAD2
(142,234,210)
#98EBD6
(152,235,214)
#A2ECDA
(162,236,218)
#ACEDDE
(172,237,222)
#B6EEE2
(182,238,226)
#C0EFE6
(192,239,230)
#CAF0EA
(202,240,234)
#D4F1EE
(212,241,238)
#DEF2F2
(222,242,242)
#E8F3F6
(232,243,246)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EEAD2 color. Also use rgb(142,234,210) instead hex code.

Text Font Color

.myTextColor { color: #8EEAD2; }

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

This text font color is #8EEAD2.


Background Color

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

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

This div background color is #8EEAD2.


Border color

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

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

This div border color is #8EEAD2.


Opacity

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

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

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

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

This text has shadow with #8EEAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EEAD2 on black background.


Color preview on white background

This text has color #8EEAD2 on white background.



Black color preview on #8EEAD2 background

This text has black color on #8EEAD2 background.


White color preview on #8EEAD2 background

This text has white color on #8EEAD2 background.