COLOR #8B987D

HEX: #8B987D
RGB: (139,152,125)

Color info

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

RGB color model

#8B987D color RGB value is (139,152,125).

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

RGB channels and saturation

R 139 of 255 = 55%
G 152 of 255 = 60%
B 125 of 255 = 49%

139
152
125

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

Portions of RGB colors in percentages

R + G + B =
139 + 152 + 125 = 416 (100%)
R 139 of 416 ~ 33.41%
G 152 of 416 ~ 36.54%
B 125 of 416 ~ 30.05%

%33.41
%36.54
%30.05

CMYK color model

#8B987D color CMYK value is (9,0,18,40).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 17.76%
  • key color value is 40.39%
CMYK:
(9,0,18,40)
C9M0Y18K40 
(9%,0%,18%,40%)
(0.09/0.00/0.18/0.40)	

CMYK percentages

%8.55
%0
%17.76
%40.39

Codes

Color #8B987D in popluar color models

8B987D
RGB139152125
HSL89°11.59%54.31%
HSB/HSV89°17.76%59.61%
CMYK8.55%0.00%17.76%
40.39%

Color #8B987D in popluar number systems.

HEX8B987D
Decimal139152125
Binary10001011100110001111101
Octal213230175

Shades and tints

Shades of #8B987D

#8B987D
(139,152,125)
#7F8B72
(127,139,114)
#737E67
(115,126,103)
#67715C
(103,113,92)
#5B6451
(91,100,81)
#4F5746
(79,87,70)
#434A3B
(67,74,59)
#373D30
(55,61,48)
#2B3025
(43,48,37)
#1F231A
(31,35,26)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #8B987D

#8B987D
(139,152,125)
#95A188
(149,161,136)
#9FAA93
(159,170,147)
#A9B39E
(169,179,158)
#B3BCA9
(179,188,169)
#BDC5B4
(189,197,180)
#C7CEBF
(199,206,191)
#D1D7CA
(209,215,202)
#DBE0D5
(219,224,213)
#E5E9E0
(229,233,224)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B987D; }

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

This text font color is #8B987D.


Background Color

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

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

This div background color is #8B987D.


Border color

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

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

This div border color is #8B987D.


Opacity

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

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

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

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

This text has shadow with #8B987D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B987D on black background.


Color preview on white background

This text has color #8B987D on white background.



Black color preview on #8B987D background

This text has black color on #8B987D background.


White color preview on #8B987D background

This text has white color on #8B987D background.