COLOR #8ED5BB

HEX: #8ED5BB RGB: (142,213,187)

Color info

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

RGB color model

#8ED5BB color RGB value is (142,213,187).

RGB: (142,213,187) (56%, 84%, 73%)

RGB channels and saturation

R 142 of 255 = 56%
G 213 of 255 = 84%
B 187 of 255 = 73%

142
213
187

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

Portions of RGB colors in percentages

R + G + B = 142 + 213 + 187 = 542 (100%)
R 142 of 542 ~ 26.2%
G 213 of 542 ~ 39.3%
B 187 of 542 ~ 34.5'%

%26.2
%39.3
%34.5

CMYK color model

#8ED5BB color CMYK value is (33,0,12,16).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 16.47%

CMYK: (33,0,12,16)
C33M0Y12K16 (33%, 0%, 12%, 16%)
(0.33 / 0.00 / 0.12 / 0.16)

CMYK percentages

%33.33
%0
%12.21
%16.47

Codes

Color #8ED5BB in popluar color models

8E D5 BB
RGB 142 213 187
HSL 158° 45.81% 69.61%
HSB/HSV 158° 33.33% 83.53%
CMYK 33.33% 0.00% 12.21%
16.47%

Color #8ED5BB in popluar number systems.

HEX 8E D5 BB
Decimal 142 213 187
Binary 10001110 11010101 10111011
Octal 216 325 273

Shades and tints

Shades of #8ED5BB

#8ED5BB
(142,213,187)
#82C2AA
(130,194,170)
#76AF99
(118,175,153)
#6A9C88
(106,156,136)
#5E8977
(94,137,119)
#527666
(82,118,102)
#466355
(70,99,85)
#3A5044
(58,80,68)
#2E3D33
(46,61,51)
#222A22
(34,42,34)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #8ED5BB

#8ED5BB
(142,213,187)
#98D8C1
(152,216,193)
#A2DBC7
(162,219,199)
#ACDECD
(172,222,205)
#B6E1D3
(182,225,211)
#C0E4D9
(192,228,217)
#CAE7DF
(202,231,223)
#D4EAE5
(212,234,229)
#DEEDEB
(222,237,235)
#E8F0F1
(232,240,241)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED5BB color. Also use rgb(142,213,187) instead hex code.

Text Font Color

.myTextColor { color: #8ED5BB; }

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

This text font color is #8ED5BB.

Background Color

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

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

This div background color is #8ED5BB.

Border color

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

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

This div border color is #8ED5BB.

Opacity

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

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

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

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

This text has shadow with #8ED5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ED5BB.

Preview

Color preview on black background

This text has color #8ED5BB on black background.


Color preview on white background

This text has color #8ED5BB on white background.


Black color preview on #8ED5BB background

This text has black color on #8ED5BB background.


White color preview on #8ED5BB background

This text has white color on #8ED5BB background.


Related colors

Complementary color

Complementary color for #hex is #712A44.


I love getcolorcode.com

Triadic colors

1 #BB8ED5 and #D5BB8E with #8ED5BB are triadic colors.

2 #BBD58E and #D58EBB with #8ED5BB are triadic colors.