COLOR #8EC07D

HEX: #8EC07D RGB: (142,192,125)

Color info

#8EC07D contains mainly red and green colors. Web safe color of #8EC07D is #99CC66 (or #9C6).

RGB color model

#8EC07D color RGB value is (142,192,125).

RGB: (142,192,125) (56%, 75%, 49%)

RGB channels and saturation

R 142 of 255 = 56%
G 192 of 255 = 75%
B 125 of 255 = 49%

142
192
125

R + G + B ~ 60%. #8EC07D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 192 + 125 = 459 (100%)
R 142 of 459 ~ 30.94%
G 192 of 459 ~ 41.83%
B 125 of 459 ~ 27.23'%

%30.94
%41.83
%27.23

CMYK color model

#8EC07D color CMYK value is (26,0,35,25).

  • cyan value is 26.04%
  • magenta value is 0.00%
  • yellow value is 34.90%
  • key color value is 24.71%

CMYK: (26,0,35,25)
C26M0Y35K25 (26%, 0%, 35%, 25%)
(0.26 / 0.00 / 0.35 / 0.25)

CMYK percentages

%26.04
%0
%34.9
%24.71

Codes

Color #8EC07D in popluar color models

8E C0 7D
RGB 142 192 125
HSL 105° 34.72% 62.16%
HSB/HSV 105° 34.90% 75.29%
CMYK 26.04% 0.00% 34.90%
24.71%

Color #8EC07D in popluar number systems.

HEX 8E C0 7D
Decimal 142 192 125
Binary 10001110 11000000 1111101
Octal 216 300 175

Shades and tints

Shades of #8EC07D

#8EC07D
(142,192,125)
#82AF72
(130,175,114)
#769E67
(118,158,103)
#6A8D5C
(106,141,92)
#5E7C51
(94,124,81)
#526B46
(82,107,70)
#465A3B
(70,90,59)
#3A4930
(58,73,48)
#2E3825
(46,56,37)
#22271A
(34,39,26)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #8EC07D

#8EC07D
(142,192,125)
#98C588
(152,197,136)
#A2CA93
(162,202,147)
#ACCF9E
(172,207,158)
#B6D4A9
(182,212,169)
#C0D9B4
(192,217,180)
#CADEBF
(202,222,191)
#D4E3CA
(212,227,202)
#DEE8D5
(222,232,213)
#E8EDE0
(232,237,224)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC07D color. Also use rgb(142,192,125) instead hex code.

Text Font Color

.myTextColor { color: #8EC07D; }

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

This text font color is #8EC07D.

Background Color

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

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

This div background color is #8EC07D.

Border color

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

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

This div border color is #8EC07D.

Opacity

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

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

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

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

This text has shadow with #8EC07D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC07D.

Preview

Color preview on black background

This text has color #8EC07D on black background.


Color preview on white background

This text has color #8EC07D on white background.


Black color preview on #8EC07D background

This text has black color on #8EC07D background.


White color preview on #8EC07D background

This text has white color on #8EC07D background.


Related colors

Complementary color

Complementary color for #hex is #713F82.


I love getcolorcode.com

Triadic colors

1 #7D8EC0 and #C07D8E with #8EC07D are triadic colors.

2 #7DC08E and #C08E7D with #8EC07D are triadic colors.