COLOR #8B986E

HEX: #8B986E
RGB: (139,152,110)

Color info

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

RGB color model

#8B986E color RGB value is (139,152,110).

  • red value is 139;
  • green value is 152;
  • blue value is 110.
RGB:
(139,152,110)
(55%,60%,43%)

RGB channels and saturation

R 139 of 255 = 55%
G 152 of 255 = 60%
B 110 of 255 = 43%

139
152
110

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

Portions of RGB colors in percentages

R + G + B =
139 + 152 + 110 = 401 (100%)
R 139 of 401 ~ 34.66%
G 152 of 401 ~ 37.91%
B 110 of 401 ~ 27.43%

%34.66
%37.91
%27.43

CMYK color model

#8B986E color CMYK value is (9,0,28,40).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 27.63%
  • key color value is 40.39%
CMYK:
(9,0,28,40)
C9M0Y28K40 
(9%,0%,28%,40%)
(0.09/0.00/0.28/0.40)	

CMYK percentages

%8.55
%0
%27.63
%40.39

Codes

Color #8B986E in popluar color models

8B986E
RGB139152110
HSL79°16.94%51.37%
HSB/HSV79°27.63%59.61%
CMYK8.55%0.00%27.63%
40.39%

Color #8B986E in popluar number systems.

HEX8B986E
Decimal139152110
Binary10001011100110001101110
Octal213230156

Shades and tints

Shades of #8B986E

#8B986E
(139,152,110)
#7F8B64
(127,139,100)
#737E5A
(115,126,90)
#677150
(103,113,80)
#5B6446
(91,100,70)
#4F573C
(79,87,60)
#434A32
(67,74,50)
#373D28
(55,61,40)
#2B301E
(43,48,30)
#1F2314
(31,35,20)
#13160A
(19,22,10)
#000000
(0,0,0)

Tints of #8B986E

#8B986E
(139,152,110)
#95A17B
(149,161,123)
#9FAA88
(159,170,136)
#A9B395
(169,179,149)
#B3BCA2
(179,188,162)
#BDC5AF
(189,197,175)
#C7CEBC
(199,206,188)
#D1D7C9
(209,215,201)
#DBE0D6
(219,224,214)
#E5E9E3
(229,233,227)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B986E; }

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

This text font color is #8B986E.


Background Color

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

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

This div background color is #8B986E.


Border color

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

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

This div border color is #8B986E.


Opacity

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

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

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

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

This text has shadow with #8B986E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B986E on black background.


Color preview on white background

This text has color #8B986E on white background.



Black color preview on #8B986E background

This text has black color on #8B986E background.


White color preview on #8B986E background

This text has white color on #8B986E background.