COLOR #87666A

HEX: #87666A
RGB: (135,102,106)

Color info

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

RGB color model

#87666A color RGB value is (135,102,106).

  • red value is 135;
  • green value is 102;
  • blue value is 106.
RGB:
(135,102,106)
(53%,40%,42%)

RGB channels and saturation

R 135 of 255 = 53%
G 102 of 255 = 40%
B 106 of 255 = 42%

135
102
106

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

Portions of RGB colors in percentages

R + G + B =
135 + 102 + 106 = 343 (100%)
R 135 of 343 ~ 39.36%
G 102 of 343 ~ 29.74%
B 106 of 343 ~ 30.9%

%39.36
%29.74
%30.9

CMYK color model

#87666A color CMYK value is (0,24,21,47).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 21.48%
  • key color value is 47.06%
CMYK:
(0,24,21,47)
C0M24Y21K47 
(0%,24%,21%,47%)
(0.00/0.24/0.21/0.47)	

CMYK percentages

%0
%24.44
%21.48
%47.06

Codes

Color #87666A in popluar color models

87666A
RGB135102106
HSL353°13.92%46.47%
HSB/HSV353°24.44%52.94%
CMYK0.00%24.44%21.48%
47.06%

Color #87666A in popluar number systems.

HEX87666A
Decimal135102106
Binary1000011111001101101010
Octal207146152

Shades and tints

Shades of #87666A

#87666A
(135,102,106)
#7B5D61
(123,93,97)
#6F5458
(111,84,88)
#634B4F
(99,75,79)
#574246
(87,66,70)
#4B393D
(75,57,61)
#3F3034
(63,48,52)
#33272B
(51,39,43)
#271E22
(39,30,34)
#1B1519
(27,21,25)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #87666A

#87666A
(135,102,106)
#917377
(145,115,119)
#9B8084
(155,128,132)
#A58D91
(165,141,145)
#AF9A9E
(175,154,158)
#B9A7AB
(185,167,171)
#C3B4B8
(195,180,184)
#CDC1C5
(205,193,197)
#D7CED2
(215,206,210)
#E1DBDF
(225,219,223)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87666A color. Also use rgb(135,102,106) instead hex code.

Text Font Color

.myTextColor { color: #87666A; }

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

This text font color is #87666A.


Background Color

.myBgColor { background-color: #87666A; }

<div style="background-color:#87666A">Inner text</div>

This div background color is #87666A.


Border color

.myBorderColor { border: 1px solid #87666A; }

<div style="border:3px solid #87666A">Div</div>

This div border color is #87666A.


Opacity

.myOpacity80 { color: #87666A; opacity: 0.8; }

<p style="color:#87666A;opacity:0.8;">80%</p>

Text with #87666A 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 #87666A;}

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

This text has shadow with #87666A color.

.textShadow {text-shadow: 3px 3px 1px #87666A, 3px 3px 1px red;}

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

This text has shadow with #87666A primary color and red secondary color.


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

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

This text has shadow with #87666A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87666A on black background.


Color preview on white background

This text has color #87666A on white background.



Black color preview on #87666A background

This text has black color on #87666A background.


White color preview on #87666A background

This text has white color on #87666A background.