COLOR #87648D

HEX: #87648D
RGB: (135,100,141)

Color info

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

RGB color model

#87648D color RGB value is (135,100,141).

  • red value is 135;
  • green value is 100;
  • blue value is 141.
RGB:
(135,100,141)
(53%,39%,55%)

RGB channels and saturation

R 135 of 255 = 53%
G 100 of 255 = 39%
B 141 of 255 = 55%

135
100
141

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

Portions of RGB colors in percentages

R + G + B =
135 + 100 + 141 = 376 (100%)
R 135 of 376 ~ 35.9%
G 100 of 376 ~ 26.6%
B 141 of 376 ~ 37.5%

%35.9
%26.6
%37.5

CMYK color model

#87648D color CMYK value is (4,29,0,45).

  • cyan value is 4.26%
  • magenta value is 29.08%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,29,0,45)
C4M29Y0K45 
(4%,29%,0%,45%)
(0.04/0.29/0.00/0.45)	

CMYK percentages

%4.26
%29.08
%0
%44.71

Codes

Color #87648D in popluar color models

87648D
RGB135100141
HSL291°17.01%47.25%
HSB/HSV291°29.08%55.29%
CMYK4.26%29.08%0.00%
44.71%

Color #87648D in popluar number systems.

HEX87648D
Decimal135100141
Binary10000111110010010001101
Octal207144215

Shades and tints

Shades of #87648D

#87648D
(135,100,141)
#7B5B81
(123,91,129)
#6F5275
(111,82,117)
#634969
(99,73,105)
#57405D
(87,64,93)
#4B3751
(75,55,81)
#3F2E45
(63,46,69)
#332539
(51,37,57)
#271C2D
(39,28,45)
#1B1321
(27,19,33)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #87648D

#87648D
(135,100,141)
#917297
(145,114,151)
#9B80A1
(155,128,161)
#A58EAB
(165,142,171)
#AF9CB5
(175,156,181)
#B9AABF
(185,170,191)
#C3B8C9
(195,184,201)
#CDC6D3
(205,198,211)
#D7D4DD
(215,212,221)
#E1E2E7
(225,226,231)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87648D color. Also use rgb(135,100,141) instead hex code.

Text Font Color

.myTextColor { color: #87648D; }

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

This text font color is #87648D.


Background Color

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

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

This div background color is #87648D.


Border color

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

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

This div border color is #87648D.


Opacity

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

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

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

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

This text has shadow with #87648D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87648D on black background.


Color preview on white background

This text has color #87648D on white background.



Black color preview on #87648D background

This text has black color on #87648D background.


White color preview on #87648D background

This text has white color on #87648D background.