COLOR #8EE9DE

HEX: #8EE9DE RGB: (142,233,222)

Color info

#8EE9DE contains mainly green and blue colors. Web safe color of #8EE9DE is #99FFCC (or #9FC).

RGB color model

#8EE9DE color RGB value is (142,233,222).

RGB: (142,233,222) (56%, 91%, 87%)

RGB channels and saturation

R 142 of 255 = 56%
G 233 of 255 = 91%
B 222 of 255 = 87%

142
233
222

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

Portions of RGB colors in percentages

R + G + B = 142 + 233 + 222 = 597 (100%)
R 142 of 597 ~ 23.79%
G 233 of 597 ~ 39.03%
B 222 of 597 ~ 37.19'%

%23.79
%39.03
%37.19

CMYK color model

#8EE9DE color CMYK value is (39,0,5,9).

  • cyan value is 39.06%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 8.63%

CMYK: (39,0,5,9)
C39M0Y5K9 (39%, 0%, 5%, 9%)
(0.39 / 0.00 / 0.05 / 0.09)

CMYK percentages

%39.06
%0
%4.72
%8.63

Codes

Color #8EE9DE in popluar color models

8E E9 DE
RGB 142 233 222
HSL 173° 67.41% 73.53%
HSB/HSV 173° 39.06% 91.37%
CMYK 39.06% 0.00% 4.72%
8.63%

Color #8EE9DE in popluar number systems.

HEX 8E E9 DE
Decimal 142 233 222
Binary 10001110 11101001 11011110
Octal 216 351 336

Shades and tints

Shades of #8EE9DE

#8EE9DE
(142,233,222)
#82D4CA
(130,212,202)
#76BFB6
(118,191,182)
#6AAAA2
(106,170,162)
#5E958E
(94,149,142)
#52807A
(82,128,122)
#466B66
(70,107,102)
#3A5652
(58,86,82)
#2E413E
(46,65,62)
#222C2A
(34,44,42)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #8EE9DE

#8EE9DE
(142,233,222)
#98EBE1
(152,235,225)
#A2EDE4
(162,237,228)
#ACEFE7
(172,239,231)
#B6F1EA
(182,241,234)
#C0F3ED
(192,243,237)
#CAF5F0
(202,245,240)
#D4F7F3
(212,247,243)
#DEF9F6
(222,249,246)
#E8FBF9
(232,251,249)
#F2FDFC
(242,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE9DE; }

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

This text font color is #8EE9DE.

Background Color

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

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

This div background color is #8EE9DE.

Border color

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

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

This div border color is #8EE9DE.

Opacity

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

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

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

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

This text has shadow with #8EE9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EE9DE.

Preview

Color preview on black background

This text has color #8EE9DE on black background.


Color preview on white background

This text has color #8EE9DE on white background.


Black color preview on #8EE9DE background

This text has black color on #8EE9DE background.


White color preview on #8EE9DE background

This text has white color on #8EE9DE background.


Related colors

Complementary color

Complementary color for #hex is #711621.


I love getcolorcode.com

Triadic colors

1 #DE8EE9 and #E9DE8E with #8EE9DE are triadic colors.

2 #DEE98E and #E98EDE with #8EE9DE are triadic colors.