COLOR #8DAB72

HEX: #8DAB72 RGB: (141,171,114)

Color info

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

RGB color model

#8DAB72 color RGB value is (141,171,114).

RGB: (141,171,114) (55%, 67%, 45%)

RGB channels and saturation

R 141 of 255 = 55%
G 171 of 255 = 67%
B 114 of 255 = 45%

141
171
114

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

Portions of RGB colors in percentages

R + G + B = 141 + 171 + 114 = 426 (100%)
R 141 of 426 ~ 33.1%
G 171 of 426 ~ 40.14%
B 114 of 426 ~ 26.76'%

%33.1
%40.14
%26.76

CMYK color model

#8DAB72 color CMYK value is (18,0,33,33).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 32.94%

CMYK: (18,0,33,33)
C18M0Y33K33 (18%, 0%, 33%, 33%)
(0.18 / 0.00 / 0.33 / 0.33)

CMYK percentages

%17.54
%0
%33.33
%32.94

Codes

Color #8DAB72 in popluar color models

8D AB 72
RGB 141 171 114
HSL 92° 25.33% 55.88%
HSB/HSV 92° 33.33% 67.06%
CMYK 17.54% 0.00% 33.33%
32.94%

Color #8DAB72 in popluar number systems.

HEX 8D AB 72
Decimal 141 171 114
Binary 10001101 10101011 1110010
Octal 215 253 162

Shades and tints

Shades of #8DAB72

#8DAB72
(141,171,114)
#819C68
(129,156,104)
#758D5E
(117,141,94)
#697E54
(105,126,84)
#5D6F4A
(93,111,74)
#516040
(81,96,64)
#455136
(69,81,54)
#39422C
(57,66,44)
#2D3322
(45,51,34)
#212418
(33,36,24)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #8DAB72

#8DAB72
(141,171,114)
#97B27E
(151,178,126)
#A1B98A
(161,185,138)
#ABC096
(171,192,150)
#B5C7A2
(181,199,162)
#BFCEAE
(191,206,174)
#C9D5BA
(201,213,186)
#D3DCC6
(211,220,198)
#DDE3D2
(221,227,210)
#E7EADE
(231,234,222)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAB72 color. Also use rgb(141,171,114) instead hex code.

Text Font Color

.myTextColor { color: #8DAB72; }

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

This text font color is #8DAB72.

Background Color

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

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

This div background color is #8DAB72.

Border color

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

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

This div border color is #8DAB72.

Opacity

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

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

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

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

This text has shadow with #8DAB72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DAB72.

Preview

Color preview on black background

This text has color #8DAB72 on black background.


Color preview on white background

This text has color #8DAB72 on white background.


Black color preview on #8DAB72 background

This text has black color on #8DAB72 background.


White color preview on #8DAB72 background

This text has white color on #8DAB72 background.


Related colors

Complementary color

Complementary color for #hex is #72548D.


I love getcolorcode.com

Triadic colors

1 #728DAB and #AB728D with #8DAB72 are triadic colors.

2 #72AB8D and #AB8D72 with #8DAB72 are triadic colors.