HEX: #A5BFDD
RGB: (165,191,221)
#A5BFDD contains red, green and blue colors in about the same proportion. Web safe color of #A5BFDD is #99CCCC (or #9CC).
#A5BFDD color RGB value is (165,191,221).
RGB: (165,191,221)
(65%, 75%, 87%)
R 165 of 255 = 65%
G 191 of 255 = 75%
B 221 of 255 = 87%
R + G + B ~ 76%. #A5BFDD is quite light color.
R + G + B = 165 + 191 + 221 = 577 (100%)
R 165 of 577 ~ 28.6%
G 191 of 577 ~ 33.1%
B 221 of 577 ~ 38.3'%
#A5BFDD color CMYK value is (25,14,0,13).
CMYK: (25,14,0,13) C25M14Y0K13 (25%,14%,0%,13%) (0.25/0.14/0.00/0.13)
Color #A5BFDD in popluar color models
A5 | BF | DD | |
---|---|---|---|
RGB | 165 | 191 | 221 |
HSL | 212° | 45.16% | 75.69% |
HSB/HSV | 212° | 25.34% | 86.67% |
CMYK | 25.34% | 13.57% | 0.00% |
13.33% |
Color #A5BFDD in popluar number systems.
HEX | A5 | BF | DD |
Decimal | 165 | 191 | 221 |
Binary | 10100101 | 10111111 | 11011101 |
Octal | 245 | 277 | 335 |
Shades of #A5BFDD
Tints of #A5BFDD
Examples of css and html codes for elements with #A5BFDD color. Also use rgb(165,191,221) instead hex code.
.myTextColor { color: #A5BFDD; }
<p style="color:#A5BFDD">This sample text font color is #A5BFDD.</p>
This text font color is #A5BFDD.
.myBgColor { background-color: #A5BFDD; }
<div style="background-color:#A5BFDD">Inner text</div>
This div background color is #A5BFDD.
.myBorderColor { border: 1px solid #A5BFDD; }
<div style="border:3px solid #A5BFDD">Div</div>
This div border color is #A5BFDD.
.myOpacity80 { color: #A5BFDD; opacity: 0.8; }
<p style="color:#A5BFDD;opacity:0.8;">80%</p>
Text with #A5BFDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5BFDD;}
<p style="text-shadow: 3px 3px 1px #A5BFDD">Text here.</p>
This text has shadow with #A5BFDD color.
.textShadow {text-shadow: 3px 3px 1px #A5BFDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5BFDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5BFDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5BFDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5BFDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5BFDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5BFDD;
-webkit-box-shadow: 1px 1px 3px 2px #A5BFDD;
box-shadow: 1px 1px 3px 2px #A5BFDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5BFDD; -webkit-box-shadow: 1px 1px 3px 2px #A5BFDD; box-shadow:1px 1px 3px 2px #A5BFDD;">
Div content here
</div>
This text has color #A5BFDD on black background.
This text has color #A5BFDD on white background.
This text has black color on #A5BFDD background.
This text has white color on #A5BFDD background.
Complementary color for #hex is #5A4022.