COLOR #86998C

HEX: #86998C RGB: (134,153,140)

Color info

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

RGB color model

#86998C color RGB value is (134,153,140).

RGB: (134,153,140) (53%, 60%, 55%)

RGB channels and saturation

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

134
153
140

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

Portions of RGB colors in percentages

R + G + B = 134 + 153 + 140 = 427 (100%)
R 134 of 427 ~ 31.38%
G 153 of 427 ~ 35.83%
B 140 of 427 ~ 32.79'%

%31.38
%35.83
%32.79

CMYK color model

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

  • cyan value is 12.42%
  • magenta value is 0.00%
  • yellow value is 8.50%
  • key color value is 40.00%

CMYK: (12,0,8,40)
C12M0Y8K40 (12%, 0%, 8%, 40%)
(0.12 / 0.00 / 0.08 / 0.40)

CMYK percentages

%12.42
%0
%8.5
%40

Codes

Color #86998C in popluar color models

86 99 8C
RGB 134 153 140
HSL 139° 8.52% 56.27%
HSB/HSV 139° 12.42% 60.00%
CMYK 12.42% 0.00% 8.50%
40.00%

Color #86998C in popluar number systems.

HEX 86 99 8C
Decimal 134 153 140
Binary 10000110 10011001 10001100
Octal 206 231 214

Shades and tints

Shades of #86998C

#86998C
(134,153,140)
#7A8C80
(122,140,128)
#6E7F74
(110,127,116)
#627268
(98,114,104)
#56655C
(86,101,92)
#4A5850
(74,88,80)
#3E4B44
(62,75,68)
#323E38
(50,62,56)
#26312C
(38,49,44)
#1A2420
(26,36,32)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #86998C

#86998C
(134,153,140)
#91A296
(145,162,150)
#9CABA0
(156,171,160)
#A7B4AA
(167,180,170)
#B2BDB4
(178,189,180)
#BDC6BE
(189,198,190)
#C8CFC8
(200,207,200)
#D3D8D2
(211,216,210)
#DEE1DC
(222,225,220)
#E9EAE6
(233,234,230)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86998C; }

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

This text font color is #86998C.

Background Color

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

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

This div background color is #86998C.

Border color

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

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

This div border color is #86998C.

Opacity

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

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

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

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

This text has shadow with #86998C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86998C.

Preview

Color preview on black background

This text has color #86998C on black background.


Color preview on white background

This text has color #86998C on white background.


Black color preview on #86998C background

This text has black color on #86998C background.


White color preview on #86998C background

This text has white color on #86998C background.


Related colors

Complementary color

Complementary color for #hex is #796673.


I love getcolorcode.com

Triadic colors

1 #8C8699 and #998C86 with #86998C are triadic colors.

2 #8C9986 and #99868C with #86998C are triadic colors.