COLOR #8DAA71

HEX: #8DAA71 RGB: (141,170,113)

Color info

#8DAA71 contains red, green and blue colors in about the same proportion. Web safe color of #8DAA71 is #999966 (or #996).

RGB color model

#8DAA71 color RGB value is (141,170,113).

RGB: (141,170,113) (55%, 67%, 44%)

RGB channels and saturation

R 141 of 255 = 55%
G 170 of 255 = 67%
B 113 of 255 = 44%

141
170
113

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

Portions of RGB colors in percentages

R + G + B = 141 + 170 + 113 = 424 (100%)
R 141 of 424 ~ 33.25%
G 170 of 424 ~ 40.09%
B 113 of 424 ~ 26.65'%

%33.25
%40.09
%26.65

CMYK color model

#8DAA71 color CMYK value is (17,0,34,33).

  • cyan value is 17.06%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 33.33%

CMYK: (17,0,34,33)
C17M0Y34K33 (17%, 0%, 34%, 33%)
(0.17 / 0.00 / 0.34 / 0.33)

CMYK percentages

%17.06
%0
%33.53
%33.33

Codes

Color #8DAA71 in popluar color models

8D AA 71
RGB 141 170 113
HSL 91° 25.11% 55.49%
HSB/HSV 91° 33.53% 66.67%
CMYK 17.06% 0.00% 33.53%
33.33%

Color #8DAA71 in popluar number systems.

HEX 8D AA 71
Decimal 141 170 113
Binary 10001101 10101010 1110001
Octal 215 252 161

Shades and tints

Shades of #8DAA71

#8DAA71
(141,170,113)
#819B67
(129,155,103)
#758C5D
(117,140,93)
#697D53
(105,125,83)
#5D6E49
(93,110,73)
#515F3F
(81,95,63)
#455035
(69,80,53)
#39412B
(57,65,43)
#2D3221
(45,50,33)
#212317
(33,35,23)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #8DAA71

#8DAA71
(141,170,113)
#97B17D
(151,177,125)
#A1B889
(161,184,137)
#ABBF95
(171,191,149)
#B5C6A1
(181,198,161)
#BFCDAD
(191,205,173)
#C9D4B9
(201,212,185)
#D3DBC5
(211,219,197)
#DDE2D1
(221,226,209)
#E7E9DD
(231,233,221)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAA71; }

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

This text font color is #8DAA71.

Background Color

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

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

This div background color is #8DAA71.

Border color

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

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

This div border color is #8DAA71.

Opacity

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

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

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

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

This text has shadow with #8DAA71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DAA71.

Preview

Color preview on black background

This text has color #8DAA71 on black background.


Color preview on white background

This text has color #8DAA71 on white background.


Black color preview on #8DAA71 background

This text has black color on #8DAA71 background.


White color preview on #8DAA71 background

This text has white color on #8DAA71 background.


Related colors

Complementary color

Complementary color for #hex is #72558E.


I love getcolorcode.com

Triadic colors

1 #718DAA and #AA718D with #8DAA71 are triadic colors.

2 #71AA8D and #AA8D71 with #8DAA71 are triadic colors.