COLOR #8ED6BC

HEX: #8ED6BC RGB: (142,214,188)

Color info

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

RGB color model

#8ED6BC color RGB value is (142,214,188).

RGB: (142,214,188) (56%, 84%, 74%)

RGB channels and saturation

R 142 of 255 = 56%
G 214 of 255 = 84%
B 188 of 255 = 74%

142
214
188

R + G + B ~ 71%. #8ED6BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 214 + 188 = 544 (100%)
R 142 of 544 ~ 26.1%
G 214 of 544 ~ 39.34%
B 188 of 544 ~ 34.56'%

%26.1
%39.34
%34.56

CMYK color model

#8ED6BC color CMYK value is (34,0,12,16).

  • cyan value is 33.64%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 16.08%

CMYK: (34,0,12,16)
C34M0Y12K16 (34%, 0%, 12%, 16%)
(0.34 / 0.00 / 0.12 / 0.16)

CMYK percentages

%33.64
%0
%12.15
%16.08

Codes

Color #8ED6BC in popluar color models

8E D6 BC
RGB 142 214 188
HSL 158° 46.75% 69.80%
HSB/HSV 158° 33.64% 83.92%
CMYK 33.64% 0.00% 12.15%
16.08%

Color #8ED6BC in popluar number systems.

HEX 8E D6 BC
Decimal 142 214 188
Binary 10001110 11010110 10111100
Octal 216 326 274

Shades and tints

Shades of #8ED6BC

#8ED6BC
(142,214,188)
#82C3AB
(130,195,171)
#76B09A
(118,176,154)
#6A9D89
(106,157,137)
#5E8A78
(94,138,120)
#527767
(82,119,103)
#466456
(70,100,86)
#3A5145
(58,81,69)
#2E3E34
(46,62,52)
#222B23
(34,43,35)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #8ED6BC

#8ED6BC
(142,214,188)
#98D9C2
(152,217,194)
#A2DCC8
(162,220,200)
#ACDFCE
(172,223,206)
#B6E2D4
(182,226,212)
#C0E5DA
(192,229,218)
#CAE8E0
(202,232,224)
#D4EBE6
(212,235,230)
#DEEEEC
(222,238,236)
#E8F1F2
(232,241,242)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED6BC color. Also use rgb(142,214,188) instead hex code.

Text Font Color

.myTextColor { color: #8ED6BC; }

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

This text font color is #8ED6BC.

Background Color

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

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

This div background color is #8ED6BC.

Border color

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

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

This div border color is #8ED6BC.

Opacity

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

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

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

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

This text has shadow with #8ED6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ED6BC.

Preview

Color preview on black background

This text has color #8ED6BC on black background.


Color preview on white background

This text has color #8ED6BC on white background.


Black color preview on #8ED6BC background

This text has black color on #8ED6BC background.


White color preview on #8ED6BC background

This text has white color on #8ED6BC background.


Related colors

Complementary color

Complementary color for #hex is #712943.


I love getcolorcode.com

Triadic colors

1 #BC8ED6 and #D6BC8E with #8ED6BC are triadic colors.

2 #BCD68E and #D68EBC with #8ED6BC are triadic colors.