COLOR #8DB76E

HEX: #8DB76E RGB: (141,183,110)

Color info

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

RGB color model

#8DB76E color RGB value is (141,183,110).

RGB: (141,183,110) (55%, 72%, 43%)

RGB channels and saturation

R 141 of 255 = 55%
G 183 of 255 = 72%
B 110 of 255 = 43%

141
183
110

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

Portions of RGB colors in percentages

R + G + B = 141 + 183 + 110 = 434 (100%)
R 141 of 434 ~ 32.49%
G 183 of 434 ~ 42.17%
B 110 of 434 ~ 25.35'%

%32.49
%42.17
%25.35

CMYK color model

#8DB76E color CMYK value is (23,0,40,28).

  • cyan value is 22.95%
  • magenta value is 0.00%
  • yellow value is 39.89%
  • key color value is 28.24%

CMYK: (23,0,40,28)
C23M0Y40K28 (23%, 0%, 40%, 28%)
(0.23 / 0.00 / 0.40 / 0.28)

CMYK percentages

%22.95
%0
%39.89
%28.24

Codes

Color #8DB76E in popluar color models

8D B7 6E
RGB 141 183 110
HSL 95° 33.64% 57.45%
HSB/HSV 95° 39.89% 71.76%
CMYK 22.95% 0.00% 39.89%
28.24%

Color #8DB76E in popluar number systems.

HEX 8D B7 6E
Decimal 141 183 110
Binary 10001101 10110111 1101110
Octal 215 267 156

Shades and tints

Shades of #8DB76E

#8DB76E
(141,183,110)
#81A764
(129,167,100)
#75975A
(117,151,90)
#698750
(105,135,80)
#5D7746
(93,119,70)
#51673C
(81,103,60)
#455732
(69,87,50)
#394728
(57,71,40)
#2D371E
(45,55,30)
#212714
(33,39,20)
#15170A
(21,23,10)
#000000
(0,0,0)

Tints of #8DB76E

#8DB76E
(141,183,110)
#97BD7B
(151,189,123)
#A1C388
(161,195,136)
#ABC995
(171,201,149)
#B5CFA2
(181,207,162)
#BFD5AF
(191,213,175)
#C9DBBC
(201,219,188)
#D3E1C9
(211,225,201)
#DDE7D6
(221,231,214)
#E7EDE3
(231,237,227)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB76E color. Also use rgb(141,183,110) instead hex code.

Text Font Color

.myTextColor { color: #8DB76E; }

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

This text font color is #8DB76E.

Background Color

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

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

This div background color is #8DB76E.

Border color

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

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

This div border color is #8DB76E.

Opacity

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

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

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

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

This text has shadow with #8DB76E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB76E.

Preview

Color preview on black background

This text has color #8DB76E on black background.


Color preview on white background

This text has color #8DB76E on white background.


Black color preview on #8DB76E background

This text has black color on #8DB76E background.


White color preview on #8DB76E background

This text has white color on #8DB76E background.


Related colors

Complementary color

Complementary color for #hex is #724891.


I love getcolorcode.com

Triadic colors

1 #6E8DB7 and #B76E8D with #8DB76E are triadic colors.

2 #6EB78D and #B78D6E with #8DB76E are triadic colors.