HEX: #ADBADB
RGB: (173,186,219)
#ADBADB contains red, green and blue colors in about the same proportion. Web safe color of #ADBADB is #99CCCC (or #9CC).
#ADBADB color RGB value is (173,186,219).
RGB: (173,186,219)
(68%, 73%, 86%)
R 173 of 255 = 68%
G 186 of 255 = 73%
B 219 of 255 = 86%
R + G + B ~ 76%. #ADBADB is quite light color.
R + G + B = 173 + 186 + 219 = 578 (100%)
R 173 of 578 ~ 29.93%
G 186 of 578 ~ 32.18%
B 219 of 578 ~ 37.89'%
#ADBADB color CMYK value is (21,15,0,14).
CMYK: (21,15,0,14) C21M15Y0K14 (21%,15%,0%,14%) (0.21/0.15/0.00/0.14)
Color #ADBADB in popluar color models
AD | BA | DB | |
---|---|---|---|
RGB | 173 | 186 | 219 |
HSL | 223° | 38.98% | 76.86% |
HSB/HSV | 223° | 21.00% | 85.88% |
CMYK | 21.00% | 15.07% | 0.00% |
14.12% |
Color #ADBADB in popluar number systems.
HEX | AD | BA | DB |
Decimal | 173 | 186 | 219 |
Binary | 10101101 | 10111010 | 11011011 |
Octal | 255 | 272 | 333 |
Shades of #ADBADB
Tints of #ADBADB
Examples of css and html codes for elements with #ADBADB color. Also use rgb(173,186,219) instead hex code.
.myTextColor { color: #ADBADB; }
<p style="color:#ADBADB">This sample text font color is #ADBADB.</p>
This text font color is #ADBADB.
.myBgColor { background-color: #ADBADB; }
<div style="background-color:#ADBADB">Inner text</div>
This div background color is #ADBADB.
.myBorderColor { border: 1px solid #ADBADB; }
<div style="border:3px solid #ADBADB">Div</div>
This div border color is #ADBADB.
.myOpacity80 { color: #ADBADB; opacity: 0.8; }
<p style="color:#ADBADB;opacity:0.8;">80%</p>
Text with #ADBADB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBADB;}
<p style="text-shadow: 3px 3px 1px #ADBADB">Text here.</p>
This text has shadow with #ADBADB color.
.textShadow {text-shadow: 3px 3px 1px #ADBADB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBADB, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADBADB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBADB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBADB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBADB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADBADB;
-webkit-box-shadow: 1px 1px 3px 2px #ADBADB;
box-shadow: 1px 1px 3px 2px #ADBADB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADBADB; -webkit-box-shadow: 1px 1px 3px 2px #ADBADB; box-shadow:1px 1px 3px 2px #ADBADB;">
Div content here
</div>
This text has color #ADBADB on black background.
This text has color #ADBADB on white background.
This text has black color on #ADBADB background.
This text has white color on #ADBADB background.
Complementary color for #hex is #524524.