COLOR #8EE4E5

HEX: #8EE4E5
RGB: (142,228,229)

Color info

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

RGB color model

#8EE4E5 color RGB value is (142,228,229).

  • red value is 142;
  • green value is 228;
  • blue value is 229.
RGB:
(142,228,229)
(56%,89%,90%)

RGB channels and saturation

R 142 of 255 = 56%
G 228 of 255 = 89%
B 229 of 255 = 90%

142
228
229

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

Portions of RGB colors in percentages

R + G + B =
142 + 228 + 229 = 599 (100%)
R 142 of 599 ~ 23.71%
G 228 of 599 ~ 38.06%
B 229 of 599 ~ 38.23%

%23.71
%38.06
%38.23

CMYK color model

#8EE4E5 color CMYK value is (38,0,0,10).

  • cyan value is 37.99%
  • magenta value is 0.44%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(38,0,0,10)
C38M0Y0K10 
(38%,0%,0%,10%)
(0.38/0.00/0.00/0.10)	

CMYK percentages

%37.99
%0.44
%0
%10.2

Codes

Color #8EE4E5 in popluar color models

8EE4E5
RGB142228229
HSL181°62.59%72.75%
HSB/HSV181°37.99%89.80%
CMYK37.99%0.44%0.00%
10.20%

Color #8EE4E5 in popluar number systems.

HEX8EE4E5
Decimal142228229
Binary100011101110010011100101
Octal216344345

Shades and tints

Shades of #8EE4E5

#8EE4E5
(142,228,229)
#82D0D1
(130,208,209)
#76BCBD
(118,188,189)
#6AA8A9
(106,168,169)
#5E9495
(94,148,149)
#528081
(82,128,129)
#466C6D
(70,108,109)
#3A5859
(58,88,89)
#2E4445
(46,68,69)
#223031
(34,48,49)
#161C1D
(22,28,29)
#000000
(0,0,0)

Tints of #8EE4E5

#8EE4E5
(142,228,229)
#98E6E7
(152,230,231)
#A2E8E9
(162,232,233)
#ACEAEB
(172,234,235)
#B6ECED
(182,236,237)
#C0EEEF
(192,238,239)
#CAF0F1
(202,240,241)
#D4F2F3
(212,242,243)
#DEF4F5
(222,244,245)
#E8F6F7
(232,246,247)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE4E5; }

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

This text font color is #8EE4E5.


Background Color

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

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

This div background color is #8EE4E5.


Border color

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

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

This div border color is #8EE4E5.


Opacity

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

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

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

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

This text has shadow with #8EE4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE4E5 on black background.


Color preview on white background

This text has color #8EE4E5 on white background.



Black color preview on #8EE4E5 background

This text has black color on #8EE4E5 background.


White color preview on #8EE4E5 background

This text has white color on #8EE4E5 background.