COLOR #8DB57E

HEX: #8DB57E RGB: (141,181,126)

Color info

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

RGB color model

#8DB57E color RGB value is (141,181,126).

RGB: (141,181,126) (55%, 71%, 49%)

RGB channels and saturation

R 141 of 255 = 55%
G 181 of 255 = 71%
B 126 of 255 = 49%

141
181
126

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

Portions of RGB colors in percentages

R + G + B = 141 + 181 + 126 = 448 (100%)
R 141 of 448 ~ 31.47%
G 181 of 448 ~ 40.4%
B 126 of 448 ~ 28.13'%

%31.47
%40.4
%28.13

CMYK color model

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

  • cyan value is 22.10%
  • magenta value is 0.00%
  • yellow value is 30.39%
  • 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
%30.39
%29.02

Codes

Color #8DB57E in popluar color models

8D B5 7E
RGB 141 181 126
HSL 104° 27.09% 60.20%
HSB/HSV 104° 30.39% 70.98%
CMYK 22.10% 0.00% 30.39%
29.02%

Color #8DB57E in popluar number systems.

HEX 8D B5 7E
Decimal 141 181 126
Binary 10001101 10110101 1111110
Octal 215 265 176

Shades and tints

Shades of #8DB57E

#8DB57E
(141,181,126)
#81A573
(129,165,115)
#759568
(117,149,104)
#69855D
(105,133,93)
#5D7552
(93,117,82)
#516547
(81,101,71)
#45553C
(69,85,60)
#394531
(57,69,49)
#2D3526
(45,53,38)
#21251B
(33,37,27)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #8DB57E

#8DB57E
(141,181,126)
#97BB89
(151,187,137)
#A1C194
(161,193,148)
#ABC79F
(171,199,159)
#B5CDAA
(181,205,170)
#BFD3B5
(191,211,181)
#C9D9C0
(201,217,192)
#D3DFCB
(211,223,203)
#DDE5D6
(221,229,214)
#E7EBE1
(231,235,225)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB57E; }

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

This text font color is #8DB57E.

Background Color

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

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

This div background color is #8DB57E.

Border color

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

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

This div border color is #8DB57E.

Opacity

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

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

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

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

This text has shadow with #8DB57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB57E.

Preview

Color preview on black background

This text has color #8DB57E on black background.


Color preview on white background

This text has color #8DB57E on white background.


Black color preview on #8DB57E background

This text has black color on #8DB57E background.


White color preview on #8DB57E background

This text has white color on #8DB57E background.


Related colors

Complementary color

Complementary color for #hex is #724A81.


I love getcolorcode.com

Triadic colors

1 #7E8DB5 and #B57E8D with #8DB57E are triadic colors.

2 #7EB58D and #B58D7E with #8DB57E are triadic colors.