COLOR #86718B

HEX: #86718B
RGB: (134,113,139)

Color info

#86718B contains red, green and blue colors in about the same proportion. Web safe color of #86718B is #996699 (or #969).

RGB color model

#86718B color RGB value is (134,113,139).

  • red value is 134;
  • green value is 113;
  • blue value is 139.
RGB:
(134,113,139)
(53%,44%,55%)

RGB channels and saturation

R 134 of 255 = 53%
G 113 of 255 = 44%
B 139 of 255 = 55%

134
113
139

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

Portions of RGB colors in percentages

R + G + B =
134 + 113 + 139 = 386 (100%)
R 134 of 386 ~ 34.72%
G 113 of 386 ~ 29.27%
B 139 of 386 ~ 36.01%

%34.72
%29.27
%36.01

CMYK color model

#86718B color CMYK value is (4,19,0,45).

  • cyan value is 3.60%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(4,19,0,45)
C4M19Y0K45 
(4%,19%,0%,45%)
(0.04/0.19/0.00/0.45)	

CMYK percentages

%3.6
%18.71
%0
%45.49

Codes

Color #86718B in popluar color models

86718B
RGB134113139
HSL288°10.32%49.41%
HSB/HSV288°18.71%54.51%
CMYK3.60%18.71%0.00%
45.49%

Color #86718B in popluar number systems.

HEX86718B
Decimal134113139
Binary10000110111000110001011
Octal206161213

Shades and tints

Shades of #86718B

#86718B
(134,113,139)
#7A677F
(122,103,127)
#6E5D73
(110,93,115)
#625367
(98,83,103)
#56495B
(86,73,91)
#4A3F4F
(74,63,79)
#3E3543
(62,53,67)
#322B37
(50,43,55)
#26212B
(38,33,43)
#1A171F
(26,23,31)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #86718B

#86718B
(134,113,139)
#917D95
(145,125,149)
#9C899F
(156,137,159)
#A795A9
(167,149,169)
#B2A1B3
(178,161,179)
#BDADBD
(189,173,189)
#C8B9C7
(200,185,199)
#D3C5D1
(211,197,209)
#DED1DB
(222,209,219)
#E9DDE5
(233,221,229)
#F4E9EF
(244,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86718B color. Also use rgb(134,113,139) instead hex code.

Text Font Color

.myTextColor { color: #86718B; }

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

This text font color is #86718B.


Background Color

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

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

This div background color is #86718B.


Border color

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

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

This div border color is #86718B.


Opacity

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

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

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

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

This text has shadow with #86718B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86718B on black background.


Color preview on white background

This text has color #86718B on white background.



Black color preview on #86718B background

This text has black color on #86718B background.


White color preview on #86718B background

This text has white color on #86718B background.