COLOR #87718E

HEX: #87718E
RGB: (135,113,142)

Color info

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

RGB color model

#87718E color RGB value is (135,113,142).

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

RGB channels and saturation

R 135 of 255 = 53%
G 113 of 255 = 44%
B 142 of 255 = 56%

135
113
142

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

Portions of RGB colors in percentages

R + G + B =
135 + 113 + 142 = 390 (100%)
R 135 of 390 ~ 34.62%
G 113 of 390 ~ 28.97%
B 142 of 390 ~ 36.41%

%34.62
%28.97
%36.41

CMYK color model

#87718E color CMYK value is (5,20,0,44).

  • cyan value is 4.93%
  • magenta value is 20.42%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(5,20,0,44)
C5M20Y0K44 
(5%,20%,0%,44%)
(0.05/0.20/0.00/0.44)	

CMYK percentages

%4.93
%20.42
%0
%44.31

Codes

Color #87718E in popluar color models

87718E
RGB135113142
HSL286°11.37%50.00%
HSB/HSV286°20.42%55.69%
CMYK4.93%20.42%0.00%
44.31%

Color #87718E in popluar number systems.

HEX87718E
Decimal135113142
Binary10000111111000110001110
Octal207161216

Shades and tints

Shades of #87718E

#87718E
(135,113,142)
#7B6782
(123,103,130)
#6F5D76
(111,93,118)
#63536A
(99,83,106)
#57495E
(87,73,94)
#4B3F52
(75,63,82)
#3F3546
(63,53,70)
#332B3A
(51,43,58)
#27212E
(39,33,46)
#1B1722
(27,23,34)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #87718E

#87718E
(135,113,142)
#917D98
(145,125,152)
#9B89A2
(155,137,162)
#A595AC
(165,149,172)
#AFA1B6
(175,161,182)
#B9ADC0
(185,173,192)
#C3B9CA
(195,185,202)
#CDC5D4
(205,197,212)
#D7D1DE
(215,209,222)
#E1DDE8
(225,221,232)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87718E; }

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

This text font color is #87718E.


Background Color

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

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

This div background color is #87718E.


Border color

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

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

This div border color is #87718E.


Opacity

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

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

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

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

This text has shadow with #87718E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87718E on black background.


Color preview on white background

This text has color #87718E on white background.



Black color preview on #87718E background

This text has black color on #87718E background.


White color preview on #87718E background

This text has white color on #87718E background.