COLOR #8ED6B8

HEX: #8ED6B8
RGB: (142,214,184)

Color info

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

RGB color model

#8ED6B8 color RGB value is (142,214,184).

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

RGB channels and saturation

R 142 of 255 = 56%
G 214 of 255 = 84%
B 184 of 255 = 72%

142
214
184

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

Portions of RGB colors in percentages

R + G + B =
142 + 214 + 184 = 540 (100%)
R 142 of 540 ~ 26.3%
G 214 of 540 ~ 39.63%
B 184 of 540 ~ 34.07%

%26.3
%39.63
%34.07

CMYK color model

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

  • cyan value is 33.64%
  • magenta value is 0.00%
  • yellow value is 14.02%
  • key color value is 16.08%
CMYK:
(34,0,14,16)
C34M0Y14K16 
(34%,0%,14%,16%)
(0.34/0.00/0.14/0.16)	

CMYK percentages

%33.64
%0
%14.02
%16.08

Codes

Color #8ED6B8 in popluar color models

8ED6B8
RGB142214184
HSL155°46.75%69.80%
HSB/HSV155°33.64%83.92%
CMYK33.64%0.00%14.02%
16.08%

Color #8ED6B8 in popluar number systems.

HEX8ED6B8
Decimal142214184
Binary100011101101011010111000
Octal216326270

Shades and tints

Shades of #8ED6B8

#8ED6B8
(142,214,184)
#82C3A8
(130,195,168)
#76B098
(118,176,152)
#6A9D88
(106,157,136)
#5E8A78
(94,138,120)
#527768
(82,119,104)
#466458
(70,100,88)
#3A5148
(58,81,72)
#2E3E38
(46,62,56)
#222B28
(34,43,40)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #8ED6B8

#8ED6B8
(142,214,184)
#98D9BE
(152,217,190)
#A2DCC4
(162,220,196)
#ACDFCA
(172,223,202)
#B6E2D0
(182,226,208)
#C0E5D6
(192,229,214)
#CAE8DC
(202,232,220)
#D4EBE2
(212,235,226)
#DEEEE8
(222,238,232)
#E8F1EE
(232,241,238)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ED6B8; }

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

This text font color is #8ED6B8.


Background Color

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

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

This div background color is #8ED6B8.


Border color

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

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

This div border color is #8ED6B8.


Opacity

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

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

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

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

This text has shadow with #8ED6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED6B8 on black background.


Color preview on white background

This text has color #8ED6B8 on white background.



Black color preview on #8ED6B8 background

This text has black color on #8ED6B8 background.


White color preview on #8ED6B8 background

This text has white color on #8ED6B8 background.