HEX: #AB988C
RGB: (171,152,140)
#AB988C contains red, green and blue colors in about the same proportion. Web safe color of #AB988C is #999999 (or #999).
#AB988C color RGB value is (171,152,140).
RGB: (171,152,140)
(67%, 60%, 55%)
R 171 of 255 = 67%
G 152 of 255 = 60%
B 140 of 255 = 55%
R + G + B ~ 61%. #AB988C is quite light color.
R + G + B = 171 + 152 + 140 = 463 (100%)
R 171 of 463 ~ 36.93%
G 152 of 463 ~ 32.83%
B 140 of 463 ~ 30.24'%
#AB988C color CMYK value is (0,11,18,33).
CMYK: (0,11,18,33) C0M11Y18K33 (0%,11%,18%,33%) (0.00/0.11/0.18/0.33)
Color #AB988C in popluar color models
AB | 98 | 8C | |
---|---|---|---|
RGB | 171 | 152 | 140 |
HSL | 23° | 15.58% | 60.98% |
HSB/HSV | 23° | 18.13% | 67.06% |
CMYK | 0.00% | 11.11% | 18.13% |
32.94% |
Color #AB988C in popluar number systems.
HEX | AB | 98 | 8C |
Decimal | 171 | 152 | 140 |
Binary | 10101011 | 10011000 | 10001100 |
Octal | 253 | 230 | 214 |
Shades of #AB988C
Tints of #AB988C
Examples of css and html codes for elements with #AB988C color. Also use rgb(171,152,140) instead hex code.
.myTextColor { color: #AB988C; }
<p style="color:#AB988C">This sample text font color is #AB988C.</p>
This text font color is #AB988C.
.myBgColor { background-color: #AB988C; }
<div style="background-color:#AB988C">Inner text</div>
This div background color is #AB988C.
.myBorderColor { border: 1px solid #AB988C; }
<div style="border:3px solid #AB988C">Div</div>
This div border color is #AB988C.
.myOpacity80 { color: #AB988C; opacity: 0.8; }
<p style="color:#AB988C;opacity:0.8;">80%</p>
Text with #AB988C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB988C;}
<p style="text-shadow: 3px 3px 1px #AB988C">Text here.</p>
This text has shadow with #AB988C color.
.textShadow {text-shadow: 3px 3px 1px #AB988C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB988C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB988C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB988C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB988C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB988C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB988C;
-webkit-box-shadow: 1px 1px 3px 2px #AB988C;
box-shadow: 1px 1px 3px 2px #AB988C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB988C; -webkit-box-shadow: 1px 1px 3px 2px #AB988C; box-shadow:1px 1px 3px 2px #AB988C;">
Div content here
</div>
This text has color #AB988C on black background.
This text has color #AB988C on white background.
This text has black color on #AB988C background.
This text has white color on #AB988C background.
Complementary color for #hex is #546773.