COLOR #8ED8BD

HEX: #8ED8BD
RGB: (142,216,189)

Color info

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

RGB color model

#8ED8BD color RGB value is (142,216,189).

  • red value is 142;
  • green value is 216;
  • blue value is 189.
RGB:
(142,216,189)
(56%,85%,74%)

RGB channels and saturation

R 142 of 255 = 56%
G 216 of 255 = 85%
B 189 of 255 = 74%

142
216
189

R + G + B ~ 72%. #8ED8BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 216 + 189 = 547 (100%)
R 142 of 547 ~ 25.96%
G 216 of 547 ~ 39.49%
B 189 of 547 ~ 34.55%

%25.96
%39.49
%34.55

CMYK color model

#8ED8BD color CMYK value is (34,0,13,15).

  • cyan value is 34.26%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 15.29%
CMYK:
(34,0,13,15)
C34M0Y13K15 
(34%,0%,13%,15%)
(0.34/0.00/0.13/0.15)	

CMYK percentages

%34.26
%0
%12.5
%15.29

Codes

Color #8ED8BD in popluar color models

8ED8BD
RGB142216189
HSL158°48.68%70.20%
HSB/HSV158°34.26%84.71%
CMYK34.26%0.00%12.50%
15.29%

Color #8ED8BD in popluar number systems.

HEX8ED8BD
Decimal142216189
Binary100011101101100010111101
Octal216330275

Shades and tints

Shades of #8ED8BD

#8ED8BD
(142,216,189)
#82C5AC
(130,197,172)
#76B29B
(118,178,155)
#6A9F8A
(106,159,138)
#5E8C79
(94,140,121)
#527968
(82,121,104)
#466657
(70,102,87)
#3A5346
(58,83,70)
#2E4035
(46,64,53)
#222D24
(34,45,36)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #8ED8BD

#8ED8BD
(142,216,189)
#98DBC3
(152,219,195)
#A2DEC9
(162,222,201)
#ACE1CF
(172,225,207)
#B6E4D5
(182,228,213)
#C0E7DB
(192,231,219)
#CAEAE1
(202,234,225)
#D4EDE7
(212,237,231)
#DEF0ED
(222,240,237)
#E8F3F3
(232,243,243)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED8BD color. Also use rgb(142,216,189) instead hex code.

Text Font Color

.myTextColor { color: #8ED8BD; }

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

This text font color is #8ED8BD.


Background Color

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

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

This div background color is #8ED8BD.


Border color

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

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

This div border color is #8ED8BD.


Opacity

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

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

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

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

This text has shadow with #8ED8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED8BD on black background.


Color preview on white background

This text has color #8ED8BD on white background.



Black color preview on #8ED8BD background

This text has black color on #8ED8BD background.


White color preview on #8ED8BD background

This text has white color on #8ED8BD background.