COLOR #8EDBD0

HEX: #8EDBD0 RGB: (142,219,208)

Color info

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

RGB color model

#8EDBD0 color RGB value is (142,219,208).

RGB: (142,219,208) (56%, 86%, 82%)

RGB channels and saturation

R 142 of 255 = 56%
G 219 of 255 = 86%
B 208 of 255 = 82%

142
219
208

R + G + B ~ 75%. #8EDBD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 219 + 208 = 569 (100%)
R 142 of 569 ~ 24.96%
G 219 of 569 ~ 38.49%
B 208 of 569 ~ 36.56'%

%24.96
%38.49
%36.56

CMYK color model

#8EDBD0 color CMYK value is (35,0,5,14).

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 5.02%
  • key color value is 14.12%

CMYK: (35,0,5,14)
C35M0Y5K14 (35%, 0%, 5%, 14%)
(0.35 / 0.00 / 0.05 / 0.14)

CMYK percentages

%35.16
%0
%5.02
%14.12

Codes

Color #8EDBD0 in popluar color models

8E DB D0
RGB 142 219 208
HSL 171° 51.68% 70.78%
HSB/HSV 171° 35.16% 85.88%
CMYK 35.16% 0.00% 5.02%
14.12%

Color #8EDBD0 in popluar number systems.

HEX 8E DB D0
Decimal 142 219 208
Binary 10001110 11011011 11010000
Octal 216 333 320

Shades and tints

Shades of #8EDBD0

#8EDBD0
(142,219,208)
#82C8BE
(130,200,190)
#76B5AC
(118,181,172)
#6AA29A
(106,162,154)
#5E8F88
(94,143,136)
#527C76
(82,124,118)
#466964
(70,105,100)
#3A5652
(58,86,82)
#2E4340
(46,67,64)
#22302E
(34,48,46)
#161D1C
(22,29,28)
#000000
(0,0,0)

Tints of #8EDBD0

#8EDBD0
(142,219,208)
#98DED4
(152,222,212)
#A2E1D8
(162,225,216)
#ACE4DC
(172,228,220)
#B6E7E0
(182,231,224)
#C0EAE4
(192,234,228)
#CAEDE8
(202,237,232)
#D4F0EC
(212,240,236)
#DEF3F0
(222,243,240)
#E8F6F4
(232,246,244)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EDBD0; }

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

This text font color is #8EDBD0.

Background Color

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

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

This div background color is #8EDBD0.

Border color

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

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

This div border color is #8EDBD0.

Opacity

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

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

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

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

This text has shadow with #8EDBD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EDBD0.

Preview

Color preview on black background

This text has color #8EDBD0 on black background.


Color preview on white background

This text has color #8EDBD0 on white background.


Black color preview on #8EDBD0 background

This text has black color on #8EDBD0 background.


White color preview on #8EDBD0 background

This text has white color on #8EDBD0 background.


Related colors

Complementary color

Complementary color for #hex is #71242F.


I love getcolorcode.com

Triadic colors

1 #D08EDB and #DBD08E with #8EDBD0 are triadic colors.

2 #D0DB8E and #DB8ED0 with #8EDBD0 are triadic colors.