COLOR #8CD77E

HEX: #8CD77E RGB: (140,215,126)

Color info

#8CD77E contains mainly green color. Web safe color of #8CD77E is #99CC66 (or #9C6).

RGB color model

#8CD77E color RGB value is (140,215,126).

RGB: (140,215,126) (55%, 84%, 49%)

RGB channels and saturation

R 140 of 255 = 55%
G 215 of 255 = 84%
B 126 of 255 = 49%

140
215
126

R + G + B ~ 63%. #8CD77E is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 215 + 126 = 481 (100%)
R 140 of 481 ~ 29.11%
G 215 of 481 ~ 44.7%
B 126 of 481 ~ 26.2'%

%29.11
%44.7
%26.2

CMYK color model

#8CD77E color CMYK value is (35,0,41,16).

  • cyan value is 34.88%
  • magenta value is 0.00%
  • yellow value is 41.40%
  • key color value is 15.69%

CMYK: (35,0,41,16)
C35M0Y41K16 (35%, 0%, 41%, 16%)
(0.35 / 0.00 / 0.41 / 0.16)

CMYK percentages

%34.88
%0
%41.4
%15.69

Codes

Color #8CD77E in popluar color models

8C D7 7E
RGB 140 215 126
HSL 111° 52.66% 66.86%
HSB/HSV 111° 41.40% 84.31%
CMYK 34.88% 0.00% 41.40%
15.69%

Color #8CD77E in popluar number systems.

HEX 8C D7 7E
Decimal 140 215 126
Binary 10001100 11010111 1111110
Octal 214 327 176

Shades and tints

Shades of #8CD77E

#8CD77E
(140,215,126)
#80C473
(128,196,115)
#74B168
(116,177,104)
#689E5D
(104,158,93)
#5C8B52
(92,139,82)
#507847
(80,120,71)
#44653C
(68,101,60)
#385231
(56,82,49)
#2C3F26
(44,63,38)
#202C1B
(32,44,27)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #8CD77E

#8CD77E
(140,215,126)
#96DA89
(150,218,137)
#A0DD94
(160,221,148)
#AAE09F
(170,224,159)
#B4E3AA
(180,227,170)
#BEE6B5
(190,230,181)
#C8E9C0
(200,233,192)
#D2ECCB
(210,236,203)
#DCEFD6
(220,239,214)
#E6F2E1
(230,242,225)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD77E color. Also use rgb(140,215,126) instead hex code.

Text Font Color

.myTextColor { color: #8CD77E; }

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

This text font color is #8CD77E.

Background Color

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

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

This div background color is #8CD77E.

Border color

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

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

This div border color is #8CD77E.

Opacity

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

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

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

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

This text has shadow with #8CD77E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CD77E.

Preview

Color preview on black background

This text has color #8CD77E on black background.


Color preview on white background

This text has color #8CD77E on white background.


Black color preview on #8CD77E background

This text has black color on #8CD77E background.


White color preview on #8CD77E background

This text has white color on #8CD77E background.


Related colors

Complementary color

Complementary color for #hex is #732881.


I love getcolorcode.com

Triadic colors

1 #7E8CD7 and #D77E8C with #8CD77E are triadic colors.

2 #7ED78C and #D78C7E with #8CD77E are triadic colors.