COLOR #8EC17E

HEX: #8EC17E RGB: (142,193,126)

Color info

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

RGB color model

#8EC17E color RGB value is (142,193,126).

RGB: (142,193,126) (56%, 76%, 49%)

RGB channels and saturation

R 142 of 255 = 56%
G 193 of 255 = 76%
B 126 of 255 = 49%

142
193
126

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

Portions of RGB colors in percentages

R + G + B = 142 + 193 + 126 = 461 (100%)
R 142 of 461 ~ 30.8%
G 193 of 461 ~ 41.87%
B 126 of 461 ~ 27.33'%

%30.8
%41.87
%27.33

CMYK color model

#8EC17E color CMYK value is (26,0,35,24).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 34.72%
  • key color value is 24.31%
CMYK: (26,0,35,24) C26M0Y35K24 (26%,0%,35%,24%) (0.26/0.00/0.35/0.24) 

CMYK percentages

%26.42
%0
%34.72
%24.31

Codes

Color #8EC17E in popluar color models

8E C1 7E
RGB 142 193 126
HSL 106° 35.08% 62.55%
HSB/HSV 106° 34.72% 75.69%
CMYK 26.42% 0.00% 34.72%
24.31%

Color #8EC17E in popluar number systems.

HEX 8E C1 7E
Decimal 142 193 126
Binary 10001110 11000001 1111110
Octal 216 301 176

Shades and tints

Shades of #8EC17E

#8EC17E
(142,193,126)
#82B073
(130,176,115)
#769F68
(118,159,104)
#6A8E5D
(106,142,93)
#5E7D52
(94,125,82)
#526C47
(82,108,71)
#465B3C
(70,91,60)
#3A4A31
(58,74,49)
#2E3926
(46,57,38)
#22281B
(34,40,27)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #8EC17E

#8EC17E
(142,193,126)
#98C689
(152,198,137)
#A2CB94
(162,203,148)
#ACD09F
(172,208,159)
#B6D5AA
(182,213,170)
#C0DAB5
(192,218,181)
#CADFC0
(202,223,192)
#D4E4CB
(212,228,203)
#DEE9D6
(222,233,214)
#E8EEE1
(232,238,225)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC17E color. Also use rgb(142,193,126) instead hex code.

Text Font Color

.myTextColor { color: #8EC17E; }

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

This text font color is #8EC17E.

Background Color

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

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

This div background color is #8EC17E.

Border color

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

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

This div border color is #8EC17E.

Opacity

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

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

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

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

This text has shadow with #8EC17E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC17E.

Preview

Color preview on black background

This text has color #8EC17E on black background.


Color preview on white background

This text has color #8EC17E on white background.


Black color preview on #8EC17E background

This text has black color on #8EC17E background.


White color preview on #8EC17E background

This text has white color on #8EC17E background.


Related colors

Complementary color

Complementary color for #hex is #713E81.


I love getcolorcode.com

Triadic colors

1 #7E8EC1 and #C17E8E with #8EC17E are triadic colors.

2 #7EC18E and #C18E7E with #8EC17E are triadic colors.