COLOR #8ED6B0

HEX: #8ED6B0
RGB: (142,214,176)

Color info

#8ED6B0 contains mainly green and blue colors. Web safe color of #8ED6B0 is #99CC99 (or #9C9).

RGB color model

#8ED6B0 color RGB value is (142,214,176).

  • red value is 142;
  • green value is 214;
  • blue value is 176.
RGB:
(142,214,176)
(56%,84%,69%)

RGB channels and saturation

R 142 of 255 = 56%
G 214 of 255 = 84%
B 176 of 255 = 69%

142
214
176

R + G + B ~ 70%. #8ED6B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 214 + 176 = 532 (100%)
R 142 of 532 ~ 26.69%
G 214 of 532 ~ 40.23%
B 176 of 532 ~ 33.08%

%26.69
%40.23
%33.08

CMYK color model

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

  • cyan value is 33.64%
  • magenta value is 0.00%
  • yellow value is 17.76%
  • key color value is 16.08%
CMYK:
(34,0,18,16)
C34M0Y18K16 
(34%,0%,18%,16%)
(0.34/0.00/0.18/0.16)	

CMYK percentages

%33.64
%0
%17.76
%16.08

Codes

Color #8ED6B0 in popluar color models

8ED6B0
RGB142214176
HSL148°46.75%69.80%
HSB/HSV148°33.64%83.92%
CMYK33.64%0.00%17.76%
16.08%

Color #8ED6B0 in popluar number systems.

HEX8ED6B0
Decimal142214176
Binary100011101101011010110000
Octal216326260

Shades and tints

Shades of #8ED6B0

#8ED6B0
(142,214,176)
#82C3A0
(130,195,160)
#76B090
(118,176,144)
#6A9D80
(106,157,128)
#5E8A70
(94,138,112)
#527760
(82,119,96)
#466450
(70,100,80)
#3A5140
(58,81,64)
#2E3E30
(46,62,48)
#222B20
(34,43,32)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #8ED6B0

#8ED6B0
(142,214,176)
#98D9B7
(152,217,183)
#A2DCBE
(162,220,190)
#ACDFC5
(172,223,197)
#B6E2CC
(182,226,204)
#C0E5D3
(192,229,211)
#CAE8DA
(202,232,218)
#D4EBE1
(212,235,225)
#DEEEE8
(222,238,232)
#E8F1EF
(232,241,239)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ED6B0; }

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

This text font color is #8ED6B0.


Background Color

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

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

This div background color is #8ED6B0.


Border color

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

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

This div border color is #8ED6B0.


Opacity

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

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

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

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

This text has shadow with #8ED6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED6B0 on black background.


Color preview on white background

This text has color #8ED6B0 on white background.



Black color preview on #8ED6B0 background

This text has black color on #8ED6B0 background.


White color preview on #8ED6B0 background

This text has white color on #8ED6B0 background.