HEX: #87688A
RGB: (135,104,138)
#87688A contains red, green and blue colors in about the same proportion. Web safe color of #87688A is #996699 (or #969).
#87688A color RGB value is (135,104,138).
RGB: (135,104,138)
(53%, 41%, 54%)
R 135 of 255 = 53%
G 104 of 255 = 41%
B 138 of 255 = 54%
R + G + B ~ 49%. #87688A is middle color (not dark and not light).
R + G + B = 135 + 104 + 138 = 377 (100%)
R 135 of 377 ~ 35.81%
G 104 of 377 ~ 27.59%
B 138 of 377 ~ 36.6'%
#87688A color CMYK value is (2,25,0,46).
CMYK: (2,25,0,46) C2M25Y0K46 (2%,25%,0%,46%) (0.02/0.25/0.00/0.46)
Color #87688A in popluar color models
87 | 68 | 8A | |
---|---|---|---|
RGB | 135 | 104 | 138 |
HSL | 295° | 14.05% | 47.45% |
HSB/HSV | 295° | 24.64% | 54.12% |
CMYK | 2.17% | 24.64% | 0.00% |
45.88% |
Color #87688A in popluar number systems.
HEX | 87 | 68 | 8A |
Decimal | 135 | 104 | 138 |
Binary | 10000111 | 1101000 | 10001010 |
Octal | 207 | 150 | 212 |
Shades of #87688A
Tints of #87688A
Examples of css and html codes for elements with #87688A color. Also use rgb(135,104,138) instead hex code.
.myTextColor { color: #87688A; }
<p style="color:#87688A">This sample text font color is #87688A.</p>
This text font color is #87688A.
.myBgColor { background-color: #87688A; }
<div style="background-color:#87688A">Inner text</div>
This div background color is #87688A.
.myBorderColor { border: 1px solid #87688A; }
<div style="border:3px solid #87688A">Div</div>
This div border color is #87688A.
.myOpacity80 { color: #87688A; opacity: 0.8; }
<p style="color:#87688A;opacity:0.8;">80%</p>
Text with #87688A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87688A;}
<p style="text-shadow: 3px 3px 1px #87688A">Text here.</p>
This text has shadow with #87688A color.
.textShadow {text-shadow: 3px 3px 1px #87688A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87688A, 5px 5px 20px red">Text here.</p>
This text has shadow with #87688A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87688A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87688A, Direction=45, Strength=4)">Text</p>
This text has shadow with #87688A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87688A;
-webkit-box-shadow: 1px 1px 3px 2px #87688A;
box-shadow: 1px 1px 3px 2px #87688A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87688A; -webkit-box-shadow: 1px 1px 3px 2px #87688A; box-shadow:1px 1px 3px 2px #87688A;">
Div content here
</div>
This text has color #87688A on black background.
This text has color #87688A on white background.
This text has black color on #87688A background.
This text has white color on #87688A background.
Complementary color for #hex is #789775.