HEX: #AB969D
RGB: (171,150,157)
#AB969D contains red, green and blue colors in about the same proportion. Web safe color of #AB969D is #999999 (or #999).
#AB969D color RGB value is (171,150,157).
RGB: (171,150,157)
(67%, 59%, 62%)
R 171 of 255 = 67%
G 150 of 255 = 59%
B 157 of 255 = 62%
R + G + B ~ 63%. #AB969D is quite light color.
R + G + B = 171 + 150 + 157 = 478 (100%)
R 171 of 478 ~ 35.77%
G 150 of 478 ~ 31.38%
B 157 of 478 ~ 32.85'%
#AB969D color CMYK value is (0,12,8,33).
CMYK: (0,12,8,33) C0M12Y8K33 (0%,12%,8%,33%) (0.00/0.12/0.08/0.33)
Color #AB969D in popluar color models
AB | 96 | 9D | |
---|---|---|---|
RGB | 171 | 150 | 157 |
HSL | 340° | 11.11% | 62.94% |
HSB/HSV | 340° | 12.28% | 67.06% |
CMYK | 0.00% | 12.28% | 8.19% |
32.94% |
Color #AB969D in popluar number systems.
HEX | AB | 96 | 9D |
Decimal | 171 | 150 | 157 |
Binary | 10101011 | 10010110 | 10011101 |
Octal | 253 | 226 | 235 |
Shades of #AB969D
Tints of #AB969D
Examples of css and html codes for elements with #AB969D color. Also use rgb(171,150,157) instead hex code.
.myTextColor { color: #AB969D; }
<p style="color:#AB969D">This sample text font color is #AB969D.</p>
This text font color is #AB969D.
.myBgColor { background-color: #AB969D; }
<div style="background-color:#AB969D">Inner text</div>
This div background color is #AB969D.
.myBorderColor { border: 1px solid #AB969D; }
<div style="border:3px solid #AB969D">Div</div>
This div border color is #AB969D.
.myOpacity80 { color: #AB969D; opacity: 0.8; }
<p style="color:#AB969D;opacity:0.8;">80%</p>
Text with #AB969D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB969D;}
<p style="text-shadow: 3px 3px 1px #AB969D">Text here.</p>
This text has shadow with #AB969D color.
.textShadow {text-shadow: 3px 3px 1px #AB969D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB969D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB969D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB969D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB969D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB969D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB969D;
-webkit-box-shadow: 1px 1px 3px 2px #AB969D;
box-shadow: 1px 1px 3px 2px #AB969D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB969D; -webkit-box-shadow: 1px 1px 3px 2px #AB969D; box-shadow:1px 1px 3px 2px #AB969D;">
Div content here
</div>
This text has color #AB969D on black background.
This text has color #AB969D on white background.
This text has black color on #AB969D background.
This text has white color on #AB969D background.
Complementary color for #hex is #546962.