COLOR #86887B

HEX: #86887B RGB: (134,136,123)

Color info

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

RGB color model

#86887B color RGB value is (134,136,123).

RGB: (134,136,123) (53%, 53%, 48%)

RGB channels and saturation

R 134 of 255 = 53%
G 136 of 255 = 53%
B 123 of 255 = 48%

134
136
123

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

Portions of RGB colors in percentages

R + G + B = 134 + 136 + 123 = 393 (100%)
R 134 of 393 ~ 34.1%
G 136 of 393 ~ 34.61%
B 123 of 393 ~ 31.3'%

%34.1
%34.61
%31.3

CMYK color model

#86887B color CMYK value is (1,0,10,47).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 9.56%
  • key color value is 46.67%

CMYK: (1,0,10,47)
C1M0Y10K47 (1%, 0%, 10%, 47%)
(0.01 / 0.00 / 0.10 / 0.47)

CMYK percentages

%1.47
%0
%9.56
%46.67

Codes

Color #86887B in popluar color models

86 88 7B
RGB 134 136 123
HSL 69° 5.18% 50.78%
HSB/HSV 69° 9.56% 53.33%
CMYK 1.47% 0.00% 9.56%
46.67%

Color #86887B in popluar number systems.

HEX 86 88 7B
Decimal 134 136 123
Binary 10000110 10001000 1111011
Octal 206 210 173

Shades and tints

Shades of #86887B

#86887B
(134,136,123)
#7A7C70
(122,124,112)
#6E7065
(110,112,101)
#62645A
(98,100,90)
#56584F
(86,88,79)
#4A4C44
(74,76,68)
#3E4039
(62,64,57)
#32342E
(50,52,46)
#262823
(38,40,35)
#1A1C18
(26,28,24)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #86887B

#86887B
(134,136,123)
#919287
(145,146,135)
#9C9C93
(156,156,147)
#A7A69F
(167,166,159)
#B2B0AB
(178,176,171)
#BDBAB7
(189,186,183)
#C8C4C3
(200,196,195)
#D3CECF
(211,206,207)
#DED8DB
(222,216,219)
#E9E2E7
(233,226,231)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86887B; }

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

This text font color is #86887B.

Background Color

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

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

This div background color is #86887B.

Border color

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

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

This div border color is #86887B.

Opacity

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

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

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

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

This text has shadow with #86887B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86887B.

Preview

Color preview on black background

This text has color #86887B on black background.


Color preview on white background

This text has color #86887B on white background.


Black color preview on #86887B background

This text has black color on #86887B background.


White color preview on #86887B background

This text has white color on #86887B background.


Related colors

Complementary color

Complementary color for #hex is #797784.


I love getcolorcode.com

Triadic colors

1 #7B8688 and #887B86 with #86887B are triadic colors.

2 #7B8886 and #88867B with #86887B are triadic colors.