COLOR #8EE1E1

HEX: #8EE1E1
RGB: (142,225,225)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
225
225

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

Portions of RGB colors in percentages

R + G + B =
142 + 225 + 225 = 592 (100%)
R 142 of 592 ~ 23.99%
G 225 of 592 ~ 38.01%
B 225 of 592 ~ 38.01%

%23.99
%38.01
%38.01

CMYK color model

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

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

Codes

Color #8EE1E1 in popluar color models

8EE1E1
RGB142225225
HSL180°58.04%71.96%
HSB/HSV180°36.89%88.24%
CMYK36.89%0.00%0.00%
11.76%

Color #8EE1E1 in popluar number systems.

HEX8EE1E1
Decimal142225225
Binary100011101110000111100001
Octal216341341

Shades and tints

Shades of #8EE1E1

#8EE1E1
(142,225,225)
#82CDCD
(130,205,205)
#76B9B9
(118,185,185)
#6AA5A5
(106,165,165)
#5E9191
(94,145,145)
#527D7D
(82,125,125)
#466969
(70,105,105)
#3A5555
(58,85,85)
#2E4141
(46,65,65)
#222D2D
(34,45,45)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #8EE1E1

#8EE1E1
(142,225,225)
#98E3E3
(152,227,227)
#A2E5E5
(162,229,229)
#ACE7E7
(172,231,231)
#B6E9E9
(182,233,233)
#C0EBEB
(192,235,235)
#CAEDED
(202,237,237)
#D4EFEF
(212,239,239)
#DEF1F1
(222,241,241)
#E8F3F3
(232,243,243)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE1E1; }

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

This text font color is #8EE1E1.


Background Color

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

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

This div background color is #8EE1E1.


Border color

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

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

This div border color is #8EE1E1.


Opacity

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

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

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

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

This text has shadow with #8EE1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE1E1 on black background.


Color preview on white background

This text has color #8EE1E1 on white background.



Black color preview on #8EE1E1 background

This text has black color on #8EE1E1 background.


White color preview on #8EE1E1 background

This text has white color on #8EE1E1 background.