COLOR #8EE0E1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
224
225

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

Portions of RGB colors in percentages

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

%24.03
%37.9
%38.07

CMYK color model

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

  • cyan value is 36.89%
  • magenta value is 0.44%
  • yellow value is 0.00%
  • 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.44
%0
%11.76

Codes

Color #8EE0E1 in popluar color models

8EE0E1
RGB142224225
HSL181°58.04%71.96%
HSB/HSV181°36.89%88.24%
CMYK36.89%0.44%0.00%
11.76%

Color #8EE0E1 in popluar number systems.

HEX8EE0E1
Decimal142224225
Binary100011101110000011100001
Octal216340341

Shades and tints

Shades of #8EE0E1

#8EE0E1
(142,224,225)
#82CCCD
(130,204,205)
#76B8B9
(118,184,185)
#6AA4A5
(106,164,165)
#5E9091
(94,144,145)
#527C7D
(82,124,125)
#466869
(70,104,105)
#3A5455
(58,84,85)
#2E4041
(46,64,65)
#222C2D
(34,44,45)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #8EE0E1

#8EE0E1
(142,224,225)
#98E2E3
(152,226,227)
#A2E4E5
(162,228,229)
#ACE6E7
(172,230,231)
#B6E8E9
(182,232,233)
#C0EAEB
(192,234,235)
#CAECED
(202,236,237)
#D4EEEF
(212,238,239)
#DEF0F1
(222,240,241)
#E8F2F3
(232,242,243)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE0E1; }

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

This text font color is #8EE0E1.


Background Color

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

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

This div background color is #8EE0E1.


Border color

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

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

This div border color is #8EE0E1.


Opacity

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

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

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

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

This text has shadow with #8EE0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE0E1 on black background.


Color preview on white background

This text has color #8EE0E1 on white background.



Black color preview on #8EE0E1 background

This text has black color on #8EE0E1 background.


White color preview on #8EE0E1 background

This text has white color on #8EE0E1 background.