COLOR #8EE3DC

HEX: #8EE3DC RGB: (142,227,220)

Color info

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

RGB color model

#8EE3DC color RGB value is (142,227,220).

RGB: (142,227,220) (56%, 89%, 86%)

RGB channels and saturation

R 142 of 255 = 56%
G 227 of 255 = 89%
B 220 of 255 = 86%

142
227
220

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

Portions of RGB colors in percentages

R + G + B = 142 + 227 + 220 = 589 (100%)
R 142 of 589 ~ 24.11%
G 227 of 589 ~ 38.54%
B 220 of 589 ~ 37.35'%

%24.11
%38.54
%37.35

CMYK color model

#8EE3DC color CMYK value is (37,0,3,11).

  • cyan value is 37.44%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK: (37,0,3,11) C37M0Y3K11 (37%,0%,3%,11%) (0.37/0.00/0.03/0.11) 

CMYK percentages

%37.44
%0
%3.08
%10.98

Codes

Color #8EE3DC in popluar color models

8E E3 DC
RGB 142 227 220
HSL 175° 60.28% 72.35%
HSB/HSV 175° 37.44% 89.02%
CMYK 37.44% 0.00% 3.08%
10.98%

Color #8EE3DC in popluar number systems.

HEX 8E E3 DC
Decimal 142 227 220
Binary 10001110 11100011 11011100
Octal 216 343 334

Shades and tints

Shades of #8EE3DC

#8EE3DC
(142,227,220)
#82CFC8
(130,207,200)
#76BBB4
(118,187,180)
#6AA7A0
(106,167,160)
#5E938C
(94,147,140)
#527F78
(82,127,120)
#466B64
(70,107,100)
#3A5750
(58,87,80)
#2E433C
(46,67,60)
#222F28
(34,47,40)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #8EE3DC

#8EE3DC
(142,227,220)
#98E5DF
(152,229,223)
#A2E7E2
(162,231,226)
#ACE9E5
(172,233,229)
#B6EBE8
(182,235,232)
#C0EDEB
(192,237,235)
#CAEFEE
(202,239,238)
#D4F1F1
(212,241,241)
#DEF3F4
(222,243,244)
#E8F5F7
(232,245,247)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE3DC; }

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

This text font color is #8EE3DC.

Background Color

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

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

This div background color is #8EE3DC.

Border color

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

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

This div border color is #8EE3DC.

Opacity

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

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

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

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

This text has shadow with #8EE3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EE3DC.

Preview

Color preview on black background

This text has color #8EE3DC on black background.


Color preview on white background

This text has color #8EE3DC on white background.


Black color preview on #8EE3DC background

This text has black color on #8EE3DC background.


White color preview on #8EE3DC background

This text has white color on #8EE3DC background.


Related colors

Complementary color

Complementary color for #hex is #711C23.


I love getcolorcode.com

Triadic colors

1 #DC8EE3 and #E3DC8E with #8EE3DC are triadic colors.

2 #DCE38E and #E38EDC with #8EE3DC are triadic colors.