COLOR #8DCC77

HEX: #8DCC77
RGB: (141,204,119)

Color info

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

RGB color model

#8DCC77 color RGB value is (141,204,119).

  • red value is 141;
  • green value is 204;
  • blue value is 119.
RGB:
(141,204,119)
(55%,80%,47%)

RGB channels and saturation

R 141 of 255 = 55%
G 204 of 255 = 80%
B 119 of 255 = 47%

141
204
119

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

Portions of RGB colors in percentages

R + G + B =
141 + 204 + 119 = 464 (100%)
R 141 of 464 ~ 30.39%
G 204 of 464 ~ 43.97%
B 119 of 464 ~ 25.65%

%30.39
%43.97
%25.65

CMYK color model

#8DCC77 color CMYK value is (31,0,42,20).

  • cyan value is 30.88%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 20.00%
CMYK:
(31,0,42,20)
C31M0Y42K20 
(31%,0%,42%,20%)
(0.31/0.00/0.42/0.20)	

CMYK percentages

%30.88
%0
%41.67
%20

Codes

Color #8DCC77 in popluar color models

8DCC77
RGB141204119
HSL104°45.45%63.33%
HSB/HSV104°41.67%80.00%
CMYK30.88%0.00%41.67%
20.00%

Color #8DCC77 in popluar number systems.

HEX8DCC77
Decimal141204119
Binary10001101110011001110111
Octal215314167

Shades and tints

Shades of #8DCC77

#8DCC77
(141,204,119)
#81BA6D
(129,186,109)
#75A863
(117,168,99)
#699659
(105,150,89)
#5D844F
(93,132,79)
#517245
(81,114,69)
#45603B
(69,96,59)
#394E31
(57,78,49)
#2D3C27
(45,60,39)
#212A1D
(33,42,29)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #8DCC77

#8DCC77
(141,204,119)
#97D083
(151,208,131)
#A1D48F
(161,212,143)
#ABD89B
(171,216,155)
#B5DCA7
(181,220,167)
#BFE0B3
(191,224,179)
#C9E4BF
(201,228,191)
#D3E8CB
(211,232,203)
#DDECD7
(221,236,215)
#E7F0E3
(231,240,227)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DCC77; }

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

This text font color is #8DCC77.


Background Color

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

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

This div background color is #8DCC77.


Border color

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

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

This div border color is #8DCC77.


Opacity

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

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

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

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

This text has shadow with #8DCC77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DCC77 on black background.


Color preview on white background

This text has color #8DCC77 on white background.



Black color preview on #8DCC77 background

This text has black color on #8DCC77 background.


White color preview on #8DCC77 background

This text has white color on #8DCC77 background.