COLOR #87606D

HEX: #87606D
RGB: (135,96,109)

Color info

#87606D contains red, green and blue colors in about the same proportion. Web safe color of #87606D is #996666 (or #966).

RGB color model

#87606D color RGB value is (135,96,109).

  • red value is 135;
  • green value is 96;
  • blue value is 109.
RGB:
(135,96,109)
(53%,38%,43%)

RGB channels and saturation

R 135 of 255 = 53%
G 96 of 255 = 38%
B 109 of 255 = 43%

135
96
109

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

Portions of RGB colors in percentages

R + G + B =
135 + 96 + 109 = 340 (100%)
R 135 of 340 ~ 39.71%
G 96 of 340 ~ 28.24%
B 109 of 340 ~ 32.06%

%39.71
%28.24
%32.06

CMYK color model

#87606D color CMYK value is (0,29,19,47).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 19.26%
  • key color value is 47.06%
CMYK:
(0,29,19,47)
C0M29Y19K47 
(0%,29%,19%,47%)
(0.00/0.29/0.19/0.47)	

CMYK percentages

%0
%28.89
%19.26
%47.06

Codes

Color #87606D in popluar color models

87606D
RGB13596109
HSL340°16.88%45.29%
HSB/HSV340°28.89%52.94%
CMYK0.00%28.89%19.26%
47.06%

Color #87606D in popluar number systems.

HEX87606D
Decimal13596109
Binary1000011111000001101101
Octal207140155

Shades and tints

Shades of #87606D

#87606D
(135,96,109)
#7B5864
(123,88,100)
#6F505B
(111,80,91)
#634852
(99,72,82)
#574049
(87,64,73)
#4B3840
(75,56,64)
#3F3037
(63,48,55)
#33282E
(51,40,46)
#272025
(39,32,37)
#1B181C
(27,24,28)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #87606D

#87606D
(135,96,109)
#916E7A
(145,110,122)
#9B7C87
(155,124,135)
#A58A94
(165,138,148)
#AF98A1
(175,152,161)
#B9A6AE
(185,166,174)
#C3B4BB
(195,180,187)
#CDC2C8
(205,194,200)
#D7D0D5
(215,208,213)
#E1DEE2
(225,222,226)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87606D color. Also use rgb(135,96,109) instead hex code.

Text Font Color

.myTextColor { color: #87606D; }

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

This text font color is #87606D.


Background Color

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

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

This div background color is #87606D.


Border color

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

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

This div border color is #87606D.


Opacity

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

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

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

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

This text has shadow with #87606D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87606D on black background.


Color preview on white background

This text has color #87606D on white background.



Black color preview on #87606D background

This text has black color on #87606D background.


White color preview on #87606D background

This text has white color on #87606D background.