COLOR #87606B

HEX: #87606B
RGB: (135,96,107)

Color info

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

RGB color model

#87606B color RGB value is (135,96,107).

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

RGB channels and saturation

R 135 of 255 = 53%
G 96 of 255 = 38%
B 107 of 255 = 42%

135
96
107

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

Portions of RGB colors in percentages

R + G + B =
135 + 96 + 107 = 338 (100%)
R 135 of 338 ~ 39.94%
G 96 of 338 ~ 28.4%
B 107 of 338 ~ 31.66%

%39.94
%28.4
%31.66

CMYK color model

#87606B color CMYK value is (0,29,21,47).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK:
(0,29,21,47)
C0M29Y21K47 
(0%,29%,21%,47%)
(0.00/0.29/0.21/0.47)	

CMYK percentages

%0
%28.89
%20.74
%47.06

Codes

Color #87606B in popluar color models

87606B
RGB13596107
HSL343°16.88%45.29%
HSB/HSV343°28.89%52.94%
CMYK0.00%28.89%20.74%
47.06%

Color #87606B in popluar number systems.

HEX87606B
Decimal13596107
Binary1000011111000001101011
Octal207140153

Shades and tints

Shades of #87606B

#87606B
(135,96,107)
#7B5862
(123,88,98)
#6F5059
(111,80,89)
#634850
(99,72,80)
#574047
(87,64,71)
#4B383E
(75,56,62)
#3F3035
(63,48,53)
#33282C
(51,40,44)
#272023
(39,32,35)
#1B181A
(27,24,26)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #87606B

#87606B
(135,96,107)
#916E78
(145,110,120)
#9B7C85
(155,124,133)
#A58A92
(165,138,146)
#AF989F
(175,152,159)
#B9A6AC
(185,166,172)
#C3B4B9
(195,180,185)
#CDC2C6
(205,194,198)
#D7D0D3
(215,208,211)
#E1DEE0
(225,222,224)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87606B; }

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

This text font color is #87606B.


Background Color

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

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

This div background color is #87606B.


Border color

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

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

This div border color is #87606B.


Opacity

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

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

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

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

This text has shadow with #87606B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87606B on black background.


Color preview on white background

This text has color #87606B on white background.



Black color preview on #87606B background

This text has black color on #87606B background.


White color preview on #87606B background

This text has white color on #87606B background.