COLOR #8D986F

HEX: #8D986F RGB: (141,152,111)

Color info

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

RGB color model

#8D986F color RGB value is (141,152,111).

RGB: (141,152,111) (55%, 60%, 44%)

RGB channels and saturation

R 141 of 255 = 55%
G 152 of 255 = 60%
B 111 of 255 = 44%

141
152
111

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

Portions of RGB colors in percentages

R + G + B = 141 + 152 + 111 = 404 (100%)
R 141 of 404 ~ 34.9%
G 152 of 404 ~ 37.62%
B 111 of 404 ~ 27.48'%

%34.9
%37.62
%27.48

CMYK color model

#8D986F color CMYK value is (7,0,27,40).

  • cyan value is 7.24%
  • magenta value is 0.00%
  • yellow value is 26.97%
  • key color value is 40.39%

CMYK: (7,0,27,40)
C7M0Y27K40 (7%, 0%, 27%, 40%)
(0.07 / 0.00 / 0.27 / 0.40)

CMYK percentages

%7.24
%0
%26.97
%40.39

Codes

Color #8D986F in popluar color models

8D 98 6F
RGB 141 152 111
HSL 76° 16.60% 51.57%
HSB/HSV 76° 26.97% 59.61%
CMYK 7.24% 0.00% 26.97%
40.39%

Color #8D986F in popluar number systems.

HEX 8D 98 6F
Decimal 141 152 111
Binary 10001101 10011000 1101111
Octal 215 230 157

Shades and tints

Shades of #8D986F

#8D986F
(141,152,111)
#818B65
(129,139,101)
#757E5B
(117,126,91)
#697151
(105,113,81)
#5D6447
(93,100,71)
#51573D
(81,87,61)
#454A33
(69,74,51)
#393D29
(57,61,41)
#2D301F
(45,48,31)
#212315
(33,35,21)
#15160B
(21,22,11)
#000000
(0,0,0)

Tints of #8D986F

#8D986F
(141,152,111)
#97A17C
(151,161,124)
#A1AA89
(161,170,137)
#ABB396
(171,179,150)
#B5BCA3
(181,188,163)
#BFC5B0
(191,197,176)
#C9CEBD
(201,206,189)
#D3D7CA
(211,215,202)
#DDE0D7
(221,224,215)
#E7E9E4
(231,233,228)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D986F color. Also use rgb(141,152,111) instead hex code.

Text Font Color

.myTextColor { color: #8D986F; }

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

This text font color is #8D986F.

Background Color

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

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

This div background color is #8D986F.

Border color

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

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

This div border color is #8D986F.

Opacity

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

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

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

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

This text has shadow with #8D986F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D986F.

Preview

Color preview on black background

This text has color #8D986F on black background.


Color preview on white background

This text has color #8D986F on white background.


Black color preview on #8D986F background

This text has black color on #8D986F background.


White color preview on #8D986F background

This text has white color on #8D986F background.


Related colors

Complementary color

Complementary color for #hex is #726790.


I love getcolorcode.com

Triadic colors

1 #6F8D98 and #986F8D with #8D986F are triadic colors.

2 #6F988D and #988D6F with #8D986F are triadic colors.