COLOR #8EE1E0

HEX: #8EE1E0 RGB: (142,225,224)

Color info

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

RGB color model

#8EE1E0 color RGB value is (142,225,224).

RGB: (142,225,224) (56%, 88%, 88%)

RGB channels and saturation

R 142 of 255 = 56%
G 225 of 255 = 88%
B 224 of 255 = 88%

142
225
224

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

Portions of RGB colors in percentages

R + G + B = 142 + 225 + 224 = 591 (100%)
R 142 of 591 ~ 24.03%
G 225 of 591 ~ 38.07%
B 224 of 591 ~ 37.9'%

%24.03
%38.07
%37.9

CMYK color model

#8EE1E0 color CMYK value is (37,0,0,12).

  • cyan value is 36.89%
  • magenta value is 0.00%
  • yellow value is 0.44%
  • key color value is 11.76%

CMYK: (37,0,0,12)
C37M0Y0K12 (37%, 0%, 0%, 12%)
(0.37 / 0.00 / 0.00 / 0.12)

CMYK percentages

%36.89
%0
%0.44
%11.76

Codes

Color #8EE1E0 in popluar color models

8E E1 E0
RGB 142 225 224
HSL 179° 58.04% 71.96%
HSB/HSV 179° 36.89% 88.24%
CMYK 36.89% 0.00% 0.44%
11.76%

Color #8EE1E0 in popluar number systems.

HEX 8E E1 E0
Decimal 142 225 224
Binary 10001110 11100001 11100000
Octal 216 341 340

Shades and tints

Shades of #8EE1E0

#8EE1E0
(142,225,224)
#82CDCC
(130,205,204)
#76B9B8
(118,185,184)
#6AA5A4
(106,165,164)
#5E9190
(94,145,144)
#527D7C
(82,125,124)
#466968
(70,105,104)
#3A5554
(58,85,84)
#2E4140
(46,65,64)
#222D2C
(34,45,44)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #8EE1E0

#8EE1E0
(142,225,224)
#98E3E2
(152,227,226)
#A2E5E4
(162,229,228)
#ACE7E6
(172,231,230)
#B6E9E8
(182,233,232)
#C0EBEA
(192,235,234)
#CAEDEC
(202,237,236)
#D4EFEE
(212,239,238)
#DEF1F0
(222,241,240)
#E8F3F2
(232,243,242)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE1E0; }

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

This text font color is #8EE1E0.

Background Color

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

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

This div background color is #8EE1E0.

Border color

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

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

This div border color is #8EE1E0.

Opacity

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

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

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

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

This text has shadow with #8EE1E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EE1E0.

Preview

Color preview on black background

This text has color #8EE1E0 on black background.


Color preview on white background

This text has color #8EE1E0 on white background.


Black color preview on #8EE1E0 background

This text has black color on #8EE1E0 background.


White color preview on #8EE1E0 background

This text has white color on #8EE1E0 background.


Related colors

Complementary color

Complementary color for #hex is #711E1F.


I love getcolorcode.com

Triadic colors

1 #E08EE1 and #E1E08E with #8EE1E0 are triadic colors.

2 #E0E18E and #E18EE0 with #8EE1E0 are triadic colors.