COLOR #8DC86D

HEX: #8DC86D
RGB: (141,200,109)

Color info

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

RGB color model

#8DC86D color RGB value is (141,200,109).

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

RGB channels and saturation

R 141 of 255 = 55%
G 200 of 255 = 78%
B 109 of 255 = 43%

141
200
109

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

Portions of RGB colors in percentages

R + G + B =
141 + 200 + 109 = 450 (100%)
R 141 of 450 ~ 31.33%
G 200 of 450 ~ 44.44%
B 109 of 450 ~ 24.22%

%31.33
%44.44
%24.22

CMYK color model

#8DC86D color CMYK value is (30,0,46,22).

  • cyan value is 29.50%
  • magenta value is 0.00%
  • yellow value is 45.50%
  • key color value is 21.57%
CMYK:
(30,0,46,22)
C30M0Y46K22 
(30%,0%,46%,22%)
(0.30/0.00/0.46/0.22)	

CMYK percentages

%29.5
%0
%45.5
%21.57

Codes

Color #8DC86D in popluar color models

8DC86D
RGB141200109
HSL99°45.27%60.59%
HSB/HSV99°45.50%78.43%
CMYK29.50%0.00%45.50%
21.57%

Color #8DC86D in popluar number systems.

HEX8DC86D
Decimal141200109
Binary10001101110010001101101
Octal215310155

Shades and tints

Shades of #8DC86D

#8DC86D
(141,200,109)
#81B664
(129,182,100)
#75A45B
(117,164,91)
#699252
(105,146,82)
#5D8049
(93,128,73)
#516E40
(81,110,64)
#455C37
(69,92,55)
#394A2E
(57,74,46)
#2D3825
(45,56,37)
#21261C
(33,38,28)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #8DC86D

#8DC86D
(141,200,109)
#97CD7A
(151,205,122)
#A1D287
(161,210,135)
#ABD794
(171,215,148)
#B5DCA1
(181,220,161)
#BFE1AE
(191,225,174)
#C9E6BB
(201,230,187)
#D3EBC8
(211,235,200)
#DDF0D5
(221,240,213)
#E7F5E2
(231,245,226)
#F1FAEF
(241,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC86D; }

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

This text font color is #8DC86D.


Background Color

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

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

This div background color is #8DC86D.


Border color

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

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

This div border color is #8DC86D.


Opacity

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

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

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

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

This text has shadow with #8DC86D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC86D on black background.


Color preview on white background

This text has color #8DC86D on white background.



Black color preview on #8DC86D background

This text has black color on #8DC86D background.


White color preview on #8DC86D background

This text has white color on #8DC86D background.