HEX: #A5B5BE
RGB: (165,181,190)
#A5B5BE contains red, green and blue colors in about the same proportion. Web safe color of #A5B5BE is #99CCCC (or #9CC).
#A5B5BE color RGB value is (165,181,190).
RGB: (165,181,190)
(65%, 71%, 75%)
R 165 of 255 = 65%
G 181 of 255 = 71%
B 190 of 255 = 75%
R + G + B ~ 70%. #A5B5BE is quite light color.
R + G + B = 165 + 181 + 190 = 536 (100%)
R 165 of 536 ~ 30.78%
G 181 of 536 ~ 33.77%
B 190 of 536 ~ 35.45'%
#A5B5BE color CMYK value is (13,5,0,25).
CMYK: (13,5,0,25) C13M5Y0K25 (13%,5%,0%,25%) (0.13/0.05/0.00/0.25)
Color #A5B5BE in popluar color models
A5 | B5 | BE | |
---|---|---|---|
RGB | 165 | 181 | 190 |
HSL | 202° | 16.13% | 69.61% |
HSB/HSV | 202° | 13.16% | 74.51% |
CMYK | 13.16% | 4.74% | 0.00% |
25.49% |
Color #A5B5BE in popluar number systems.
HEX | A5 | B5 | BE |
Decimal | 165 | 181 | 190 |
Binary | 10100101 | 10110101 | 10111110 |
Octal | 245 | 265 | 276 |
Shades of #A5B5BE
Tints of #A5B5BE
Examples of css and html codes for elements with #A5B5BE color. Also use rgb(165,181,190) instead hex code.
.myTextColor { color: #A5B5BE; }
<p style="color:#A5B5BE">This sample text font color is #A5B5BE.</p>
This text font color is #A5B5BE.
.myBgColor { background-color: #A5B5BE; }
<div style="background-color:#A5B5BE">Inner text</div>
This div background color is #A5B5BE.
.myBorderColor { border: 1px solid #A5B5BE; }
<div style="border:3px solid #A5B5BE">Div</div>
This div border color is #A5B5BE.
.myOpacity80 { color: #A5B5BE; opacity: 0.8; }
<p style="color:#A5B5BE;opacity:0.8;">80%</p>
Text with #A5B5BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5B5BE;}
<p style="text-shadow: 3px 3px 1px #A5B5BE">Text here.</p>
This text has shadow with #A5B5BE color.
.textShadow {text-shadow: 3px 3px 1px #A5B5BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5B5BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5B5BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5B5BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5B5BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5B5BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5B5BE;
-webkit-box-shadow: 1px 1px 3px 2px #A5B5BE;
box-shadow: 1px 1px 3px 2px #A5B5BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5B5BE; -webkit-box-shadow: 1px 1px 3px 2px #A5B5BE; box-shadow:1px 1px 3px 2px #A5B5BE;">
Div content here
</div>
This text has color #A5B5BE on black background.
This text has color #A5B5BE on white background.
This text has black color on #A5B5BE background.
This text has white color on #A5B5BE background.
Complementary color for #hex is #5A4A41.