COLOR #87618D

HEX: #87618D
RGB: (135,97,141)

Color info

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

RGB color model

#87618D color RGB value is (135,97,141).

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

RGB channels and saturation

R 135 of 255 = 53%
G 97 of 255 = 38%
B 141 of 255 = 55%

135
97
141

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

Portions of RGB colors in percentages

R + G + B =
135 + 97 + 141 = 373 (100%)
R 135 of 373 ~ 36.19%
G 97 of 373 ~ 26.01%
B 141 of 373 ~ 37.8%

%36.19
%26.01
%37.8

CMYK color model

#87618D color CMYK value is (4,31,0,45).

  • cyan value is 4.26%
  • magenta value is 31.21%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,31,0,45)
C4M31Y0K45 
(4%,31%,0%,45%)
(0.04/0.31/0.00/0.45)	

CMYK percentages

%4.26
%31.21
%0
%44.71

Codes

Color #87618D in popluar color models

87618D
RGB13597141
HSL292°18.49%46.67%
HSB/HSV292°31.21%55.29%
CMYK4.26%31.21%0.00%
44.71%

Color #87618D in popluar number systems.

HEX87618D
Decimal13597141
Binary10000111110000110001101
Octal207141215

Shades and tints

Shades of #87618D

#87618D
(135,97,141)
#7B5981
(123,89,129)
#6F5175
(111,81,117)
#634969
(99,73,105)
#57415D
(87,65,93)
#4B3951
(75,57,81)
#3F3145
(63,49,69)
#332939
(51,41,57)
#27212D
(39,33,45)
#1B1921
(27,25,33)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #87618D

#87618D
(135,97,141)
#916F97
(145,111,151)
#9B7DA1
(155,125,161)
#A58BAB
(165,139,171)
#AF99B5
(175,153,181)
#B9A7BF
(185,167,191)
#C3B5C9
(195,181,201)
#CDC3D3
(205,195,211)
#D7D1DD
(215,209,221)
#E1DFE7
(225,223,231)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87618D; }

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

This text font color is #87618D.


Background Color

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

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

This div background color is #87618D.


Border color

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

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

This div border color is #87618D.


Opacity

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

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

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

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

This text has shadow with #87618D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87618D on black background.


Color preview on white background

This text has color #87618D on white background.



Black color preview on #87618D background

This text has black color on #87618D background.


White color preview on #87618D background

This text has white color on #87618D background.