COLOR #86988C

HEX: #86988C
RGB: (134,152,140)

Color info

#86988C contains red, green and blue colors in about the same proportion. Web safe color of #86988C is #999999 (or #999).

RGB color model

#86988C color RGB value is (134,152,140).

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

RGB channels and saturation

R 134 of 255 = 53%
G 152 of 255 = 60%
B 140 of 255 = 55%

134
152
140

R + G + B ~ 56%. #86988C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 152 + 140 = 426 (100%)
R 134 of 426 ~ 31.46%
G 152 of 426 ~ 35.68%
B 140 of 426 ~ 32.86%

%31.46
%35.68
%32.86

CMYK color model

#86988C color CMYK value is (12,0,8,40).

  • cyan value is 11.84%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK:
(12,0,8,40)
C12M0Y8K40 
(12%,0%,8%,40%)
(0.12/0.00/0.08/0.40)	

CMYK percentages

%11.84
%0
%7.89
%40.39

Codes

Color #86988C in popluar color models

86988C
RGB134152140
HSL140°8.04%56.08%
HSB/HSV140°11.84%59.61%
CMYK11.84%0.00%7.89%
40.39%

Color #86988C in popluar number systems.

HEX86988C
Decimal134152140
Binary100001101001100010001100
Octal206230214

Shades and tints

Shades of #86988C

#86988C
(134,152,140)
#7A8B80
(122,139,128)
#6E7E74
(110,126,116)
#627168
(98,113,104)
#56645C
(86,100,92)
#4A5750
(74,87,80)
#3E4A44
(62,74,68)
#323D38
(50,61,56)
#26302C
(38,48,44)
#1A2320
(26,35,32)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #86988C

#86988C
(134,152,140)
#91A196
(145,161,150)
#9CAAA0
(156,170,160)
#A7B3AA
(167,179,170)
#B2BCB4
(178,188,180)
#BDC5BE
(189,197,190)
#C8CEC8
(200,206,200)
#D3D7D2
(211,215,210)
#DEE0DC
(222,224,220)
#E9E9E6
(233,233,230)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86988C color. Also use rgb(134,152,140) instead hex code.

Text Font Color

.myTextColor { color: #86988C; }

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

This text font color is #86988C.


Background Color

.myBgColor { background-color: #86988C; }

<div style="background-color:#86988C">Inner text</div>

This div background color is #86988C.


Border color

.myBorderColor { border: 1px solid #86988C; }

<div style="border:3px solid #86988C">Div</div>

This div border color is #86988C.


Opacity

.myOpacity80 { color: #86988C; opacity: 0.8; }

<p style="color:#86988C;opacity:0.8;">80%</p>

Text with #86988C 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 #86988C;}

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

This text has shadow with #86988C color.

.textShadow {text-shadow: 3px 3px 1px #86988C, 3px 3px 1px red;}

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

This text has shadow with #86988C primary color and red secondary color.


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

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

This text has shadow with #86988C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86988C on black background.


Color preview on white background

This text has color #86988C on white background.



Black color preview on #86988C background

This text has black color on #86988C background.


White color preview on #86988C background

This text has white color on #86988C background.