HEX: #A499BB
RGB: (164,153,187)
#A499BB contains red, green and blue colors in about the same proportion. Web safe color of #A499BB is #9999CC (or #99C).
#A499BB color RGB value is (164,153,187).
RGB: (164,153,187)
(64%, 60%, 73%)
R 164 of 255 = 64%
G 153 of 255 = 60%
B 187 of 255 = 73%
R + G + B ~ 66%. #A499BB is quite light color.
R + G + B = 164 + 153 + 187 = 504 (100%)
R 164 of 504 ~ 32.54%
G 153 of 504 ~ 30.36%
B 187 of 504 ~ 37.1'%
#A499BB color CMYK value is (12,18,0,27).
CMYK: (12,18,0,27) C12M18Y0K27 (12%,18%,0%,27%) (0.12/0.18/0.00/0.27)
Color #A499BB in popluar color models
A4 | 99 | BB | |
---|---|---|---|
RGB | 164 | 153 | 187 |
HSL | 259° | 20.00% | 66.67% |
HSB/HSV | 259° | 18.18% | 73.33% |
CMYK | 12.30% | 18.18% | 0.00% |
26.67% |
Color #A499BB in popluar number systems.
HEX | A4 | 99 | BB |
Decimal | 164 | 153 | 187 |
Binary | 10100100 | 10011001 | 10111011 |
Octal | 244 | 231 | 273 |
Shades of #A499BB
Tints of #A499BB
Examples of css and html codes for elements with #A499BB color. Also use rgb(164,153,187) instead hex code.
.myTextColor { color: #A499BB; }
<p style="color:#A499BB">This sample text font color is #A499BB.</p>
This text font color is #A499BB.
.myBgColor { background-color: #A499BB; }
<div style="background-color:#A499BB">Inner text</div>
This div background color is #A499BB.
.myBorderColor { border: 1px solid #A499BB; }
<div style="border:3px solid #A499BB">Div</div>
This div border color is #A499BB.
.myOpacity80 { color: #A499BB; opacity: 0.8; }
<p style="color:#A499BB;opacity:0.8;">80%</p>
Text with #A499BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A499BB;}
<p style="text-shadow: 3px 3px 1px #A499BB">Text here.</p>
This text has shadow with #A499BB color.
.textShadow {text-shadow: 3px 3px 1px #A499BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A499BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A499BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A499BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A499BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A499BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A499BB;
-webkit-box-shadow: 1px 1px 3px 2px #A499BB;
box-shadow: 1px 1px 3px 2px #A499BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A499BB; -webkit-box-shadow: 1px 1px 3px 2px #A499BB; box-shadow:1px 1px 3px 2px #A499BB;">
Div content here
</div>
This text has color #A499BB on black background.
This text has color #A499BB on white background.
This text has black color on #A499BB background.
This text has white color on #A499BB background.
Complementary color for #hex is #5B6644.