COLOR #8ED09E

HEX: #8ED09E RGB: (142,208,158)

Color info

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

RGB color model

#8ED09E color RGB value is (142,208,158).

RGB: (142,208,158) (56%, 82%, 62%)

RGB channels and saturation

R 142 of 255 = 56%
G 208 of 255 = 82%
B 158 of 255 = 62%

142
208
158

R + G + B ~ 67%. #8ED09E is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 208 + 158 = 508 (100%)
R 142 of 508 ~ 27.95%
G 208 of 508 ~ 40.94%
B 158 of 508 ~ 31.1'%

%27.95
%40.94
%31.1

CMYK color model

#8ED09E color CMYK value is (32,0,24,18).

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 18.43%

CMYK: (32,0,24,18)
C32M0Y24K18 (32%, 0%, 24%, 18%)
(0.32 / 0.00 / 0.24 / 0.18)

CMYK percentages

%31.73
%0
%24.04
%18.43

Codes

Color #8ED09E in popluar color models

8E D0 9E
RGB 142 208 158
HSL 135° 41.25% 68.63%
HSB/HSV 135° 31.73% 81.57%
CMYK 31.73% 0.00% 24.04%
18.43%

Color #8ED09E in popluar number systems.

HEX 8E D0 9E
Decimal 142 208 158
Binary 10001110 11010000 10011110
Octal 216 320 236

Shades and tints

Shades of #8ED09E

#8ED09E
(142,208,158)
#82BE90
(130,190,144)
#76AC82
(118,172,130)
#6A9A74
(106,154,116)
#5E8866
(94,136,102)
#527658
(82,118,88)
#46644A
(70,100,74)
#3A523C
(58,82,60)
#2E402E
(46,64,46)
#222E20
(34,46,32)
#161C12
(22,28,18)
#000000
(0,0,0)

Tints of #8ED09E

#8ED09E
(142,208,158)
#98D4A6
(152,212,166)
#A2D8AE
(162,216,174)
#ACDCB6
(172,220,182)
#B6E0BE
(182,224,190)
#C0E4C6
(192,228,198)
#CAE8CE
(202,232,206)
#D4ECD6
(212,236,214)
#DEF0DE
(222,240,222)
#E8F4E6
(232,244,230)
#F2F8EE
(242,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ED09E; }

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

This text font color is #8ED09E.

Background Color

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

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

This div background color is #8ED09E.

Border color

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

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

This div border color is #8ED09E.

Opacity

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

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

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

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

This text has shadow with #8ED09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ED09E.

Preview

Color preview on black background

This text has color #8ED09E on black background.


Color preview on white background

This text has color #8ED09E on white background.


Black color preview on #8ED09E background

This text has black color on #8ED09E background.


White color preview on #8ED09E background

This text has white color on #8ED09E background.


Related colors

Complementary color

Complementary color for #hex is #712F61.


I love getcolorcode.com

Triadic colors

1 #9E8ED0 and #D09E8E with #8ED09E are triadic colors.

2 #9ED08E and #D08E9E with #8ED09E are triadic colors.