COLOR #8EE2CD

HEX: #8EE2CD
RGB: (142,226,205)

Color info

#8EE2CD contains mainly green and blue colors. Web safe color of #8EE2CD is #99CCCC (or #9CC).

RGB color model

#8EE2CD color RGB value is (142,226,205).

  • red value is 142;
  • green value is 226;
  • blue value is 205.
RGB:
(142,226,205)
(56%,89%,80%)

RGB channels and saturation

R 142 of 255 = 56%
G 226 of 255 = 89%
B 205 of 255 = 80%

142
226
205

R + G + B ~ 75%. #8EE2CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 226 + 205 = 573 (100%)
R 142 of 573 ~ 24.78%
G 226 of 573 ~ 39.44%
B 205 of 573 ~ 35.78%

%24.78
%39.44
%35.78

CMYK color model

#8EE2CD color CMYK value is (37,0,9,11).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 9.29%
  • key color value is 11.37%
CMYK:
(37,0,9,11)
C37M0Y9K11 
(37%,0%,9%,11%)
(0.37/0.00/0.09/0.11)	

CMYK percentages

%37.17
%0
%9.29
%11.37

Codes

Color #8EE2CD in popluar color models

8EE2CD
RGB142226205
HSL165°59.15%72.16%
HSB/HSV165°37.17%88.63%
CMYK37.17%0.00%9.29%
11.37%

Color #8EE2CD in popluar number systems.

HEX8EE2CD
Decimal142226205
Binary100011101110001011001101
Octal216342315

Shades and tints

Shades of #8EE2CD

#8EE2CD
(142,226,205)
#82CEBB
(130,206,187)
#76BAA9
(118,186,169)
#6AA697
(106,166,151)
#5E9285
(94,146,133)
#527E73
(82,126,115)
#466A61
(70,106,97)
#3A564F
(58,86,79)
#2E423D
(46,66,61)
#222E2B
(34,46,43)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #8EE2CD

#8EE2CD
(142,226,205)
#98E4D1
(152,228,209)
#A2E6D5
(162,230,213)
#ACE8D9
(172,232,217)
#B6EADD
(182,234,221)
#C0ECE1
(192,236,225)
#CAEEE5
(202,238,229)
#D4F0E9
(212,240,233)
#DEF2ED
(222,242,237)
#E8F4F1
(232,244,241)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE2CD color. Also use rgb(142,226,205) instead hex code.

Text Font Color

.myTextColor { color: #8EE2CD; }

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

This text font color is #8EE2CD.


Background Color

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

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

This div background color is #8EE2CD.


Border color

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

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

This div border color is #8EE2CD.


Opacity

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

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

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

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

This text has shadow with #8EE2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE2CD on black background.


Color preview on white background

This text has color #8EE2CD on white background.



Black color preview on #8EE2CD background

This text has black color on #8EE2CD background.


White color preview on #8EE2CD background

This text has white color on #8EE2CD background.