COLOR #8DC171

HEX: #8DC171
RGB: (141,193,113)

Color info

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

RGB color model

#8DC171 color RGB value is (141,193,113).

  • red value is 141;
  • green value is 193;
  • blue value is 113.
RGB:
(141,193,113)
(55%,76%,44%)

RGB channels and saturation

R 141 of 255 = 55%
G 193 of 255 = 76%
B 113 of 255 = 44%

141
193
113

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

Portions of RGB colors in percentages

R + G + B =
141 + 193 + 113 = 447 (100%)
R 141 of 447 ~ 31.54%
G 193 of 447 ~ 43.18%
B 113 of 447 ~ 25.28%

%31.54
%43.18
%25.28

CMYK color model

#8DC171 color CMYK value is (27,0,41,24).

  • cyan value is 26.94%
  • magenta value is 0.00%
  • yellow value is 41.45%
  • key color value is 24.31%
CMYK:
(27,0,41,24)
C27M0Y41K24 
(27%,0%,41%,24%)
(0.27/0.00/0.41/0.24)	

CMYK percentages

%26.94
%0
%41.45
%24.31

Codes

Color #8DC171 in popluar color models

8DC171
RGB141193113
HSL99°39.22%60.00%
HSB/HSV99°41.45%75.69%
CMYK26.94%0.00%41.45%
24.31%

Color #8DC171 in popluar number systems.

HEX8DC171
Decimal141193113
Binary10001101110000011110001
Octal215301161

Shades and tints

Shades of #8DC171

#8DC171
(141,193,113)
#81B067
(129,176,103)
#759F5D
(117,159,93)
#698E53
(105,142,83)
#5D7D49
(93,125,73)
#516C3F
(81,108,63)
#455B35
(69,91,53)
#394A2B
(57,74,43)
#2D3921
(45,57,33)
#212817
(33,40,23)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #8DC171

#8DC171
(141,193,113)
#97C67D
(151,198,125)
#A1CB89
(161,203,137)
#ABD095
(171,208,149)
#B5D5A1
(181,213,161)
#BFDAAD
(191,218,173)
#C9DFB9
(201,223,185)
#D3E4C5
(211,228,197)
#DDE9D1
(221,233,209)
#E7EEDD
(231,238,221)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC171 color. Also use rgb(141,193,113) instead hex code.

Text Font Color

.myTextColor { color: #8DC171; }

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

This text font color is #8DC171.


Background Color

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

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

This div background color is #8DC171.


Border color

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

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

This div border color is #8DC171.


Opacity

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

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

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

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

This text has shadow with #8DC171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC171 on black background.


Color preview on white background

This text has color #8DC171 on white background.



Black color preview on #8DC171 background

This text has black color on #8DC171 background.


White color preview on #8DC171 background

This text has white color on #8DC171 background.