COLOR #8DB57F

HEX: #8DB57F RGB: (141,181,127)

Color info

#8DB57F contains red, green and blue colors in about the same proportion. Web safe color of #8DB57F is #99CC66 (or #9C6).

RGB color model

#8DB57F color RGB value is (141,181,127).

RGB: (141,181,127) (55%, 71%, 50%)

RGB channels and saturation

R 141 of 255 = 55%
G 181 of 255 = 71%
B 127 of 255 = 50%

141
181
127

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

Portions of RGB colors in percentages

R + G + B = 141 + 181 + 127 = 449 (100%)
R 141 of 449 ~ 31.4%
G 181 of 449 ~ 40.31%
B 127 of 449 ~ 28.29'%

%31.4
%40.31
%28.29

CMYK color model

#8DB57F color CMYK value is (22,0,30,29).

  • cyan value is 22.10%
  • magenta value is 0.00%
  • yellow value is 29.83%
  • key color value is 29.02%

CMYK: (22,0,30,29)
C22M0Y30K29 (22%, 0%, 30%, 29%)
(0.22 / 0.00 / 0.30 / 0.29)

CMYK percentages

%22.1
%0
%29.83
%29.02

Codes

Color #8DB57F in popluar color models

8D B5 7F
RGB 141 181 127
HSL 104° 26.73% 60.39%
HSB/HSV 104° 29.83% 70.98%
CMYK 22.10% 0.00% 29.83%
29.02%

Color #8DB57F in popluar number systems.

HEX 8D B5 7F
Decimal 141 181 127
Binary 10001101 10110101 1111111
Octal 215 265 177

Shades and tints

Shades of #8DB57F

#8DB57F
(141,181,127)
#81A574
(129,165,116)
#759569
(117,149,105)
#69855E
(105,133,94)
#5D7553
(93,117,83)
#516548
(81,101,72)
#45553D
(69,85,61)
#394532
(57,69,50)
#2D3527
(45,53,39)
#21251C
(33,37,28)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #8DB57F

#8DB57F
(141,181,127)
#97BB8A
(151,187,138)
#A1C195
(161,193,149)
#ABC7A0
(171,199,160)
#B5CDAB
(181,205,171)
#BFD3B6
(191,211,182)
#C9D9C1
(201,217,193)
#D3DFCC
(211,223,204)
#DDE5D7
(221,229,215)
#E7EBE2
(231,235,226)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB57F; }

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

This text font color is #8DB57F.

Background Color

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

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

This div background color is #8DB57F.

Border color

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

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

This div border color is #8DB57F.

Opacity

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

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

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

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

This text has shadow with #8DB57F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB57F.

Preview

Color preview on black background

This text has color #8DB57F on black background.


Color preview on white background

This text has color #8DB57F on white background.


Black color preview on #8DB57F background

This text has black color on #8DB57F background.


White color preview on #8DB57F background

This text has white color on #8DB57F background.


Related colors

Complementary color

Complementary color for #hex is #724A80.


I love getcolorcode.com

Triadic colors

1 #7F8DB5 and #B57F8D with #8DB57F are triadic colors.

2 #7FB58D and #B58D7F with #8DB57F are triadic colors.