HEX: #ADABBD
RGB: (173,171,189)
#ADABBD contains red, green and blue colors in about the same proportion. Web safe color of #ADABBD is #9999CC (or #99C).
#ADABBD color RGB value is (173,171,189).
RGB: (173,171,189)
(68%, 67%, 74%)
R 173 of 255 = 68%
G 171 of 255 = 67%
B 189 of 255 = 74%
R + G + B ~ 70%. #ADABBD is quite light color.
R + G + B = 173 + 171 + 189 = 533 (100%)
R 173 of 533 ~ 32.46%
G 171 of 533 ~ 32.08%
B 189 of 533 ~ 35.46'%
#ADABBD color CMYK value is (8,10,0,26).
CMYK: (8,10,0,26)
C8M10Y0K26 (8%, 10%, 0%, 26%)
(0.08 / 0.10 / 0.00 / 0.26)
Color #ADABBD in popluar color models
AD | AB | BD | |
---|---|---|---|
RGB | 173 | 171 | 189 |
HSL | 247° | 12.00% | 70.59% |
HSB/HSV | 247° | 9.52% | 74.12% |
CMYK | 8.47% | 9.52% | 0.00% |
25.88% |
Color #ADABBD in popluar number systems.
HEX | AD | AB | BD |
Decimal | 173 | 171 | 189 |
Binary | 10101101 | 10101011 | 10111101 |
Octal | 255 | 253 | 275 |
Shades of #ADABBD
Tints of #ADABBD
Examples of css and html codes for elements with #ADABBD color. Also use rgb(173,171,189) instead hex code.
.myTextColor { color: #ADABBD; }
<p style="color:#ADABBD">This sample text font color is #ADABBD.</p>
This text font color is #ADABBD.
.myBgColor { background-color: #ADABBD; }
<div style="background-color:#ADABBD">Inner text</div>
This div background color is #ADABBD.
.myBorderColor { border: 1px solid #ADABBD; }
<div style="border:3px solid #ADABBD">Div</div>
This div border color is #ADABBD.
.myOpacity80 { color: #ADABBD; opacity: 0.8; }
<p style="color:#ADABBD;opacity:0.8;">80%</p>
Text with #ADABBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADABBD;}
<p style="text-shadow: 3px 3px 1px #ADABBD">Text here.</p>
This text has shadow with #ADABBD color.
.textShadow {text-shadow: 3px 3px 1px #ADABBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADABBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADABBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADABBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADABBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADABBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADABBD;
-webkit-box-shadow: 1px 1px 3px 2px #ADABBD;
box-shadow: 1px 1px 3px 2px #ADABBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADABBD; -webkit-box-shadow: 1px 1px 3px 2px #ADABBD; box-shadow:1px 1px 3px 2px #ADABBD;">
Div content here
</div>
This text has color #ADABBD on black background.
This text has color #ADABBD on white background.
This text has black color on #ADABBD background.
This text has white color on #ADABBD background.
Complementary color for #hex is #525442.