COLOR #87688C

HEX: #87688C
RGB: (135,104,140)

Color info

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

RGB color model

#87688C color RGB value is (135,104,140).

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

RGB channels and saturation

R 135 of 255 = 53%
G 104 of 255 = 41%
B 140 of 255 = 55%

135
104
140

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

Portions of RGB colors in percentages

R + G + B =
135 + 104 + 140 = 379 (100%)
R 135 of 379 ~ 35.62%
G 104 of 379 ~ 27.44%
B 140 of 379 ~ 36.94%

%35.62
%27.44
%36.94

CMYK color model

#87688C color CMYK value is (4,26,0,45).

  • cyan value is 3.57%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(4,26,0,45)
C4M26Y0K45 
(4%,26%,0%,45%)
(0.04/0.26/0.00/0.45)	

CMYK percentages

%3.57
%25.71
%0
%45.1

Codes

Color #87688C in popluar color models

87688C
RGB135104140
HSL292°14.75%47.84%
HSB/HSV292°25.71%54.90%
CMYK3.57%25.71%0.00%
45.10%

Color #87688C in popluar number systems.

HEX87688C
Decimal135104140
Binary10000111110100010001100
Octal207150214

Shades and tints

Shades of #87688C

#87688C
(135,104,140)
#7B5F80
(123,95,128)
#6F5674
(111,86,116)
#634D68
(99,77,104)
#57445C
(87,68,92)
#4B3B50
(75,59,80)
#3F3244
(63,50,68)
#332938
(51,41,56)
#27202C
(39,32,44)
#1B1720
(27,23,32)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #87688C

#87688C
(135,104,140)
#917596
(145,117,150)
#9B82A0
(155,130,160)
#A58FAA
(165,143,170)
#AF9CB4
(175,156,180)
#B9A9BE
(185,169,190)
#C3B6C8
(195,182,200)
#CDC3D2
(205,195,210)
#D7D0DC
(215,208,220)
#E1DDE6
(225,221,230)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87688C; }

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

This text font color is #87688C.


Background Color

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

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

This div background color is #87688C.


Border color

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

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

This div border color is #87688C.


Opacity

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

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

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

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

This text has shadow with #87688C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87688C on black background.


Color preview on white background

This text has color #87688C on white background.



Black color preview on #87688C background

This text has black color on #87688C background.


White color preview on #87688C background

This text has white color on #87688C background.