HEX: #A5BEDA
RGB: (165,190,218)
#A5BEDA contains red, green and blue colors in about the same proportion. Web safe color of #A5BEDA is #99CCCC (or #9CC).
#A5BEDA color RGB value is (165,190,218).
RGB: (165,190,218)
(65%, 75%, 85%)
R 165 of 255 = 65%
G 190 of 255 = 75%
B 218 of 255 = 85%
R + G + B ~ 75%. #A5BEDA is quite light color.
R + G + B = 165 + 190 + 218 = 573 (100%)
R 165 of 573 ~ 28.8%
G 190 of 573 ~ 33.16%
B 218 of 573 ~ 38.05'%
#A5BEDA color CMYK value is (24,13,0,15).
CMYK: (24,13,0,15) C24M13Y0K15 (24%,13%,0%,15%) (0.24/0.13/0.00/0.15)
Color #A5BEDA in popluar color models
A5 | BE | DA | |
---|---|---|---|
RGB | 165 | 190 | 218 |
HSL | 212° | 41.73% | 75.10% |
HSB/HSV | 212° | 24.31% | 85.49% |
CMYK | 24.31% | 12.84% | 0.00% |
14.51% |
Color #A5BEDA in popluar number systems.
HEX | A5 | BE | DA |
Decimal | 165 | 190 | 218 |
Binary | 10100101 | 10111110 | 11011010 |
Octal | 245 | 276 | 332 |
Shades of #A5BEDA
Tints of #A5BEDA
Examples of css and html codes for elements with #A5BEDA color. Also use rgb(165,190,218) instead hex code.
.myTextColor { color: #A5BEDA; }
<p style="color:#A5BEDA">This sample text font color is #A5BEDA.</p>
This text font color is #A5BEDA.
.myBgColor { background-color: #A5BEDA; }
<div style="background-color:#A5BEDA">Inner text</div>
This div background color is #A5BEDA.
.myBorderColor { border: 1px solid #A5BEDA; }
<div style="border:3px solid #A5BEDA">Div</div>
This div border color is #A5BEDA.
.myOpacity80 { color: #A5BEDA; opacity: 0.8; }
<p style="color:#A5BEDA;opacity:0.8;">80%</p>
Text with #A5BEDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5BEDA;}
<p style="text-shadow: 3px 3px 1px #A5BEDA">Text here.</p>
This text has shadow with #A5BEDA color.
.textShadow {text-shadow: 3px 3px 1px #A5BEDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5BEDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5BEDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5BEDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5BEDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5BEDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5BEDA;
-webkit-box-shadow: 1px 1px 3px 2px #A5BEDA;
box-shadow: 1px 1px 3px 2px #A5BEDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5BEDA; -webkit-box-shadow: 1px 1px 3px 2px #A5BEDA; box-shadow:1px 1px 3px 2px #A5BEDA;">
Div content here
</div>
This text has color #A5BEDA on black background.
This text has color #A5BEDA on white background.
This text has black color on #A5BEDA background.
This text has white color on #A5BEDA background.
Complementary color for #hex is #5A4125.