COLOR #8DD877

HEX: #8DD877 RGB: (141,216,119)

Color info

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

RGB color model

#8DD877 color RGB value is (141,216,119).

RGB: (141,216,119) (55%, 85%, 47%)

RGB channels and saturation

R 141 of 255 = 55%
G 216 of 255 = 85%
B 119 of 255 = 47%

141
216
119

R + G + B ~ 62%. #8DD877 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 216 + 119 = 476 (100%)
R 141 of 476 ~ 29.62%
G 216 of 476 ~ 45.38%
B 119 of 476 ~ 25'%

%29.62
%45.38
%25

CMYK color model

#8DD877 color CMYK value is (35,0,45,15).

  • cyan value is 34.72%
  • magenta value is 0.00%
  • yellow value is 44.91%
  • key color value is 15.29%

CMYK: (35,0,45,15)
C35M0Y45K15 (35%, 0%, 45%, 15%)
(0.35 / 0.00 / 0.45 / 0.15)

CMYK percentages

%34.72
%0
%44.91
%15.29

Codes

Color #8DD877 in popluar color models

8D D8 77
RGB 141 216 119
HSL 106° 55.43% 65.69%
HSB/HSV 106° 44.91% 84.71%
CMYK 34.72% 0.00% 44.91%
15.29%

Color #8DD877 in popluar number systems.

HEX 8D D8 77
Decimal 141 216 119
Binary 10001101 11011000 1110111
Octal 215 330 167

Shades and tints

Shades of #8DD877

#8DD877
(141,216,119)
#81C56D
(129,197,109)
#75B263
(117,178,99)
#699F59
(105,159,89)
#5D8C4F
(93,140,79)
#517945
(81,121,69)
#45663B
(69,102,59)
#395331
(57,83,49)
#2D4027
(45,64,39)
#212D1D
(33,45,29)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #8DD877

#8DD877
(141,216,119)
#97DB83
(151,219,131)
#A1DE8F
(161,222,143)
#ABE19B
(171,225,155)
#B5E4A7
(181,228,167)
#BFE7B3
(191,231,179)
#C9EABF
(201,234,191)
#D3EDCB
(211,237,203)
#DDF0D7
(221,240,215)
#E7F3E3
(231,243,227)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DD877 color. Also use rgb(141,216,119) instead hex code.

Text Font Color

.myTextColor { color: #8DD877; }

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

This text font color is #8DD877.

Background Color

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

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

This div background color is #8DD877.

Border color

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

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

This div border color is #8DD877.

Opacity

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

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

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

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

This text has shadow with #8DD877 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DD877.

Preview

Color preview on black background

This text has color #8DD877 on black background.


Color preview on white background

This text has color #8DD877 on white background.


Black color preview on #8DD877 background

This text has black color on #8DD877 background.


White color preview on #8DD877 background

This text has white color on #8DD877 background.


Related colors

Complementary color

Complementary color for #hex is #722788.


I love getcolorcode.com

Triadic colors

1 #778DD8 and #D8778D with #8DD877 are triadic colors.

2 #77D88D and #D88D77 with #8DD877 are triadic colors.