COLOR #8EE1E8

HEX: #8EE1E8 RGB: (142,225,232)

Color info

#8EE1E8 contains mainly green and blue colors. Web safe color of #8EE1E8 is #99CCFF (or #9CF).

RGB color model

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

RGB: (142,225,232) (56%, 88%, 91%)

RGB channels and saturation

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

142
225
232

R + G + B ~ 78%. #8EE1E8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 225 + 232 = 599 (100%)
R 142 of 599 ~ 23.71%
G 225 of 599 ~ 37.56%
B 232 of 599 ~ 38.73'%

%23.71
%37.56
%38.73

CMYK color model

#8EE1E8 color CMYK value is (39,3,0,9).

  • cyan value is 38.79%
  • magenta value is 3.02%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (39,3,0,9)
C39M3Y0K9 (39%, 3%, 0%, 9%)
(0.39 / 0.03 / 0.00 / 0.09)

CMYK percentages

%38.79
%3.02
%0
%9.02

Codes

Color #8EE1E8 in popluar color models

8E E1 E8
RGB 142 225 232
HSL 185° 66.18% 73.33%
HSB/HSV 185° 38.79% 90.98%
CMYK 38.79% 3.02% 0.00%
9.02%

Color #8EE1E8 in popluar number systems.

HEX 8E E1 E8
Decimal 142 225 232
Binary 10001110 11100001 11101000
Octal 216 341 350

Shades and tints

Shades of #8EE1E8

#8EE1E8
(142,225,232)
#82CDD3
(130,205,211)
#76B9BE
(118,185,190)
#6AA5A9
(106,165,169)
#5E9194
(94,145,148)
#527D7F
(82,125,127)
#46696A
(70,105,106)
#3A5555
(58,85,85)
#2E4140
(46,65,64)
#222D2B
(34,45,43)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #8EE1E8

#8EE1E8
(142,225,232)
#98E3EA
(152,227,234)
#A2E5EC
(162,229,236)
#ACE7EE
(172,231,238)
#B6E9F0
(182,233,240)
#C0EBF2
(192,235,242)
#CAEDF4
(202,237,244)
#D4EFF6
(212,239,246)
#DEF1F8
(222,241,248)
#E8F3FA
(232,243,250)
#F2F5FC
(242,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE1E8; }

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

This text font color is #8EE1E8.

Background Color

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

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

This div background color is #8EE1E8.

Border color

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

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

This div border color is #8EE1E8.

Opacity

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

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

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

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

This text has shadow with #8EE1E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EE1E8.

Preview

Color preview on black background

This text has color #8EE1E8 on black background.


Color preview on white background

This text has color #8EE1E8 on white background.


Black color preview on #8EE1E8 background

This text has black color on #8EE1E8 background.


White color preview on #8EE1E8 background

This text has white color on #8EE1E8 background.


Related colors

Complementary color

Complementary color for #hex is #711E17.


I love getcolorcode.com

Triadic colors

1 #E88EE1 and #E1E88E with #8EE1E8 are triadic colors.

2 #E8E18E and #E18EE8 with #8EE1E8 are triadic colors.