HEX: #AB698B
RGB: (171,105,139)
#AB698B contains mainly red and blue colors. Web safe color of #AB698B is #996699 (or #969).
#AB698B color RGB value is (171,105,139).
RGB: (171,105,139)
(67%, 41%, 55%)
R 171 of 255 = 67%
G 105 of 255 = 41%
B 139 of 255 = 55%
R + G + B ~ 54%. #AB698B is middle color (not dark and not light).
R + G + B = 171 + 105 + 139 = 415 (100%)
R 171 of 415 ~ 41.2%
G 105 of 415 ~ 25.3%
B 139 of 415 ~ 33.49'%
#AB698B color CMYK value is (0,39,19,33).
CMYK: (0,39,19,33)
C0M39Y19K33 (0%, 39%, 19%, 33%)
(0.00 / 0.39 / 0.19 / 0.33)
Color #AB698B in popluar color models
AB | 69 | 8B | |
---|---|---|---|
RGB | 171 | 105 | 139 |
HSL | 329° | 28.21% | 54.12% |
HSB/HSV | 329° | 38.60% | 67.06% |
CMYK | 0.00% | 38.60% | 18.71% |
32.94% |
Color #AB698B in popluar number systems.
HEX | AB | 69 | 8B |
Decimal | 171 | 105 | 139 |
Binary | 10101011 | 1101001 | 10001011 |
Octal | 253 | 151 | 213 |
Shades of #AB698B
Tints of #AB698B
Examples of css and html codes for elements with #AB698B color. Also use rgb(171,105,139) instead hex code.
.myTextColor { color: #AB698B; }
<p style="color:#AB698B">This sample text font color is #AB698B.</p>
This text font color is #AB698B.
.myBgColor { background-color: #AB698B; }
<div style="background-color:#AB698B">Inner text</div>
This div background color is #AB698B.
.myBorderColor { border: 1px solid #AB698B; }
<div style="border:3px solid #AB698B">Div</div>
This div border color is #AB698B.
.myOpacity80 { color: #AB698B; opacity: 0.8; }
<p style="color:#AB698B;opacity:0.8;">80%</p>
Text with #AB698B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB698B;}
<p style="text-shadow: 3px 3px 1px #AB698B">Text here.</p>
This text has shadow with #AB698B color.
.textShadow {text-shadow: 3px 3px 1px #AB698B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB698B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB698B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB698B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB698B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB698B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB698B;
-webkit-box-shadow: 1px 1px 3px 2px #AB698B;
box-shadow: 1px 1px 3px 2px #AB698B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB698B; -webkit-box-shadow: 1px 1px 3px 2px #AB698B; box-shadow:1px 1px 3px 2px #AB698B;">
Div content here
</div>
This text has color #AB698B on black background.
This text has color #AB698B on white background.
This text has black color on #AB698B background.
This text has white color on #AB698B background.
Complementary color for #hex is #549674.