HEX: #A687BC
RGB: (166,135,188)
#A687BC contains red, green and blue colors in about the same proportion. Web safe color of #A687BC is #9999CC (or #99C).
#A687BC color RGB value is (166,135,188).
RGB: (166,135,188)
(65%, 53%, 74%)
R 166 of 255 = 65%
G 135 of 255 = 53%
B 188 of 255 = 74%
R + G + B ~ 64%. #A687BC is quite light color.
R + G + B = 166 + 135 + 188 = 489 (100%)
R 166 of 489 ~ 33.95%
G 135 of 489 ~ 27.61%
B 188 of 489 ~ 38.45'%
#A687BC color CMYK value is (12,28,0,26).
CMYK: (12,28,0,26)
C12M28Y0K26 (12%, 28%, 0%, 26%)
(0.12 / 0.28 / 0.00 / 0.26)
Color #A687BC in popluar color models
A6 | 87 | BC | |
---|---|---|---|
RGB | 166 | 135 | 188 |
HSL | 275° | 28.34% | 63.33% |
HSB/HSV | 275° | 28.19% | 73.73% |
CMYK | 11.70% | 28.19% | 0.00% |
26.27% |
Color #A687BC in popluar number systems.
HEX | A6 | 87 | BC |
Decimal | 166 | 135 | 188 |
Binary | 10100110 | 10000111 | 10111100 |
Octal | 246 | 207 | 274 |
Shades of #A687BC
Tints of #A687BC
Examples of css and html codes for elements with #A687BC color. Also use rgb(166,135,188) instead hex code.
.myTextColor { color: #A687BC; }
<p style="color:#A687BC">This sample text font color is #A687BC.</p>
This text font color is #A687BC.
.myBgColor { background-color: #A687BC; }
<div style="background-color:#A687BC">Inner text</div>
This div background color is #A687BC.
.myBorderColor { border: 1px solid #A687BC; }
<div style="border:3px solid #A687BC">Div</div>
This div border color is #A687BC.
.myOpacity80 { color: #A687BC; opacity: 0.8; }
<p style="color:#A687BC;opacity:0.8;">80%</p>
Text with #A687BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A687BC;}
<p style="text-shadow: 3px 3px 1px #A687BC">Text here.</p>
This text has shadow with #A687BC color.
.textShadow {text-shadow: 3px 3px 1px #A687BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A687BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #A687BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A687BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A687BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #A687BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A687BC;
-webkit-box-shadow: 1px 1px 3px 2px #A687BC;
box-shadow: 1px 1px 3px 2px #A687BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A687BC; -webkit-box-shadow: 1px 1px 3px 2px #A687BC; box-shadow:1px 1px 3px 2px #A687BC;">
Div content here
</div>
This text has color #A687BC on black background.
This text has color #A687BC on white background.
This text has black color on #A687BC background.
This text has white color on #A687BC background.
Complementary color for #hex is #597843.