COLOR #8DC97F

HEX: #8DC97F RGB: (141,201,127)

Color info

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

RGB color model

#8DC97F color RGB value is (141,201,127).

RGB: (141,201,127) (55%, 79%, 50%)

RGB channels and saturation

R 141 of 255 = 55%
G 201 of 255 = 79%
B 127 of 255 = 50%

141
201
127

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

Portions of RGB colors in percentages

R + G + B = 141 + 201 + 127 = 469 (100%)
R 141 of 469 ~ 30.06%
G 201 of 469 ~ 42.86%
B 127 of 469 ~ 27.08'%

%30.06
%42.86
%27.08

CMYK color model

#8DC97F color CMYK value is (30,0,37,21).

  • cyan value is 29.85%
  • magenta value is 0.00%
  • yellow value is 36.82%
  • key color value is 21.18%

CMYK: (30,0,37,21)
C30M0Y37K21 (30%, 0%, 37%, 21%)
(0.30 / 0.00 / 0.37 / 0.21)

CMYK percentages

%29.85
%0
%36.82
%21.18

Codes

Color #8DC97F in popluar color models

8D C9 7F
RGB 141 201 127
HSL 109° 40.66% 64.31%
HSB/HSV 109° 36.82% 78.82%
CMYK 29.85% 0.00% 36.82%
21.18%

Color #8DC97F in popluar number systems.

HEX 8D C9 7F
Decimal 141 201 127
Binary 10001101 11001001 1111111
Octal 215 311 177

Shades and tints

Shades of #8DC97F

#8DC97F
(141,201,127)
#81B774
(129,183,116)
#75A569
(117,165,105)
#69935E
(105,147,94)
#5D8153
(93,129,83)
#516F48
(81,111,72)
#455D3D
(69,93,61)
#394B32
(57,75,50)
#2D3927
(45,57,39)
#21271C
(33,39,28)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #8DC97F

#8DC97F
(141,201,127)
#97CD8A
(151,205,138)
#A1D195
(161,209,149)
#ABD5A0
(171,213,160)
#B5D9AB
(181,217,171)
#BFDDB6
(191,221,182)
#C9E1C1
(201,225,193)
#D3E5CC
(211,229,204)
#DDE9D7
(221,233,215)
#E7EDE2
(231,237,226)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC97F color. Also use rgb(141,201,127) instead hex code.

Text Font Color

.myTextColor { color: #8DC97F; }

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

This text font color is #8DC97F.

Background Color

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

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

This div background color is #8DC97F.

Border color

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

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

This div border color is #8DC97F.

Opacity

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

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

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

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

This text has shadow with #8DC97F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC97F.

Preview

Color preview on black background

This text has color #8DC97F on black background.


Color preview on white background

This text has color #8DC97F on white background.


Black color preview on #8DC97F background

This text has black color on #8DC97F background.


White color preview on #8DC97F background

This text has white color on #8DC97F background.


Related colors

Complementary color

Complementary color for #hex is #723680.


I love getcolorcode.com

Triadic colors

1 #7F8DC9 and #C97F8D with #8DC97F are triadic colors.

2 #7FC98D and #C98D7F with #8DC97F are triadic colors.