COLOR #8EC177

HEX: #8EC177 RGB: (142,193,119)

Color info

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

RGB color model

#8EC177 color RGB value is (142,193,119).

RGB: (142,193,119) (56%, 76%, 47%)

RGB channels and saturation

R 142 of 255 = 56%
G 193 of 255 = 76%
B 119 of 255 = 47%

142
193
119

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

Portions of RGB colors in percentages

R + G + B = 142 + 193 + 119 = 454 (100%)
R 142 of 454 ~ 31.28%
G 193 of 454 ~ 42.51%
B 119 of 454 ~ 26.21'%

%31.28
%42.51
%26.21

CMYK color model

#8EC177 color CMYK value is (26,0,38,24).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 38.34%
  • key color value is 24.31%

CMYK: (26,0,38,24)
C26M0Y38K24 (26%, 0%, 38%, 24%)
(0.26 / 0.00 / 0.38 / 0.24)

CMYK percentages

%26.42
%0
%38.34
%24.31

Codes

Color #8EC177 in popluar color models

8E C1 77
RGB 142 193 119
HSL 101° 37.37% 61.18%
HSB/HSV 101° 38.34% 75.69%
CMYK 26.42% 0.00% 38.34%
24.31%

Color #8EC177 in popluar number systems.

HEX 8E C1 77
Decimal 142 193 119
Binary 10001110 11000001 1110111
Octal 216 301 167

Shades and tints

Shades of #8EC177

#8EC177
(142,193,119)
#82B06D
(130,176,109)
#769F63
(118,159,99)
#6A8E59
(106,142,89)
#5E7D4F
(94,125,79)
#526C45
(82,108,69)
#465B3B
(70,91,59)
#3A4A31
(58,74,49)
#2E3927
(46,57,39)
#22281D
(34,40,29)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #8EC177

#8EC177
(142,193,119)
#98C683
(152,198,131)
#A2CB8F
(162,203,143)
#ACD09B
(172,208,155)
#B6D5A7
(182,213,167)
#C0DAB3
(192,218,179)
#CADFBF
(202,223,191)
#D4E4CB
(212,228,203)
#DEE9D7
(222,233,215)
#E8EEE3
(232,238,227)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC177; }

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

This text font color is #8EC177.

Background Color

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

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

This div background color is #8EC177.

Border color

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

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

This div border color is #8EC177.

Opacity

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

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

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

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

This text has shadow with #8EC177 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC177.

Preview

Color preview on black background

This text has color #8EC177 on black background.


Color preview on white background

This text has color #8EC177 on white background.


Black color preview on #8EC177 background

This text has black color on #8EC177 background.


White color preview on #8EC177 background

This text has white color on #8EC177 background.


Related colors

Complementary color

Complementary color for #hex is #713E88.


I love getcolorcode.com

Triadic colors

1 #778EC1 and #C1778E with #8EC177 are triadic colors.

2 #77C18E and #C18E77 with #8EC177 are triadic colors.