COLOR #8DC87C

HEX: #8DC87C
RGB: (141,200,124)

Color info

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

RGB color model

#8DC87C color RGB value is (141,200,124).

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

RGB channels and saturation

R 141 of 255 = 55%
G 200 of 255 = 78%
B 124 of 255 = 49%

141
200
124

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

Portions of RGB colors in percentages

R + G + B =
141 + 200 + 124 = 465 (100%)
R 141 of 465 ~ 30.32%
G 200 of 465 ~ 43.01%
B 124 of 465 ~ 26.67%

%30.32
%43.01
%26.67

CMYK color model

#8DC87C color CMYK value is (30,0,38,22).

  • cyan value is 29.50%
  • magenta value is 0.00%
  • yellow value is 38.00%
  • key color value is 21.57%
CMYK:
(30,0,38,22)
C30M0Y38K22 
(30%,0%,38%,22%)
(0.30/0.00/0.38/0.22)	

CMYK percentages

%29.5
%0
%38
%21.57

Codes

Color #8DC87C in popluar color models

8DC87C
RGB141200124
HSL107°40.86%63.53%
HSB/HSV107°38.00%78.43%
CMYK29.50%0.00%38.00%
21.57%

Color #8DC87C in popluar number systems.

HEX8DC87C
Decimal141200124
Binary10001101110010001111100
Octal215310174

Shades and tints

Shades of #8DC87C

#8DC87C
(141,200,124)
#81B671
(129,182,113)
#75A466
(117,164,102)
#69925B
(105,146,91)
#5D8050
(93,128,80)
#516E45
(81,110,69)
#455C3A
(69,92,58)
#394A2F
(57,74,47)
#2D3824
(45,56,36)
#212619
(33,38,25)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #8DC87C

#8DC87C
(141,200,124)
#97CD87
(151,205,135)
#A1D292
(161,210,146)
#ABD79D
(171,215,157)
#B5DCA8
(181,220,168)
#BFE1B3
(191,225,179)
#C9E6BE
(201,230,190)
#D3EBC9
(211,235,201)
#DDF0D4
(221,240,212)
#E7F5DF
(231,245,223)
#F1FAEA
(241,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC87C; }

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

This text font color is #8DC87C.


Background Color

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

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

This div background color is #8DC87C.


Border color

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

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

This div border color is #8DC87C.


Opacity

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

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

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

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

This text has shadow with #8DC87C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC87C on black background.


Color preview on white background

This text has color #8DC87C on white background.



Black color preview on #8DC87C background

This text has black color on #8DC87C background.


White color preview on #8DC87C background

This text has white color on #8DC87C background.