COLOR #87517C

HEX: #87517C
RGB: (135,81,124)

Color info

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

RGB color model

#87517C color RGB value is (135,81,124).

  • red value is 135;
  • green value is 81;
  • blue value is 124.
RGB:
(135,81,124)
(53%,32%,49%)

RGB channels and saturation

R 135 of 255 = 53%
G 81 of 255 = 32%
B 124 of 255 = 49%

135
81
124

R + G + B ~ 45%. #87517C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 81 + 124 = 340 (100%)
R 135 of 340 ~ 39.71%
G 81 of 340 ~ 23.82%
B 124 of 340 ~ 36.47%

%39.71
%23.82
%36.47

CMYK color model

#87517C color CMYK value is (0,40,8,47).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 8.15%
  • key color value is 47.06%
CMYK:
(0,40,8,47)
C0M40Y8K47 
(0%,40%,8%,47%)
(0.00/0.40/0.08/0.47)	

CMYK percentages

%0
%40
%8.15
%47.06

Codes

Color #87517C in popluar color models

87517C
RGB13581124
HSL312°25.00%42.35%
HSB/HSV312°40.00%52.94%
CMYK0.00%40.00%8.15%
47.06%

Color #87517C in popluar number systems.

HEX87517C
Decimal13581124
Binary1000011110100011111100
Octal207121174

Shades and tints

Shades of #87517C

#87517C
(135,81,124)
#7B4A71
(123,74,113)
#6F4366
(111,67,102)
#633C5B
(99,60,91)
#573550
(87,53,80)
#4B2E45
(75,46,69)
#3F273A
(63,39,58)
#33202F
(51,32,47)
#271924
(39,25,36)
#1B1219
(27,18,25)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #87517C

#87517C
(135,81,124)
#916087
(145,96,135)
#9B6F92
(155,111,146)
#A57E9D
(165,126,157)
#AF8DA8
(175,141,168)
#B99CB3
(185,156,179)
#C3ABBE
(195,171,190)
#CDBAC9
(205,186,201)
#D7C9D4
(215,201,212)
#E1D8DF
(225,216,223)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87517C color. Also use rgb(135,81,124) instead hex code.

Text Font Color

.myTextColor { color: #87517C; }

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

This text font color is #87517C.


Background Color

.myBgColor { background-color: #87517C; }

<div style="background-color:#87517C">Inner text</div>

This div background color is #87517C.


Border color

.myBorderColor { border: 1px solid #87517C; }

<div style="border:3px solid #87517C">Div</div>

This div border color is #87517C.


Opacity

.myOpacity80 { color: #87517C; opacity: 0.8; }

<p style="color:#87517C;opacity:0.8;">80%</p>

Text with #87517C 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 #87517C;}

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

This text has shadow with #87517C color.

.textShadow {text-shadow: 3px 3px 1px #87517C, 3px 3px 1px red;}

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

This text has shadow with #87517C primary color and red secondary color.


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

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

This text has shadow with #87517C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87517C on black background.


Color preview on white background

This text has color #87517C on white background.



Black color preview on #87517C background

This text has black color on #87517C background.


White color preview on #87517C background

This text has white color on #87517C background.