HEX: #AB828C
RGB: (171,130,140)
#AB828C contains red, green and blue colors in about the same proportion. Web safe color of #AB828C is #999999 (or #999).
#AB828C color RGB value is (171,130,140).
RGB: (171,130,140)
(67%, 51%, 55%)
R 171 of 255 = 67%
G 130 of 255 = 51%
B 140 of 255 = 55%
R + G + B ~ 58%. #AB828C is middle color (not dark and not light).
R + G + B = 171 + 130 + 140 = 441 (100%)
R 171 of 441 ~ 38.78%
G 130 of 441 ~ 29.48%
B 140 of 441 ~ 31.75'%
#AB828C color CMYK value is (0,24,18,33).
CMYK: (0,24,18,33)
C0M24Y18K33 (0%, 24%, 18%, 33%)
(0.00 / 0.24 / 0.18 / 0.33)
Color #AB828C in popluar color models
AB | 82 | 8C | |
---|---|---|---|
RGB | 171 | 130 | 140 |
HSL | 345° | 19.62% | 59.02% |
HSB/HSV | 345° | 23.98% | 67.06% |
CMYK | 0.00% | 23.98% | 18.13% |
32.94% |
Color #AB828C in popluar number systems.
HEX | AB | 82 | 8C |
Decimal | 171 | 130 | 140 |
Binary | 10101011 | 10000010 | 10001100 |
Octal | 253 | 202 | 214 |
Shades of #AB828C
Tints of #AB828C
Examples of css and html codes for elements with #AB828C color. Also use rgb(171,130,140) instead hex code.
.myTextColor { color: #AB828C; }
<p style="color:#AB828C">This sample text font color is #AB828C.</p>
This text font color is #AB828C.
.myBgColor { background-color: #AB828C; }
<div style="background-color:#AB828C">Inner text</div>
This div background color is #AB828C.
.myBorderColor { border: 1px solid #AB828C; }
<div style="border:3px solid #AB828C">Div</div>
This div border color is #AB828C.
.myOpacity80 { color: #AB828C; opacity: 0.8; }
<p style="color:#AB828C;opacity:0.8;">80%</p>
Text with #AB828C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB828C;}
<p style="text-shadow: 3px 3px 1px #AB828C">Text here.</p>
This text has shadow with #AB828C color.
.textShadow {text-shadow: 3px 3px 1px #AB828C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB828C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB828C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB828C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB828C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB828C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB828C;
-webkit-box-shadow: 1px 1px 3px 2px #AB828C;
box-shadow: 1px 1px 3px 2px #AB828C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB828C; -webkit-box-shadow: 1px 1px 3px 2px #AB828C; box-shadow:1px 1px 3px 2px #AB828C;">
Div content here
</div>
This text has color #AB828C on black background.
This text has color #AB828C on white background.
This text has black color on #AB828C background.
This text has white color on #AB828C background.
Complementary color for #hex is #547D73.