COLOR #8B986C

HEX: #8B986C RGB: (139,152,108)

Color info

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

RGB color model

#8B986C color RGB value is (139,152,108).

RGB: (139,152,108) (55%, 60%, 42%)

RGB channels and saturation

R 139 of 255 = 55%
G 152 of 255 = 60%
B 108 of 255 = 42%

139
152
108

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

Portions of RGB colors in percentages

R + G + B = 139 + 152 + 108 = 399 (100%)
R 139 of 399 ~ 34.84%
G 152 of 399 ~ 38.1%
B 108 of 399 ~ 27.07'%

%34.84
%38.1
%27.07

CMYK color model

#8B986C color CMYK value is (9,0,29,40).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 40.39%

CMYK: (9,0,29,40)
C9M0Y29K40 (9%, 0%, 29%, 40%)
(0.09 / 0.00 / 0.29 / 0.40)

CMYK percentages

%8.55
%0
%28.95
%40.39

Codes

Color #8B986C in popluar color models

8B 98 6C
RGB 139 152 108
HSL 78° 17.60% 50.98%
HSB/HSV 78° 28.95% 59.61%
CMYK 8.55% 0.00% 28.95%
40.39%

Color #8B986C in popluar number systems.

HEX 8B 98 6C
Decimal 139 152 108
Binary 10001011 10011000 1101100
Octal 213 230 154

Shades and tints

Shades of #8B986C

#8B986C
(139,152,108)
#7F8B63
(127,139,99)
#737E5A
(115,126,90)
#677151
(103,113,81)
#5B6448
(91,100,72)
#4F573F
(79,87,63)
#434A36
(67,74,54)
#373D2D
(55,61,45)
#2B3024
(43,48,36)
#1F231B
(31,35,27)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #8B986C

#8B986C
(139,152,108)
#95A179
(149,161,121)
#9FAA86
(159,170,134)
#A9B393
(169,179,147)
#B3BCA0
(179,188,160)
#BDC5AD
(189,197,173)
#C7CEBA
(199,206,186)
#D1D7C7
(209,215,199)
#DBE0D4
(219,224,212)
#E5E9E1
(229,233,225)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B986C color. Also use rgb(139,152,108) instead hex code.

Text Font Color

.myTextColor { color: #8B986C; }

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

This text font color is #8B986C.

Background Color

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

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

This div background color is #8B986C.

Border color

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

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

This div border color is #8B986C.

Opacity

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

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

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

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

This text has shadow with #8B986C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B986C.

Preview

Color preview on black background

This text has color #8B986C on black background.


Color preview on white background

This text has color #8B986C on white background.


Black color preview on #8B986C background

This text has black color on #8B986C background.


White color preview on #8B986C background

This text has white color on #8B986C background.


Related colors

Complementary color

Complementary color for #hex is #746793.


I love getcolorcode.com

Triadic colors

1 #6C8B98 and #986C8B with #8B986C are triadic colors.

2 #6C988B and #988B6C with #8B986C are triadic colors.