HEX: #AB6668
RGB: (171,102,104)
#AB6668 contains mainly red color. Web safe color of #AB6668 is #996666 (or #966).
#AB6668 color RGB value is (171,102,104).
RGB: (171,102,104)
(67%, 40%, 41%)
R 171 of 255 = 67%
G 102 of 255 = 40%
B 104 of 255 = 41%
R + G + B ~ 49%. #AB6668 is middle color (not dark and not light).
R + G + B = 171 + 102 + 104 = 377 (100%)
R 171 of 377 ~ 45.36%
G 102 of 377 ~ 27.06%
B 104 of 377 ~ 27.59'%
#AB6668 color CMYK value is (0,40,39,33).
CMYK: (0,40,39,33)
C0M40Y39K33 (0%, 40%, 39%, 33%)
(0.00 / 0.40 / 0.39 / 0.33)
Color #AB6668 in popluar color models
AB | 66 | 68 | |
---|---|---|---|
RGB | 171 | 102 | 104 |
HSL | 358° | 29.11% | 53.53% |
HSB/HSV | 358° | 40.35% | 67.06% |
CMYK | 0.00% | 40.35% | 39.18% |
32.94% |
Color #AB6668 in popluar number systems.
HEX | AB | 66 | 68 |
Decimal | 171 | 102 | 104 |
Binary | 10101011 | 1100110 | 1101000 |
Octal | 253 | 146 | 150 |
Shades of #AB6668
Tints of #AB6668
Examples of css and html codes for elements with #AB6668 color. Also use rgb(171,102,104) instead hex code.
.myTextColor { color: #AB6668; }
<p style="color:#AB6668">This sample text font color is #AB6668.</p>
This text font color is #AB6668.
.myBgColor { background-color: #AB6668; }
<div style="background-color:#AB6668">Inner text</div>
This div background color is #AB6668.
.myBorderColor { border: 1px solid #AB6668; }
<div style="border:3px solid #AB6668">Div</div>
This div border color is #AB6668.
.myOpacity80 { color: #AB6668; opacity: 0.8; }
<p style="color:#AB6668;opacity:0.8;">80%</p>
Text with #AB6668 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB6668;}
<p style="text-shadow: 3px 3px 1px #AB6668">Text here.</p>
This text has shadow with #AB6668 color.
.textShadow {text-shadow: 3px 3px 1px #AB6668', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB6668, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB6668 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6668, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB6668, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB6668 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB6668;
-webkit-box-shadow: 1px 1px 3px 2px #AB6668;
box-shadow: 1px 1px 3px 2px #AB6668;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB6668; -webkit-box-shadow: 1px 1px 3px 2px #AB6668; box-shadow:1px 1px 3px 2px #AB6668;">
Div content here
</div>
This text has color #AB6668 on black background.
This text has color #AB6668 on white background.
This text has black color on #AB6668 background.
This text has white color on #AB6668 background.
Complementary color for #hex is #549997.