COLOR #8EC17F

HEX: #8EC17F
RGB: (142,193,127)

Color info

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

RGB color model

#8EC17F color RGB value is (142,193,127).

  • red value is 142;
  • green value is 193;
  • blue value is 127.
RGB:
(142,193,127)
(56%,76%,50%)

RGB channels and saturation

R 142 of 255 = 56%
G 193 of 255 = 76%
B 127 of 255 = 50%

142
193
127

R + G + B ~ 61%. #8EC17F is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 193 + 127 = 462 (100%)
R 142 of 462 ~ 30.74%
G 193 of 462 ~ 41.77%
B 127 of 462 ~ 27.49%

%30.74
%41.77
%27.49

CMYK color model

#8EC17F color CMYK value is (26,0,34,24).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 34.20%
  • key color value is 24.31%
CMYK:
(26,0,34,24)
C26M0Y34K24 
(26%,0%,34%,24%)
(0.26/0.00/0.34/0.24)	

CMYK percentages

%26.42
%0
%34.2
%24.31

Codes

Color #8EC17F in popluar color models

8EC17F
RGB142193127
HSL106°34.74%62.75%
HSB/HSV106°34.20%75.69%
CMYK26.42%0.00%34.20%
24.31%

Color #8EC17F in popluar number systems.

HEX8EC17F
Decimal142193127
Binary10001110110000011111111
Octal216301177

Shades and tints

Shades of #8EC17F

#8EC17F
(142,193,127)
#82B074
(130,176,116)
#769F69
(118,159,105)
#6A8E5E
(106,142,94)
#5E7D53
(94,125,83)
#526C48
(82,108,72)
#465B3D
(70,91,61)
#3A4A32
(58,74,50)
#2E3927
(46,57,39)
#22281C
(34,40,28)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #8EC17F

#8EC17F
(142,193,127)
#98C68A
(152,198,138)
#A2CB95
(162,203,149)
#ACD0A0
(172,208,160)
#B6D5AB
(182,213,171)
#C0DAB6
(192,218,182)
#CADFC1
(202,223,193)
#D4E4CC
(212,228,204)
#DEE9D7
(222,233,215)
#E8EEE2
(232,238,226)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC17F; }

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

This text font color is #8EC17F.


Background Color

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

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

This div background color is #8EC17F.


Border color

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

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

This div border color is #8EC17F.


Opacity

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

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

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

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

This text has shadow with #8EC17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC17F on black background.


Color preview on white background

This text has color #8EC17F on white background.



Black color preview on #8EC17F background

This text has black color on #8EC17F background.


White color preview on #8EC17F background

This text has white color on #8EC17F background.