COLOR #86587E

HEX: #86587E
RGB: (134,88,126)

Color info

#86587E contains red, green and blue colors in about the same proportion. Web safe color of #86587E is #996666 (or #966).

RGB color model

#86587E color RGB value is (134,88,126).

  • red value is 134;
  • green value is 88;
  • blue value is 126.
RGB:
(134,88,126)
(53%,35%,49%)

RGB channels and saturation

R 134 of 255 = 53%
G 88 of 255 = 35%
B 126 of 255 = 49%

134
88
126

R + G + B ~ 46%. #86587E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 88 + 126 = 348 (100%)
R 134 of 348 ~ 38.51%
G 88 of 348 ~ 25.29%
B 126 of 348 ~ 36.21%

%38.51
%25.29
%36.21

CMYK color model

#86587E color CMYK value is (0,34,6,47).

  • cyan value is 0.00%
  • magenta value is 34.33%
  • yellow value is 5.97%
  • key color value is 47.45%
CMYK:
(0,34,6,47)
C0M34Y6K47 
(0%,34%,6%,47%)
(0.00/0.34/0.06/0.47)	

CMYK percentages

%0
%34.33
%5.97
%47.45

Codes

Color #86587E in popluar color models

86587E
RGB13488126
HSL310°20.72%43.53%
HSB/HSV310°34.33%52.55%
CMYK0.00%34.33%5.97%
47.45%

Color #86587E in popluar number systems.

HEX86587E
Decimal13488126
Binary1000011010110001111110
Octal206130176

Shades and tints

Shades of #86587E

#86587E
(134,88,126)
#7A5073
(122,80,115)
#6E4868
(110,72,104)
#62405D
(98,64,93)
#563852
(86,56,82)
#4A3047
(74,48,71)
#3E283C
(62,40,60)
#322031
(50,32,49)
#261826
(38,24,38)
#1A101B
(26,16,27)
#0E0810
(14,8,16)
#000000
(0,0,0)

Tints of #86587E

#86587E
(134,88,126)
#916789
(145,103,137)
#9C7694
(156,118,148)
#A7859F
(167,133,159)
#B294AA
(178,148,170)
#BDA3B5
(189,163,181)
#C8B2C0
(200,178,192)
#D3C1CB
(211,193,203)
#DED0D6
(222,208,214)
#E9DFE1
(233,223,225)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86587E color. Also use rgb(134,88,126) instead hex code.

Text Font Color

.myTextColor { color: #86587E; }

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

This text font color is #86587E.


Background Color

.myBgColor { background-color: #86587E; }

<div style="background-color:#86587E">Inner text</div>

This div background color is #86587E.


Border color

.myBorderColor { border: 1px solid #86587E; }

<div style="border:3px solid #86587E">Div</div>

This div border color is #86587E.


Opacity

.myOpacity80 { color: #86587E; opacity: 0.8; }

<p style="color:#86587E;opacity:0.8;">80%</p>

Text with #86587E 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 #86587E;}

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

This text has shadow with #86587E color.

.textShadow {text-shadow: 3px 3px 1px #86587E, 3px 3px 1px red;}

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

This text has shadow with #86587E primary color and red secondary color.


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

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

This text has shadow with #86587E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86587E on black background.


Color preview on white background

This text has color #86587E on white background.



Black color preview on #86587E background

This text has black color on #86587E background.


White color preview on #86587E background

This text has white color on #86587E background.