HEX: #A7BAEB
RGB: (167,186,235)
#A7BAEB contains mainly green and blue colors. Web safe color of #A7BAEB is #99CCFF (or #9CF).
#A7BAEB color RGB value is (167,186,235).
RGB: (167,186,235)
(65%, 73%, 92%)
R 167 of 255 = 65%
G 186 of 255 = 73%
B 235 of 255 = 92%
R + G + B ~ 77%. #A7BAEB is quite light color.
R + G + B = 167 + 186 + 235 = 588 (100%)
R 167 of 588 ~ 28.4%
G 186 of 588 ~ 31.63%
B 235 of 588 ~ 39.97'%
#A7BAEB color CMYK value is (29,21,0,8).
CMYK: (29,21,0,8) C29M21Y0K8 (29%,21%,0%,8%) (0.29/0.21/0.00/0.08)
Color #A7BAEB in popluar color models
A7 | BA | EB | |
---|---|---|---|
RGB | 167 | 186 | 235 |
HSL | 223° | 62.96% | 78.82% |
HSB/HSV | 223° | 28.94% | 92.16% |
CMYK | 28.94% | 20.85% | 0.00% |
7.84% |
Color #A7BAEB in popluar number systems.
HEX | A7 | BA | EB |
Decimal | 167 | 186 | 235 |
Binary | 10100111 | 10111010 | 11101011 |
Octal | 247 | 272 | 353 |
Shades of #A7BAEB
Tints of #A7BAEB
Examples of css and html codes for elements with #A7BAEB color. Also use rgb(167,186,235) instead hex code.
.myTextColor { color: #A7BAEB; }
<p style="color:#A7BAEB">This sample text font color is #A7BAEB.</p>
This text font color is #A7BAEB.
.myBgColor { background-color: #A7BAEB; }
<div style="background-color:#A7BAEB">Inner text</div>
This div background color is #A7BAEB.
.myBorderColor { border: 1px solid #A7BAEB; }
<div style="border:3px solid #A7BAEB">Div</div>
This div border color is #A7BAEB.
.myOpacity80 { color: #A7BAEB; opacity: 0.8; }
<p style="color:#A7BAEB;opacity:0.8;">80%</p>
Text with #A7BAEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7BAEB;}
<p style="text-shadow: 3px 3px 1px #A7BAEB">Text here.</p>
This text has shadow with #A7BAEB color.
.textShadow {text-shadow: 3px 3px 1px #A7BAEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7BAEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7BAEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7BAEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7BAEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7BAEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7BAEB;
-webkit-box-shadow: 1px 1px 3px 2px #A7BAEB;
box-shadow: 1px 1px 3px 2px #A7BAEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7BAEB; -webkit-box-shadow: 1px 1px 3px 2px #A7BAEB; box-shadow:1px 1px 3px 2px #A7BAEB;">
Div content here
</div>
This text has color #A7BAEB on black background.
This text has color #A7BAEB on white background.
This text has black color on #A7BAEB background.
This text has white color on #A7BAEB background.
Complementary color for #hex is #584514.