COLOR #8DC876

HEX: #8DC876
RGB: (141,200,118)

Color info

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

RGB color model

#8DC876 color RGB value is (141,200,118).

  • red value is 141;
  • green value is 200;
  • blue value is 118.
RGB:
(141,200,118)
(55%,78%,46%)

RGB channels and saturation

R 141 of 255 = 55%
G 200 of 255 = 78%
B 118 of 255 = 46%

141
200
118

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

Portions of RGB colors in percentages

R + G + B =
141 + 200 + 118 = 459 (100%)
R 141 of 459 ~ 30.72%
G 200 of 459 ~ 43.57%
B 118 of 459 ~ 25.71%

%30.72
%43.57
%25.71

CMYK color model

#8DC876 color CMYK value is (30,0,41,22).

  • cyan value is 29.50%
  • magenta value is 0.00%
  • yellow value is 41.00%
  • key color value is 21.57%
CMYK:
(30,0,41,22)
C30M0Y41K22 
(30%,0%,41%,22%)
(0.30/0.00/0.41/0.22)	

CMYK percentages

%29.5
%0
%41
%21.57

Codes

Color #8DC876 in popluar color models

8DC876
RGB141200118
HSL103°42.71%62.35%
HSB/HSV103°41.00%78.43%
CMYK29.50%0.00%41.00%
21.57%

Color #8DC876 in popluar number systems.

HEX8DC876
Decimal141200118
Binary10001101110010001110110
Octal215310166

Shades and tints

Shades of #8DC876

#8DC876
(141,200,118)
#81B66C
(129,182,108)
#75A462
(117,164,98)
#699258
(105,146,88)
#5D804E
(93,128,78)
#516E44
(81,110,68)
#455C3A
(69,92,58)
#394A30
(57,74,48)
#2D3826
(45,56,38)
#21261C
(33,38,28)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #8DC876

#8DC876
(141,200,118)
#97CD82
(151,205,130)
#A1D28E
(161,210,142)
#ABD79A
(171,215,154)
#B5DCA6
(181,220,166)
#BFE1B2
(191,225,178)
#C9E6BE
(201,230,190)
#D3EBCA
(211,235,202)
#DDF0D6
(221,240,214)
#E7F5E2
(231,245,226)
#F1FAEE
(241,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC876 color. Also use rgb(141,200,118) instead hex code.

Text Font Color

.myTextColor { color: #8DC876; }

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

This text font color is #8DC876.


Background Color

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

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

This div background color is #8DC876.


Border color

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

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

This div border color is #8DC876.


Opacity

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

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

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

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

This text has shadow with #8DC876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC876 on black background.


Color preview on white background

This text has color #8DC876 on white background.



Black color preview on #8DC876 background

This text has black color on #8DC876 background.


White color preview on #8DC876 background

This text has white color on #8DC876 background.