COLOR #86718D

HEX: #86718D
RGB: (134,113,141)

Color info

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

RGB color model

#86718D color RGB value is (134,113,141).

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

RGB channels and saturation

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

134
113
141

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

Portions of RGB colors in percentages

R + G + B =
134 + 113 + 141 = 388 (100%)
R 134 of 388 ~ 34.54%
G 113 of 388 ~ 29.12%
B 141 of 388 ~ 36.34%

%34.54
%29.12
%36.34

CMYK color model

#86718D color CMYK value is (5,20,0,45).

  • cyan value is 4.96%
  • magenta value is 19.86%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(5,20,0,45)
C5M20Y0K45 
(5%,20%,0%,45%)
(0.05/0.20/0.00/0.45)	

CMYK percentages

%4.96
%19.86
%0
%44.71

Codes

Color #86718D in popluar color models

86718D
RGB134113141
HSL285°11.02%49.80%
HSB/HSV285°19.86%55.29%
CMYK4.96%19.86%0.00%
44.71%

Color #86718D in popluar number systems.

HEX86718D
Decimal134113141
Binary10000110111000110001101
Octal206161215

Shades and tints

Shades of #86718D

#86718D
(134,113,141)
#7A6781
(122,103,129)
#6E5D75
(110,93,117)
#625369
(98,83,105)
#56495D
(86,73,93)
#4A3F51
(74,63,81)
#3E3545
(62,53,69)
#322B39
(50,43,57)
#26212D
(38,33,45)
#1A1721
(26,23,33)
#0E0D15
(14,13,21)
#000000
(0,0,0)

Tints of #86718D

#86718D
(134,113,141)
#917D97
(145,125,151)
#9C89A1
(156,137,161)
#A795AB
(167,149,171)
#B2A1B5
(178,161,181)
#BDADBF
(189,173,191)
#C8B9C9
(200,185,201)
#D3C5D3
(211,197,211)
#DED1DD
(222,209,221)
#E9DDE7
(233,221,231)
#F4E9F1
(244,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86718D; }

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

This text font color is #86718D.


Background Color

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

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

This div background color is #86718D.


Border color

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

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

This div border color is #86718D.


Opacity

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

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

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

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

This text has shadow with #86718D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86718D on black background.


Color preview on white background

This text has color #86718D on white background.



Black color preview on #86718D background

This text has black color on #86718D background.


White color preview on #86718D background

This text has white color on #86718D background.