COLOR #86708F

HEX: #86708F
RGB: (134,112,143)

Color info

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

RGB color model

#86708F color RGB value is (134,112,143).

  • red value is 134;
  • green value is 112;
  • blue value is 143.
RGB:
(134,112,143)
(53%,44%,56%)

RGB channels and saturation

R 134 of 255 = 53%
G 112 of 255 = 44%
B 143 of 255 = 56%

134
112
143

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

Portions of RGB colors in percentages

R + G + B =
134 + 112 + 143 = 389 (100%)
R 134 of 389 ~ 34.45%
G 112 of 389 ~ 28.79%
B 143 of 389 ~ 36.76%

%34.45
%28.79
%36.76

CMYK color model

#86708F color CMYK value is (6,22,0,44).

  • cyan value is 6.29%
  • magenta value is 21.68%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(6,22,0,44)
C6M22Y0K44 
(6%,22%,0%,44%)
(0.06/0.22/0.00/0.44)	

CMYK percentages

%6.29
%21.68
%0
%43.92

Codes

Color #86708F in popluar color models

86708F
RGB134112143
HSL283°12.16%50.00%
HSB/HSV283°21.68%56.08%
CMYK6.29%21.68%0.00%
43.92%

Color #86708F in popluar number systems.

HEX86708F
Decimal134112143
Binary10000110111000010001111
Octal206160217

Shades and tints

Shades of #86708F

#86708F
(134,112,143)
#7A6682
(122,102,130)
#6E5C75
(110,92,117)
#625268
(98,82,104)
#56485B
(86,72,91)
#4A3E4E
(74,62,78)
#3E3441
(62,52,65)
#322A34
(50,42,52)
#262027
(38,32,39)
#1A161A
(26,22,26)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #86708F

#86708F
(134,112,143)
#917D99
(145,125,153)
#9C8AA3
(156,138,163)
#A797AD
(167,151,173)
#B2A4B7
(178,164,183)
#BDB1C1
(189,177,193)
#C8BECB
(200,190,203)
#D3CBD5
(211,203,213)
#DED8DF
(222,216,223)
#E9E5E9
(233,229,233)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86708F color. Also use rgb(134,112,143) instead hex code.

Text Font Color

.myTextColor { color: #86708F; }

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

This text font color is #86708F.


Background Color

.myBgColor { background-color: #86708F; }

<div style="background-color:#86708F">Inner text</div>

This div background color is #86708F.


Border color

.myBorderColor { border: 1px solid #86708F; }

<div style="border:3px solid #86708F">Div</div>

This div border color is #86708F.


Opacity

.myOpacity80 { color: #86708F; opacity: 0.8; }

<p style="color:#86708F;opacity:0.8;">80%</p>

Text with #86708F 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 #86708F;}

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

This text has shadow with #86708F color.

.textShadow {text-shadow: 3px 3px 1px #86708F, 3px 3px 1px red;}

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

This text has shadow with #86708F primary color and red secondary color.


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

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

This text has shadow with #86708F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86708F on black background.


Color preview on white background

This text has color #86708F on white background.



Black color preview on #86708F background

This text has black color on #86708F background.


White color preview on #86708F background

This text has white color on #86708F background.