COLOR #8B987F

HEX: #8B987F
RGB: (139,152,127)

Color info

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

RGB color model

#8B987F color RGB value is (139,152,127).

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

RGB channels and saturation

R 139 of 255 = 55%
G 152 of 255 = 60%
B 127 of 255 = 50%

139
152
127

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

Portions of RGB colors in percentages

R + G + B =
139 + 152 + 127 = 418 (100%)
R 139 of 418 ~ 33.25%
G 152 of 418 ~ 36.36%
B 127 of 418 ~ 30.38%

%33.25
%36.36
%30.38

CMYK color model

#8B987F color CMYK value is (9,0,16,40).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 16.45%
  • key color value is 40.39%
CMYK:
(9,0,16,40)
C9M0Y16K40 
(9%,0%,16%,40%)
(0.09/0.00/0.16/0.40)	

CMYK percentages

%8.55
%0
%16.45
%40.39

Codes

Color #8B987F in popluar color models

8B987F
RGB139152127
HSL91°10.82%54.71%
HSB/HSV91°16.45%59.61%
CMYK8.55%0.00%16.45%
40.39%

Color #8B987F in popluar number systems.

HEX8B987F
Decimal139152127
Binary10001011100110001111111
Octal213230177

Shades and tints

Shades of #8B987F

#8B987F
(139,152,127)
#7F8B74
(127,139,116)
#737E69
(115,126,105)
#67715E
(103,113,94)
#5B6453
(91,100,83)
#4F5748
(79,87,72)
#434A3D
(67,74,61)
#373D32
(55,61,50)
#2B3027
(43,48,39)
#1F231C
(31,35,28)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #8B987F

#8B987F
(139,152,127)
#95A18A
(149,161,138)
#9FAA95
(159,170,149)
#A9B3A0
(169,179,160)
#B3BCAB
(179,188,171)
#BDC5B6
(189,197,182)
#C7CEC1
(199,206,193)
#D1D7CC
(209,215,204)
#DBE0D7
(219,224,215)
#E5E9E2
(229,233,226)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B987F; }

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

This text font color is #8B987F.


Background Color

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

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

This div background color is #8B987F.


Border color

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

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

This div border color is #8B987F.


Opacity

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

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

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

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

This text has shadow with #8B987F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B987F on black background.


Color preview on white background

This text has color #8B987F on white background.



Black color preview on #8B987F background

This text has black color on #8B987F background.


White color preview on #8B987F background

This text has white color on #8B987F background.