HEX: #A5ABBC
RGB: (165,171,188)
#A5ABBC contains red, green and blue colors in about the same proportion. Web safe color of #A5ABBC is #9999CC (or #99C).
#A5ABBC color RGB value is (165,171,188).
RGB: (165,171,188)
(65%, 67%, 74%)
R 165 of 255 = 65%
G 171 of 255 = 67%
B 188 of 255 = 74%
R + G + B ~ 69%. #A5ABBC is quite light color.
R + G + B = 165 + 171 + 188 = 524 (100%)
R 165 of 524 ~ 31.49%
G 171 of 524 ~ 32.63%
B 188 of 524 ~ 35.88'%
#A5ABBC color CMYK value is (12,9,0,26).
CMYK: (12,9,0,26) C12M9Y0K26 (12%,9%,0%,26%) (0.12/0.09/0.00/0.26)
Color #A5ABBC in popluar color models
A5 | AB | BC | |
---|---|---|---|
RGB | 165 | 171 | 188 |
HSL | 224° | 14.65% | 69.22% |
HSB/HSV | 224° | 12.23% | 73.73% |
CMYK | 12.23% | 9.04% | 0.00% |
26.27% |
Color #A5ABBC in popluar number systems.
HEX | A5 | AB | BC |
Decimal | 165 | 171 | 188 |
Binary | 10100101 | 10101011 | 10111100 |
Octal | 245 | 253 | 274 |
Shades of #A5ABBC
Tints of #A5ABBC
Examples of css and html codes for elements with #A5ABBC color. Also use rgb(165,171,188) instead hex code.
.myTextColor { color: #A5ABBC; }
<p style="color:#A5ABBC">This sample text font color is #A5ABBC.</p>
This text font color is #A5ABBC.
.myBgColor { background-color: #A5ABBC; }
<div style="background-color:#A5ABBC">Inner text</div>
This div background color is #A5ABBC.
.myBorderColor { border: 1px solid #A5ABBC; }
<div style="border:3px solid #A5ABBC">Div</div>
This div border color is #A5ABBC.
.myOpacity80 { color: #A5ABBC; opacity: 0.8; }
<p style="color:#A5ABBC;opacity:0.8;">80%</p>
Text with #A5ABBC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5ABBC;}
<p style="text-shadow: 3px 3px 1px #A5ABBC">Text here.</p>
This text has shadow with #A5ABBC color.
.textShadow {text-shadow: 3px 3px 1px #A5ABBC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5ABBC, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5ABBC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5ABBC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5ABBC, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5ABBC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5ABBC;
-webkit-box-shadow: 1px 1px 3px 2px #A5ABBC;
box-shadow: 1px 1px 3px 2px #A5ABBC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5ABBC; -webkit-box-shadow: 1px 1px 3px 2px #A5ABBC; box-shadow:1px 1px 3px 2px #A5ABBC;">
Div content here
</div>
This text has color #A5ABBC on black background.
This text has color #A5ABBC on white background.
This text has black color on #A5ABBC background.
This text has white color on #A5ABBC background.
Complementary color for #hex is #5A5443.