COLOR #86998D

HEX: #86998D RGB: (134,153,141)

Color info

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

RGB color model

#86998D color RGB value is (134,153,141).

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

RGB channels and saturation

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

134
153
141

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

Portions of RGB colors in percentages

R + G + B = 134 + 153 + 141 = 428 (100%)
R 134 of 428 ~ 31.31%
G 153 of 428 ~ 35.75%
B 141 of 428 ~ 32.94'%

%31.31
%35.75
%32.94

CMYK color model

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

  • cyan value is 12.42%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • 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
%7.84
%40

Codes

Color #86998D in popluar color models

86 99 8D
RGB 134 153 141
HSL 142° 8.52% 56.27%
HSB/HSV 142° 12.42% 60.00%
CMYK 12.42% 0.00% 7.84%
40.00%

Color #86998D in popluar number systems.

HEX 86 99 8D
Decimal 134 153 141
Binary 10000110 10011001 10001101
Octal 206 231 215

Shades and tints

Shades of #86998D

#86998D
(134,153,141)
#7A8C81
(122,140,129)
#6E7F75
(110,127,117)
#627269
(98,114,105)
#56655D
(86,101,93)
#4A5851
(74,88,81)
#3E4B45
(62,75,69)
#323E39
(50,62,57)
#26312D
(38,49,45)
#1A2421
(26,36,33)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #86998D

#86998D
(134,153,141)
#91A297
(145,162,151)
#9CABA1
(156,171,161)
#A7B4AB
(167,180,171)
#B2BDB5
(178,189,181)
#BDC6BF
(189,198,191)
#C8CFC9
(200,207,201)
#D3D8D3
(211,216,211)
#DEE1DD
(222,225,221)
#E9EAE7
(233,234,231)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86998D; }

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

This text font color is #86998D.

Background Color

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

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

This div background color is #86998D.

Border color

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

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

This div border color is #86998D.

Opacity

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

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

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

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

This text has shadow with #86998D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86998D.

Preview

Color preview on black background

This text has color #86998D on black background.


Color preview on white background

This text has color #86998D on white background.


Black color preview on #86998D background

This text has black color on #86998D background.


White color preview on #86998D background

This text has white color on #86998D background.


Related colors

Complementary color

Complementary color for #hex is #796672.


I love getcolorcode.com

Triadic colors

1 #8D8699 and #998D86 with #86998D are triadic colors.

2 #8D9986 and #99868D with #86998D are triadic colors.