COLOR #8DC857

HEX: #8DC857
RGB: (141,200,87)

Color info

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

RGB color model

#8DC857 color RGB value is (141,200,87).

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

RGB channels and saturation

R 141 of 255 = 55%
G 200 of 255 = 78%
B 87 of 255 = 34%

141
200
87

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

Portions of RGB colors in percentages

R + G + B =
141 + 200 + 87 = 428 (100%)
R 141 of 428 ~ 32.94%
G 200 of 428 ~ 46.73%
B 87 of 428 ~ 20.33%

%32.94
%46.73
%20.33

CMYK color model

#8DC857 color CMYK value is (30,0,57,22).

  • cyan value is 29.50%
  • magenta value is 0.00%
  • yellow value is 56.50%
  • key color value is 21.57%
CMYK:
(30,0,57,22)
C30M0Y57K22 
(30%,0%,57%,22%)
(0.30/0.00/0.57/0.22)	

CMYK percentages

%29.5
%0
%56.5
%21.57

Codes

Color #8DC857 in popluar color models

8DC857
RGB14120087
HSL91°50.67%56.27%
HSB/HSV91°56.50%78.43%
CMYK29.50%0.00%56.50%
21.57%

Color #8DC857 in popluar number systems.

HEX8DC857
Decimal14120087
Binary10001101110010001010111
Octal215310127

Shades and tints

Shades of #8DC857

#8DC857
(141,200,87)
#81B650
(129,182,80)
#75A449
(117,164,73)
#699242
(105,146,66)
#5D803B
(93,128,59)
#516E34
(81,110,52)
#455C2D
(69,92,45)
#394A26
(57,74,38)
#2D381F
(45,56,31)
#212618
(33,38,24)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #8DC857

#8DC857
(141,200,87)
#97CD66
(151,205,102)
#A1D275
(161,210,117)
#ABD784
(171,215,132)
#B5DC93
(181,220,147)
#BFE1A2
(191,225,162)
#C9E6B1
(201,230,177)
#D3EBC0
(211,235,192)
#DDF0CF
(221,240,207)
#E7F5DE
(231,245,222)
#F1FAED
(241,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC857; }

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

This text font color is #8DC857.


Background Color

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

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

This div background color is #8DC857.


Border color

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

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

This div border color is #8DC857.


Opacity

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

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

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

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

This text has shadow with #8DC857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC857 on black background.


Color preview on white background

This text has color #8DC857 on white background.



Black color preview on #8DC857 background

This text has black color on #8DC857 background.


White color preview on #8DC857 background

This text has white color on #8DC857 background.