COLOR #87718C

HEX: #87718C
RGB: (135,113,140)

Color info

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

RGB color model

#87718C color RGB value is (135,113,140).

  • red value is 135;
  • green value is 113;
  • blue value is 140.
RGB:
(135,113,140)
(53%,44%,55%)

RGB channels and saturation

R 135 of 255 = 53%
G 113 of 255 = 44%
B 140 of 255 = 55%

135
113
140

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

Portions of RGB colors in percentages

R + G + B =
135 + 113 + 140 = 388 (100%)
R 135 of 388 ~ 34.79%
G 113 of 388 ~ 29.12%
B 140 of 388 ~ 36.08%

%34.79
%29.12
%36.08

CMYK color model

#87718C color CMYK value is (4,19,0,45).

  • cyan value is 3.57%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(4,19,0,45)
C4M19Y0K45 
(4%,19%,0%,45%)
(0.04/0.19/0.00/0.45)	

CMYK percentages

%3.57
%19.29
%0
%45.1

Codes

Color #87718C in popluar color models

87718C
RGB135113140
HSL289°10.67%49.61%
HSB/HSV289°19.29%54.90%
CMYK3.57%19.29%0.00%
45.10%

Color #87718C in popluar number systems.

HEX87718C
Decimal135113140
Binary10000111111000110001100
Octal207161214

Shades and tints

Shades of #87718C

#87718C
(135,113,140)
#7B6780
(123,103,128)
#6F5D74
(111,93,116)
#635368
(99,83,104)
#57495C
(87,73,92)
#4B3F50
(75,63,80)
#3F3544
(63,53,68)
#332B38
(51,43,56)
#27212C
(39,33,44)
#1B1720
(27,23,32)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #87718C

#87718C
(135,113,140)
#917D96
(145,125,150)
#9B89A0
(155,137,160)
#A595AA
(165,149,170)
#AFA1B4
(175,161,180)
#B9ADBE
(185,173,190)
#C3B9C8
(195,185,200)
#CDC5D2
(205,197,210)
#D7D1DC
(215,209,220)
#E1DDE6
(225,221,230)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87718C color. Also use rgb(135,113,140) instead hex code.

Text Font Color

.myTextColor { color: #87718C; }

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

This text font color is #87718C.


Background Color

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

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

This div background color is #87718C.


Border color

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

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

This div border color is #87718C.


Opacity

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

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

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

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

This text has shadow with #87718C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87718C on black background.


Color preview on white background

This text has color #87718C on white background.



Black color preview on #87718C background

This text has black color on #87718C background.


White color preview on #87718C background

This text has white color on #87718C background.