COLOR #86986B

HEX: #86986B RGB: (134,152,107)

Color info

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

RGB color model

#86986B color RGB value is (134,152,107).

RGB: (134,152,107) (53%, 60%, 42%)

RGB channels and saturation

R 134 of 255 = 53%
G 152 of 255 = 60%
B 107 of 255 = 42%

134
152
107

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

Portions of RGB colors in percentages

R + G + B = 134 + 152 + 107 = 393 (100%)
R 134 of 393 ~ 34.1%
G 152 of 393 ~ 38.68%
B 107 of 393 ~ 27.23'%

%34.1
%38.68
%27.23

CMYK color model

#86986B color CMYK value is (12,0,30,40).

  • cyan value is 11.84%
  • magenta value is 0.00%
  • yellow value is 29.61%
  • key color value is 40.39%

CMYK: (12,0,30,40)
C12M0Y30K40 (12%, 0%, 30%, 40%)
(0.12 / 0.00 / 0.30 / 0.40)

CMYK percentages

%11.84
%0
%29.61
%40.39

Codes

Color #86986B in popluar color models

86 98 6B
RGB 134 152 107
HSL 84° 17.93% 50.78%
HSB/HSV 84° 29.61% 59.61%
CMYK 11.84% 0.00% 29.61%
40.39%

Color #86986B in popluar number systems.

HEX 86 98 6B
Decimal 134 152 107
Binary 10000110 10011000 1101011
Octal 206 230 153

Shades and tints

Shades of #86986B

#86986B
(134,152,107)
#7A8B62
(122,139,98)
#6E7E59
(110,126,89)
#627150
(98,113,80)
#566447
(86,100,71)
#4A573E
(74,87,62)
#3E4A35
(62,74,53)
#323D2C
(50,61,44)
#263023
(38,48,35)
#1A231A
(26,35,26)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #86986B

#86986B
(134,152,107)
#91A178
(145,161,120)
#9CAA85
(156,170,133)
#A7B392
(167,179,146)
#B2BC9F
(178,188,159)
#BDC5AC
(189,197,172)
#C8CEB9
(200,206,185)
#D3D7C6
(211,215,198)
#DEE0D3
(222,224,211)
#E9E9E0
(233,233,224)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86986B; }

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

This text font color is #86986B.

Background Color

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

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

This div background color is #86986B.

Border color

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

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

This div border color is #86986B.

Opacity

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

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

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

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

This text has shadow with #86986B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86986B.

Preview

Color preview on black background

This text has color #86986B on black background.


Color preview on white background

This text has color #86986B on white background.


Black color preview on #86986B background

This text has black color on #86986B background.


White color preview on #86986B background

This text has white color on #86986B background.


Related colors

Complementary color

Complementary color for #hex is #796794.


I love getcolorcode.com

Triadic colors

1 #6B8698 and #986B86 with #86986B are triadic colors.

2 #6B9886 and #98866B with #86986B are triadic colors.