COLOR #8ED7C6

HEX: #8ED7C6
RGB: (142,215,198)

Color info

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

RGB color model

#8ED7C6 color RGB value is (142,215,198).

  • red value is 142;
  • green value is 215;
  • blue value is 198.
RGB:
(142,215,198)
(56%,84%,78%)

RGB channels and saturation

R 142 of 255 = 56%
G 215 of 255 = 84%
B 198 of 255 = 78%

142
215
198

R + G + B ~ 73%. #8ED7C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 215 + 198 = 555 (100%)
R 142 of 555 ~ 25.59%
G 215 of 555 ~ 38.74%
B 198 of 555 ~ 35.68%

%25.59
%38.74
%35.68

CMYK color model

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

  • cyan value is 33.95%
  • magenta value is 0.00%
  • yellow value is 7.91%
  • key color value is 15.69%
CMYK:
(34,0,8,16)
C34M0Y8K16 
(34%,0%,8%,16%)
(0.34/0.00/0.08/0.16)	

CMYK percentages

%33.95
%0
%7.91
%15.69

Codes

Color #8ED7C6 in popluar color models

8ED7C6
RGB142215198
HSL166°47.71%70.00%
HSB/HSV166°33.95%84.31%
CMYK33.95%0.00%7.91%
15.69%

Color #8ED7C6 in popluar number systems.

HEX8ED7C6
Decimal142215198
Binary100011101101011111000110
Octal216327306

Shades and tints

Shades of #8ED7C6

#8ED7C6
(142,215,198)
#82C4B4
(130,196,180)
#76B1A2
(118,177,162)
#6A9E90
(106,158,144)
#5E8B7E
(94,139,126)
#52786C
(82,120,108)
#46655A
(70,101,90)
#3A5248
(58,82,72)
#2E3F36
(46,63,54)
#222C24
(34,44,36)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #8ED7C6

#8ED7C6
(142,215,198)
#98DACB
(152,218,203)
#A2DDD0
(162,221,208)
#ACE0D5
(172,224,213)
#B6E3DA
(182,227,218)
#C0E6DF
(192,230,223)
#CAE9E4
(202,233,228)
#D4ECE9
(212,236,233)
#DEEFEE
(222,239,238)
#E8F2F3
(232,242,243)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED7C6 color. Also use rgb(142,215,198) instead hex code.

Text Font Color

.myTextColor { color: #8ED7C6; }

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

This text font color is #8ED7C6.


Background Color

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

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

This div background color is #8ED7C6.


Border color

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

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

This div border color is #8ED7C6.


Opacity

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

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

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

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

This text has shadow with #8ED7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED7C6 on black background.


Color preview on white background

This text has color #8ED7C6 on white background.



Black color preview on #8ED7C6 background

This text has black color on #8ED7C6 background.


White color preview on #8ED7C6 background

This text has white color on #8ED7C6 background.