HEX: #A4BAED
RGB: (164,186,237)
#A4BAED contains mainly green and blue colors. Web safe color of #A4BAED is #99CCFF (or #9CF).
#A4BAED color RGB value is (164,186,237).
RGB: (164,186,237)
(64%, 73%, 93%)
R 164 of 255 = 64%
G 186 of 255 = 73%
B 237 of 255 = 93%
R + G + B ~ 77%. #A4BAED is quite light color.
R + G + B = 164 + 186 + 237 = 587 (100%)
R 164 of 587 ~ 27.94%
G 186 of 587 ~ 31.69%
B 237 of 587 ~ 40.37'%
#A4BAED color CMYK value is (31,22,0,7).
CMYK: (31,22,0,7) C31M22Y0K7 (31%,22%,0%,7%) (0.31/0.22/0.00/0.07)
Color #A4BAED in popluar color models
A4 | BA | ED | |
---|---|---|---|
RGB | 164 | 186 | 237 |
HSL | 222° | 66.97% | 78.63% |
HSB/HSV | 222° | 30.80% | 92.94% |
CMYK | 30.80% | 21.52% | 0.00% |
7.06% |
Color #A4BAED in popluar number systems.
HEX | A4 | BA | ED |
Decimal | 164 | 186 | 237 |
Binary | 10100100 | 10111010 | 11101101 |
Octal | 244 | 272 | 355 |
Shades of #A4BAED
Tints of #A4BAED
Examples of css and html codes for elements with #A4BAED color. Also use rgb(164,186,237) instead hex code.
.myTextColor { color: #A4BAED; }
<p style="color:#A4BAED">This sample text font color is #A4BAED.</p>
This text font color is #A4BAED.
.myBgColor { background-color: #A4BAED; }
<div style="background-color:#A4BAED">Inner text</div>
This div background color is #A4BAED.
.myBorderColor { border: 1px solid #A4BAED; }
<div style="border:3px solid #A4BAED">Div</div>
This div border color is #A4BAED.
.myOpacity80 { color: #A4BAED; opacity: 0.8; }
<p style="color:#A4BAED;opacity:0.8;">80%</p>
Text with #A4BAED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4BAED;}
<p style="text-shadow: 3px 3px 1px #A4BAED">Text here.</p>
This text has shadow with #A4BAED color.
.textShadow {text-shadow: 3px 3px 1px #A4BAED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4BAED, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4BAED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4BAED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4BAED, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4BAED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4BAED;
-webkit-box-shadow: 1px 1px 3px 2px #A4BAED;
box-shadow: 1px 1px 3px 2px #A4BAED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4BAED; -webkit-box-shadow: 1px 1px 3px 2px #A4BAED; box-shadow:1px 1px 3px 2px #A4BAED;">
Div content here
</div>
This text has color #A4BAED on black background.
This text has color #A4BAED on white background.
This text has black color on #A4BAED background.
This text has white color on #A4BAED background.
Complementary color for #hex is #5B4512.