HEX: #A7BBD6
RGB: (167,187,214)
#A7BBD6 contains red, green and blue colors in about the same proportion. Web safe color of #A7BBD6 is #99CCCC (or #9CC).
#A7BBD6 color RGB value is (167,187,214).
RGB: (167,187,214)
(65%, 73%, 84%)
R 167 of 255 = 65%
G 187 of 255 = 73%
B 214 of 255 = 84%
R + G + B ~ 74%. #A7BBD6 is quite light color.
R + G + B = 167 + 187 + 214 = 568 (100%)
R 167 of 568 ~ 29.4%
G 187 of 568 ~ 32.92%
B 214 of 568 ~ 37.68'%
#A7BBD6 color CMYK value is (22,13,0,16).
CMYK: (22,13,0,16)
C22M13Y0K16 (22%, 13%, 0%, 16%)
(0.22 / 0.13 / 0.00 / 0.16)
Color #A7BBD6 in popluar color models
A7 | BB | D6 | |
---|---|---|---|
RGB | 167 | 187 | 214 |
HSL | 214° | 36.43% | 74.71% |
HSB/HSV | 214° | 21.96% | 83.92% |
CMYK | 21.96% | 12.62% | 0.00% |
16.08% |
Color #A7BBD6 in popluar number systems.
HEX | A7 | BB | D6 |
Decimal | 167 | 187 | 214 |
Binary | 10100111 | 10111011 | 11010110 |
Octal | 247 | 273 | 326 |
Shades of #A7BBD6
Tints of #A7BBD6
Examples of css and html codes for elements with #A7BBD6 color. Also use rgb(167,187,214) instead hex code.
.myTextColor { color: #A7BBD6; }
<p style="color:#A7BBD6">This sample text font color is #A7BBD6.</p>
This text font color is #A7BBD6.
.myBgColor { background-color: #A7BBD6; }
<div style="background-color:#A7BBD6">Inner text</div>
This div background color is #A7BBD6.
.myBorderColor { border: 1px solid #A7BBD6; }
<div style="border:3px solid #A7BBD6">Div</div>
This div border color is #A7BBD6.
.myOpacity80 { color: #A7BBD6; opacity: 0.8; }
<p style="color:#A7BBD6;opacity:0.8;">80%</p>
Text with #A7BBD6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7BBD6;}
<p style="text-shadow: 3px 3px 1px #A7BBD6">Text here.</p>
This text has shadow with #A7BBD6 color.
.textShadow {text-shadow: 3px 3px 1px #A7BBD6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7BBD6, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7BBD6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7BBD6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7BBD6, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7BBD6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7BBD6;
-webkit-box-shadow: 1px 1px 3px 2px #A7BBD6;
box-shadow: 1px 1px 3px 2px #A7BBD6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7BBD6; -webkit-box-shadow: 1px 1px 3px 2px #A7BBD6; box-shadow:1px 1px 3px 2px #A7BBD6;">
Div content here
</div>
This text has color #A7BBD6 on black background.
This text has color #A7BBD6 on white background.
This text has black color on #A7BBD6 background.
This text has white color on #A7BBD6 background.
Complementary color for #hex is #584429.