COLOR #8D986A

HEX: #8D986A RGB: (141,152,106)

Color info

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

RGB color model

#8D986A color RGB value is (141,152,106).

RGB: (141,152,106) (55%, 60%, 42%)

RGB channels and saturation

R 141 of 255 = 55%
G 152 of 255 = 60%
B 106 of 255 = 42%

141
152
106

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

Portions of RGB colors in percentages

R + G + B = 141 + 152 + 106 = 399 (100%)
R 141 of 399 ~ 35.34%
G 152 of 399 ~ 38.1%
B 106 of 399 ~ 26.57'%

%35.34
%38.1
%26.57

CMYK color model

#8D986A color CMYK value is (7,0,30,40).

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

CMYK: (7,0,30,40)
C7M0Y30K40 (7%, 0%, 30%, 40%)
(0.07 / 0.00 / 0.30 / 0.40)

CMYK percentages

%7.24
%0
%30.26
%40.39

Codes

Color #8D986A in popluar color models

8D 98 6A
RGB 141 152 106
HSL 74° 18.25% 50.59%
HSB/HSV 74° 30.26% 59.61%
CMYK 7.24% 0.00% 30.26%
40.39%

Color #8D986A in popluar number systems.

HEX 8D 98 6A
Decimal 141 152 106
Binary 10001101 10011000 1101010
Octal 215 230 152

Shades and tints

Shades of #8D986A

#8D986A
(141,152,106)
#818B61
(129,139,97)
#757E58
(117,126,88)
#69714F
(105,113,79)
#5D6446
(93,100,70)
#51573D
(81,87,61)
#454A34
(69,74,52)
#393D2B
(57,61,43)
#2D3022
(45,48,34)
#212319
(33,35,25)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #8D986A

#8D986A
(141,152,106)
#97A177
(151,161,119)
#A1AA84
(161,170,132)
#ABB391
(171,179,145)
#B5BC9E
(181,188,158)
#BFC5AB
(191,197,171)
#C9CEB8
(201,206,184)
#D3D7C5
(211,215,197)
#DDE0D2
(221,224,210)
#E7E9DF
(231,233,223)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D986A; }

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

This text font color is #8D986A.

Background Color

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

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

This div background color is #8D986A.

Border color

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

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

This div border color is #8D986A.

Opacity

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

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

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

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

This text has shadow with #8D986A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D986A.

Preview

Color preview on black background

This text has color #8D986A on black background.


Color preview on white background

This text has color #8D986A on white background.


Black color preview on #8D986A background

This text has black color on #8D986A background.


White color preview on #8D986A background

This text has white color on #8D986A background.


Related colors

Complementary color

Complementary color for #hex is #726795.


I love getcolorcode.com

Triadic colors

1 #6A8D98 and #986A8D with #8D986A are triadic colors.

2 #6A988D and #988D6A with #8D986A are triadic colors.