COLOR #8EE4DB

HEX: #8EE4DB
RGB: (142,228,219)

Color info

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

RGB color model

#8EE4DB color RGB value is (142,228,219).

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

RGB channels and saturation

R 142 of 255 = 56%
G 228 of 255 = 89%
B 219 of 255 = 86%

142
228
219

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

Portions of RGB colors in percentages

R + G + B =
142 + 228 + 219 = 589 (100%)
R 142 of 589 ~ 24.11%
G 228 of 589 ~ 38.71%
B 219 of 589 ~ 37.18%

%24.11
%38.71
%37.18

CMYK color model

#8EE4DB color CMYK value is (38,0,4,11).

  • cyan value is 37.72%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 10.59%
CMYK:
(38,0,4,11)
C38M0Y4K11 
(38%,0%,4%,11%)
(0.38/0.00/0.04/0.11)	

CMYK percentages

%37.72
%0
%3.95
%10.59

Codes

Color #8EE4DB in popluar color models

8EE4DB
RGB142228219
HSL174°61.43%72.55%
HSB/HSV174°37.72%89.41%
CMYK37.72%0.00%3.95%
10.59%

Color #8EE4DB in popluar number systems.

HEX8EE4DB
Decimal142228219
Binary100011101110010011011011
Octal216344333

Shades and tints

Shades of #8EE4DB

#8EE4DB
(142,228,219)
#82D0C8
(130,208,200)
#76BCB5
(118,188,181)
#6AA8A2
(106,168,162)
#5E948F
(94,148,143)
#52807C
(82,128,124)
#466C69
(70,108,105)
#3A5856
(58,88,86)
#2E4443
(46,68,67)
#223030
(34,48,48)
#161C1D
(22,28,29)
#000000
(0,0,0)

Tints of #8EE4DB

#8EE4DB
(142,228,219)
#98E6DE
(152,230,222)
#A2E8E1
(162,232,225)
#ACEAE4
(172,234,228)
#B6ECE7
(182,236,231)
#C0EEEA
(192,238,234)
#CAF0ED
(202,240,237)
#D4F2F0
(212,242,240)
#DEF4F3
(222,244,243)
#E8F6F6
(232,246,246)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE4DB; }

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

This text font color is #8EE4DB.


Background Color

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

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

This div background color is #8EE4DB.


Border color

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

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

This div border color is #8EE4DB.


Opacity

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

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

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

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

This text has shadow with #8EE4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE4DB on black background.


Color preview on white background

This text has color #8EE4DB on white background.



Black color preview on #8EE4DB background

This text has black color on #8EE4DB background.


White color preview on #8EE4DB background

This text has white color on #8EE4DB background.