HEX: #A5BABB
RGB: (165,186,187)
#A5BABB contains red, green and blue colors in about the same proportion. Web safe color of #A5BABB is #99CCCC (or #9CC).
#A5BABB color RGB value is (165,186,187).
RGB: (165,186,187)
(65%, 73%, 73%)
R 165 of 255 = 65%
G 186 of 255 = 73%
B 187 of 255 = 73%
R + G + B ~ 70%. #A5BABB is quite light color.
R + G + B = 165 + 186 + 187 = 538 (100%)
R 165 of 538 ~ 30.67%
G 186 of 538 ~ 34.57%
B 187 of 538 ~ 34.76'%
#A5BABB color CMYK value is (12,1,0,27).
CMYK: (12,1,0,27) C12M1Y0K27 (12%,1%,0%,27%) (0.12/0.01/0.00/0.27)
Color #A5BABB in popluar color models
A5 | BA | BB | |
---|---|---|---|
RGB | 165 | 186 | 187 |
HSL | 183° | 13.92% | 69.02% |
HSB/HSV | 183° | 11.76% | 73.33% |
CMYK | 11.76% | 0.53% | 0.00% |
26.67% |
Color #A5BABB in popluar number systems.
HEX | A5 | BA | BB |
Decimal | 165 | 186 | 187 |
Binary | 10100101 | 10111010 | 10111011 |
Octal | 245 | 272 | 273 |
Shades of #A5BABB
Tints of #A5BABB
Examples of css and html codes for elements with #A5BABB color. Also use rgb(165,186,187) instead hex code.
.myTextColor { color: #A5BABB; }
<p style="color:#A5BABB">This sample text font color is #A5BABB.</p>
This text font color is #A5BABB.
.myBgColor { background-color: #A5BABB; }
<div style="background-color:#A5BABB">Inner text</div>
This div background color is #A5BABB.
.myBorderColor { border: 1px solid #A5BABB; }
<div style="border:3px solid #A5BABB">Div</div>
This div border color is #A5BABB.
.myOpacity80 { color: #A5BABB; opacity: 0.8; }
<p style="color:#A5BABB;opacity:0.8;">80%</p>
Text with #A5BABB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5BABB;}
<p style="text-shadow: 3px 3px 1px #A5BABB">Text here.</p>
This text has shadow with #A5BABB color.
.textShadow {text-shadow: 3px 3px 1px #A5BABB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5BABB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5BABB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5BABB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5BABB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5BABB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5BABB;
-webkit-box-shadow: 1px 1px 3px 2px #A5BABB;
box-shadow: 1px 1px 3px 2px #A5BABB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5BABB; -webkit-box-shadow: 1px 1px 3px 2px #A5BABB; box-shadow:1px 1px 3px 2px #A5BABB;">
Div content here
</div>
This text has color #A5BABB on black background.
This text has color #A5BABB on white background.
This text has black color on #A5BABB background.
This text has white color on #A5BABB background.
Complementary color for #hex is #5A4544.