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