COLOR #8ED8A7

HEX: #8ED8A7 RGB: (142,216,167)

Color info

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

RGB color model

#8ED8A7 color RGB value is (142,216,167).

RGB: (142,216,167) (56%, 85%, 65%)

RGB channels and saturation

R 142 of 255 = 56%
G 216 of 255 = 85%
B 167 of 255 = 65%

142
216
167

R + G + B ~ 69%. #8ED8A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 216 + 167 = 525 (100%)
R 142 of 525 ~ 27.05%
G 216 of 525 ~ 41.14%
B 167 of 525 ~ 31.81'%

%27.05
%41.14
%31.81

CMYK color model

#8ED8A7 color CMYK value is (34,0,23,15).

  • cyan value is 34.26%
  • magenta value is 0.00%
  • yellow value is 22.69%
  • key color value is 15.29%

CMYK: (34,0,23,15)
C34M0Y23K15 (34%, 0%, 23%, 15%)
(0.34 / 0.00 / 0.23 / 0.15)

CMYK percentages

%34.26
%0
%22.69
%15.29

Codes

Color #8ED8A7 in popluar color models

8E D8 A7
RGB 142 216 167
HSL 140° 48.68% 70.20%
HSB/HSV 140° 34.26% 84.71%
CMYK 34.26% 0.00% 22.69%
15.29%

Color #8ED8A7 in popluar number systems.

HEX 8E D8 A7
Decimal 142 216 167
Binary 10001110 11011000 10100111
Octal 216 330 247

Shades and tints

Shades of #8ED8A7

#8ED8A7
(142,216,167)
#82C598
(130,197,152)
#76B289
(118,178,137)
#6A9F7A
(106,159,122)
#5E8C6B
(94,140,107)
#52795C
(82,121,92)
#46664D
(70,102,77)
#3A533E
(58,83,62)
#2E402F
(46,64,47)
#222D20
(34,45,32)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #8ED8A7

#8ED8A7
(142,216,167)
#98DBAF
(152,219,175)
#A2DEB7
(162,222,183)
#ACE1BF
(172,225,191)
#B6E4C7
(182,228,199)
#C0E7CF
(192,231,207)
#CAEAD7
(202,234,215)
#D4EDDF
(212,237,223)
#DEF0E7
(222,240,231)
#E8F3EF
(232,243,239)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ED8A7; }

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

This text font color is #8ED8A7.

Background Color

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

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

This div background color is #8ED8A7.

Border color

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

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

This div border color is #8ED8A7.

Opacity

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

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

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

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

This text has shadow with #8ED8A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ED8A7.

Preview

Color preview on black background

This text has color #8ED8A7 on black background.


Color preview on white background

This text has color #8ED8A7 on white background.


Black color preview on #8ED8A7 background

This text has black color on #8ED8A7 background.


White color preview on #8ED8A7 background

This text has white color on #8ED8A7 background.


Related colors

Complementary color

Complementary color for #hex is #712758.


I love getcolorcode.com

Triadic colors

1 #A78ED8 and #D8A78E with #8ED8A7 are triadic colors.

2 #A7D88E and #D88EA7 with #8ED8A7 are triadic colors.