COLOR #8ED0B6

HEX: #8ED0B6
RGB: (142,208,182)

Color info

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

RGB color model

#8ED0B6 color RGB value is (142,208,182).

  • red value is 142;
  • green value is 208;
  • blue value is 182.
RGB:
(142,208,182)
(56%,82%,71%)

RGB channels and saturation

R 142 of 255 = 56%
G 208 of 255 = 82%
B 182 of 255 = 71%

142
208
182

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

Portions of RGB colors in percentages

R + G + B =
142 + 208 + 182 = 532 (100%)
R 142 of 532 ~ 26.69%
G 208 of 532 ~ 39.1%
B 182 of 532 ~ 34.21%

%26.69
%39.1
%34.21

CMYK color model

#8ED0B6 color CMYK value is (32,0,13,18).

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 18.43%
CMYK:
(32,0,13,18)
C32M0Y13K18 
(32%,0%,13%,18%)
(0.32/0.00/0.13/0.18)	

CMYK percentages

%31.73
%0
%12.5
%18.43

Codes

Color #8ED0B6 in popluar color models

8ED0B6
RGB142208182
HSL156°41.25%68.63%
HSB/HSV156°31.73%81.57%
CMYK31.73%0.00%12.50%
18.43%

Color #8ED0B6 in popluar number systems.

HEX8ED0B6
Decimal142208182
Binary100011101101000010110110
Octal216320266

Shades and tints

Shades of #8ED0B6

#8ED0B6
(142,208,182)
#82BEA6
(130,190,166)
#76AC96
(118,172,150)
#6A9A86
(106,154,134)
#5E8876
(94,136,118)
#527666
(82,118,102)
#466456
(70,100,86)
#3A5246
(58,82,70)
#2E4036
(46,64,54)
#222E26
(34,46,38)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #8ED0B6

#8ED0B6
(142,208,182)
#98D4BC
(152,212,188)
#A2D8C2
(162,216,194)
#ACDCC8
(172,220,200)
#B6E0CE
(182,224,206)
#C0E4D4
(192,228,212)
#CAE8DA
(202,232,218)
#D4ECE0
(212,236,224)
#DEF0E6
(222,240,230)
#E8F4EC
(232,244,236)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ED0B6; }

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

This text font color is #8ED0B6.


Background Color

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

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

This div background color is #8ED0B6.


Border color

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

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

This div border color is #8ED0B6.


Opacity

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

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

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

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

This text has shadow with #8ED0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED0B6 on black background.


Color preview on white background

This text has color #8ED0B6 on white background.



Black color preview on #8ED0B6 background

This text has black color on #8ED0B6 background.


White color preview on #8ED0B6 background

This text has white color on #8ED0B6 background.