HEX: #AB797E
RGB: (171,121,126)
#AB797E contains red, green and blue colors in about the same proportion. Web safe color of #AB797E is #996666 (or #966).
#AB797E color RGB value is (171,121,126).
RGB: (171,121,126)
(67%, 47%, 49%)
R 171 of 255 = 67%
G 121 of 255 = 47%
B 126 of 255 = 49%
R + G + B ~ 54%. #AB797E is middle color (not dark and not light).
R + G + B = 171 + 121 + 126 = 418 (100%)
R 171 of 418 ~ 40.91%
G 121 of 418 ~ 28.95%
B 126 of 418 ~ 30.14'%
#AB797E color CMYK value is (0,29,26,33).
CMYK: (0,29,26,33)
C0M29Y26K33 (0%, 29%, 26%, 33%)
(0.00 / 0.29 / 0.26 / 0.33)
Color #AB797E in popluar color models
AB | 79 | 7E | |
---|---|---|---|
RGB | 171 | 121 | 126 |
HSL | 354° | 22.94% | 57.25% |
HSB/HSV | 354° | 29.24% | 67.06% |
CMYK | 0.00% | 29.24% | 26.32% |
32.94% |
Color #AB797E in popluar number systems.
HEX | AB | 79 | 7E |
Decimal | 171 | 121 | 126 |
Binary | 10101011 | 1111001 | 1111110 |
Octal | 253 | 171 | 176 |
Shades of #AB797E
Tints of #AB797E
Examples of css and html codes for elements with #AB797E color. Also use rgb(171,121,126) instead hex code.
.myTextColor { color: #AB797E; }
<p style="color:#AB797E">This sample text font color is #AB797E.</p>
This text font color is #AB797E.
.myBgColor { background-color: #AB797E; }
<div style="background-color:#AB797E">Inner text</div>
This div background color is #AB797E.
.myBorderColor { border: 1px solid #AB797E; }
<div style="border:3px solid #AB797E">Div</div>
This div border color is #AB797E.
.myOpacity80 { color: #AB797E; opacity: 0.8; }
<p style="color:#AB797E;opacity:0.8;">80%</p>
Text with #AB797E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB797E;}
<p style="text-shadow: 3px 3px 1px #AB797E">Text here.</p>
This text has shadow with #AB797E color.
.textShadow {text-shadow: 3px 3px 1px #AB797E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB797E, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB797E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB797E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB797E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB797E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB797E;
-webkit-box-shadow: 1px 1px 3px 2px #AB797E;
box-shadow: 1px 1px 3px 2px #AB797E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB797E; -webkit-box-shadow: 1px 1px 3px 2px #AB797E; box-shadow:1px 1px 3px 2px #AB797E;">
Div content here
</div>
This text has color #AB797E on black background.
This text has color #AB797E on white background.
This text has black color on #AB797E background.
This text has white color on #AB797E background.
Complementary color for #hex is #548681.