HEX: #A6B5FB
RGB: (166,181,251)
#A6B5FB contains mainly blue color. Web safe color of #A6B5FB is #99CCFF (or #9CF).
#A6B5FB color RGB value is (166,181,251).
RGB: (166,181,251)
(65%, 71%, 98%)
R 166 of 255 = 65%
G 181 of 255 = 71%
B 251 of 255 = 98%
R + G + B ~ 78%. #A6B5FB is quite light color.
R + G + B = 166 + 181 + 251 = 598 (100%)
R 166 of 598 ~ 27.76%
G 181 of 598 ~ 30.27%
B 251 of 598 ~ 41.97'%
#A6B5FB color CMYK value is (34,28,0,2).
CMYK: (34,28,0,2) C34M28Y0K2 (34%,28%,0%,2%) (0.34/0.28/0.00/0.02)
Color #A6B5FB in popluar color models
A6 | B5 | FB | |
---|---|---|---|
RGB | 166 | 181 | 251 |
HSL | 229° | 91.40% | 81.76% |
HSB/HSV | 229° | 33.86% | 98.43% |
CMYK | 33.86% | 27.89% | 0.00% |
1.57% |
Color #A6B5FB in popluar number systems.
HEX | A6 | B5 | FB |
Decimal | 166 | 181 | 251 |
Binary | 10100110 | 10110101 | 11111011 |
Octal | 246 | 265 | 373 |
Shades of #A6B5FB
Tints of #A6B5FB
Examples of css and html codes for elements with #A6B5FB color. Also use rgb(166,181,251) instead hex code.
.myTextColor { color: #A6B5FB; }
<p style="color:#A6B5FB">This sample text font color is #A6B5FB.</p>
This text font color is #A6B5FB.
.myBgColor { background-color: #A6B5FB; }
<div style="background-color:#A6B5FB">Inner text</div>
This div background color is #A6B5FB.
.myBorderColor { border: 1px solid #A6B5FB; }
<div style="border:3px solid #A6B5FB">Div</div>
This div border color is #A6B5FB.
.myOpacity80 { color: #A6B5FB; opacity: 0.8; }
<p style="color:#A6B5FB;opacity:0.8;">80%</p>
Text with #A6B5FB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6B5FB;}
<p style="text-shadow: 3px 3px 1px #A6B5FB">Text here.</p>
This text has shadow with #A6B5FB color.
.textShadow {text-shadow: 3px 3px 1px #A6B5FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6B5FB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6B5FB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6B5FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6B5FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6B5FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6B5FB;
-webkit-box-shadow: 1px 1px 3px 2px #A6B5FB;
box-shadow: 1px 1px 3px 2px #A6B5FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6B5FB; -webkit-box-shadow: 1px 1px 3px 2px #A6B5FB; box-shadow:1px 1px 3px 2px #A6B5FB;">
Div content here
</div>
This text has color #A6B5FB on black background.
This text has color #A6B5FB on white background.
This text has black color on #A6B5FB background.
This text has white color on #A6B5FB background.
Complementary color for #hex is #594A04.