HEX: #AB959B
RGB: (171,149,155)
#AB959B contains red, green and blue colors in about the same proportion. Web safe color of #AB959B is #999999 (or #999).
#AB959B color RGB value is (171,149,155).
RGB: (171,149,155)
(67%, 58%, 61%)
R 171 of 255 = 67%
G 149 of 255 = 58%
B 155 of 255 = 61%
R + G + B ~ 62%. #AB959B is quite light color.
R + G + B = 171 + 149 + 155 = 475 (100%)
R 171 of 475 ~ 36%
G 149 of 475 ~ 31.37%
B 155 of 475 ~ 32.63'%
#AB959B color CMYK value is (0,13,9,33).
CMYK: (0,13,9,33)
C0M13Y9K33 (0%, 13%, 9%, 33%)
(0.00 / 0.13 / 0.09 / 0.33)
Color #AB959B in popluar color models
AB | 95 | 9B | |
---|---|---|---|
RGB | 171 | 149 | 155 |
HSL | 344° | 11.58% | 62.75% |
HSB/HSV | 344° | 12.87% | 67.06% |
CMYK | 0.00% | 12.87% | 9.36% |
32.94% |
Color #AB959B in popluar number systems.
HEX | AB | 95 | 9B |
Decimal | 171 | 149 | 155 |
Binary | 10101011 | 10010101 | 10011011 |
Octal | 253 | 225 | 233 |
Shades of #AB959B
Tints of #AB959B
Examples of css and html codes for elements with #AB959B color. Also use rgb(171,149,155) instead hex code.
.myTextColor { color: #AB959B; }
<p style="color:#AB959B">This sample text font color is #AB959B.</p>
This text font color is #AB959B.
.myBgColor { background-color: #AB959B; }
<div style="background-color:#AB959B">Inner text</div>
This div background color is #AB959B.
.myBorderColor { border: 1px solid #AB959B; }
<div style="border:3px solid #AB959B">Div</div>
This div border color is #AB959B.
.myOpacity80 { color: #AB959B; opacity: 0.8; }
<p style="color:#AB959B;opacity:0.8;">80%</p>
Text with #AB959B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB959B;}
<p style="text-shadow: 3px 3px 1px #AB959B">Text here.</p>
This text has shadow with #AB959B color.
.textShadow {text-shadow: 3px 3px 1px #AB959B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB959B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB959B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB959B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB959B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB959B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB959B;
-webkit-box-shadow: 1px 1px 3px 2px #AB959B;
box-shadow: 1px 1px 3px 2px #AB959B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB959B; -webkit-box-shadow: 1px 1px 3px 2px #AB959B; box-shadow:1px 1px 3px 2px #AB959B;">
Div content here
</div>
This text has color #AB959B on black background.
This text has color #AB959B on white background.
This text has black color on #AB959B background.
This text has white color on #AB959B background.
Complementary color for #hex is #546A64.