COLOR #86987B

HEX: #86987B
RGB: (134,152,123)

Color info

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

RGB color model

#86987B color RGB value is (134,152,123).

  • red value is 134;
  • green value is 152;
  • blue value is 123.
RGB:
(134,152,123)
(53%,60%,48%)

RGB channels and saturation

R 134 of 255 = 53%
G 152 of 255 = 60%
B 123 of 255 = 48%

134
152
123

R + G + B ~ 54%. #86987B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 152 + 123 = 409 (100%)
R 134 of 409 ~ 32.76%
G 152 of 409 ~ 37.16%
B 123 of 409 ~ 30.07%

%32.76
%37.16
%30.07

CMYK color model

#86987B color CMYK value is (12,0,19,40).

  • cyan value is 11.84%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 40.39%
CMYK:
(12,0,19,40)
C12M0Y19K40 
(12%,0%,19%,40%)
(0.12/0.00/0.19/0.40)	

CMYK percentages

%11.84
%0
%19.08
%40.39

Codes

Color #86987B in popluar color models

86987B
RGB134152123
HSL97°12.34%53.92%
HSB/HSV97°19.08%59.61%
CMYK11.84%0.00%19.08%
40.39%

Color #86987B in popluar number systems.

HEX86987B
Decimal134152123
Binary10000110100110001111011
Octal206230173

Shades and tints

Shades of #86987B

#86987B
(134,152,123)
#7A8B70
(122,139,112)
#6E7E65
(110,126,101)
#62715A
(98,113,90)
#56644F
(86,100,79)
#4A5744
(74,87,68)
#3E4A39
(62,74,57)
#323D2E
(50,61,46)
#263023
(38,48,35)
#1A2318
(26,35,24)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #86987B

#86987B
(134,152,123)
#91A187
(145,161,135)
#9CAA93
(156,170,147)
#A7B39F
(167,179,159)
#B2BCAB
(178,188,171)
#BDC5B7
(189,197,183)
#C8CEC3
(200,206,195)
#D3D7CF
(211,215,207)
#DEE0DB
(222,224,219)
#E9E9E7
(233,233,231)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86987B color. Also use rgb(134,152,123) instead hex code.

Text Font Color

.myTextColor { color: #86987B; }

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

This text font color is #86987B.


Background Color

.myBgColor { background-color: #86987B; }

<div style="background-color:#86987B">Inner text</div>

This div background color is #86987B.


Border color

.myBorderColor { border: 1px solid #86987B; }

<div style="border:3px solid #86987B">Div</div>

This div border color is #86987B.


Opacity

.myOpacity80 { color: #86987B; opacity: 0.8; }

<p style="color:#86987B;opacity:0.8;">80%</p>

Text with #86987B 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 #86987B;}

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

This text has shadow with #86987B color.

.textShadow {text-shadow: 3px 3px 1px #86987B, 3px 3px 1px red;}

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

This text has shadow with #86987B primary color and red secondary color.


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

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

This text has shadow with #86987B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86987B on black background.


Color preview on white background

This text has color #86987B on white background.



Black color preview on #86987B background

This text has black color on #86987B background.


White color preview on #86987B background

This text has white color on #86987B background.