COLOR #87507D

HEX: #87507D
RGB: (135,80,125)

Color info

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

RGB color model

#87507D color RGB value is (135,80,125).

  • red value is 135;
  • green value is 80;
  • blue value is 125.
RGB:
(135,80,125)
(53%,31%,49%)

RGB channels and saturation

R 135 of 255 = 53%
G 80 of 255 = 31%
B 125 of 255 = 49%

135
80
125

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

Portions of RGB colors in percentages

R + G + B =
135 + 80 + 125 = 340 (100%)
R 135 of 340 ~ 39.71%
G 80 of 340 ~ 23.53%
B 125 of 340 ~ 36.76%

%39.71
%23.53
%36.76

CMYK color model

#87507D color CMYK value is (0,41,7,47).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 7.41%
  • key color value is 47.06%
CMYK:
(0,41,7,47)
C0M41Y7K47 
(0%,41%,7%,47%)
(0.00/0.41/0.07/0.47)	

CMYK percentages

%0
%40.74
%7.41
%47.06

Codes

Color #87507D in popluar color models

87507D
RGB13580125
HSL311°25.58%42.16%
HSB/HSV311°40.74%52.94%
CMYK0.00%40.74%7.41%
47.06%

Color #87507D in popluar number systems.

HEX87507D
Decimal13580125
Binary1000011110100001111101
Octal207120175

Shades and tints

Shades of #87507D

#87507D
(135,80,125)
#7B4972
(123,73,114)
#6F4267
(111,66,103)
#633B5C
(99,59,92)
#573451
(87,52,81)
#4B2D46
(75,45,70)
#3F263B
(63,38,59)
#331F30
(51,31,48)
#271825
(39,24,37)
#1B111A
(27,17,26)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #87507D

#87507D
(135,80,125)
#915F88
(145,95,136)
#9B6E93
(155,110,147)
#A57D9E
(165,125,158)
#AF8CA9
(175,140,169)
#B99BB4
(185,155,180)
#C3AABF
(195,170,191)
#CDB9CA
(205,185,202)
#D7C8D5
(215,200,213)
#E1D7E0
(225,215,224)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87507D color. Also use rgb(135,80,125) instead hex code.

Text Font Color

.myTextColor { color: #87507D; }

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

This text font color is #87507D.


Background Color

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

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

This div background color is #87507D.


Border color

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

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

This div border color is #87507D.


Opacity

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

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

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

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

This text has shadow with #87507D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87507D on black background.


Color preview on white background

This text has color #87507D on white background.



Black color preview on #87507D background

This text has black color on #87507D background.


White color preview on #87507D background

This text has white color on #87507D background.