HEX: #ADA9CB
RGB: (173,169,203)
#ADA9CB contains red, green and blue colors in about the same proportion. Web safe color of #ADA9CB is #9999CC (or #99C).
#ADA9CB color RGB value is (173,169,203).
RGB: (173,169,203)
(68%, 66%, 80%)
R 173 of 255 = 68%
G 169 of 255 = 66%
B 203 of 255 = 80%
R + G + B ~ 71%. #ADA9CB is quite light color.
R + G + B = 173 + 169 + 203 = 545 (100%)
R 173 of 545 ~ 31.74%
G 169 of 545 ~ 31.01%
B 203 of 545 ~ 37.25'%
#ADA9CB color CMYK value is (15,17,0,20).
CMYK: (15,17,0,20)
C15M17Y0K20 (15%, 17%, 0%, 20%)
(0.15 / 0.17 / 0.00 / 0.20)
Color #ADA9CB in popluar color models
AD | A9 | CB | |
---|---|---|---|
RGB | 173 | 169 | 203 |
HSL | 247° | 24.64% | 72.94% |
HSB/HSV | 247° | 16.75% | 79.61% |
CMYK | 14.78% | 16.75% | 0.00% |
20.39% |
Color #ADA9CB in popluar number systems.
HEX | AD | A9 | CB |
Decimal | 173 | 169 | 203 |
Binary | 10101101 | 10101001 | 11001011 |
Octal | 255 | 251 | 313 |
Shades of #ADA9CB
Tints of #ADA9CB
Examples of css and html codes for elements with #ADA9CB color. Also use rgb(173,169,203) instead hex code.
.myTextColor { color: #ADA9CB; }
<p style="color:#ADA9CB">This sample text font color is #ADA9CB.</p>
This text font color is #ADA9CB.
.myBgColor { background-color: #ADA9CB; }
<div style="background-color:#ADA9CB">Inner text</div>
This div background color is #ADA9CB.
.myBorderColor { border: 1px solid #ADA9CB; }
<div style="border:3px solid #ADA9CB">Div</div>
This div border color is #ADA9CB.
.myOpacity80 { color: #ADA9CB; opacity: 0.8; }
<p style="color:#ADA9CB;opacity:0.8;">80%</p>
Text with #ADA9CB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADA9CB;}
<p style="text-shadow: 3px 3px 1px #ADA9CB">Text here.</p>
This text has shadow with #ADA9CB color.
.textShadow {text-shadow: 3px 3px 1px #ADA9CB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADA9CB, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADA9CB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA9CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADA9CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADA9CB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADA9CB;
-webkit-box-shadow: 1px 1px 3px 2px #ADA9CB;
box-shadow: 1px 1px 3px 2px #ADA9CB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA9CB; -webkit-box-shadow: 1px 1px 3px 2px #ADA9CB; box-shadow:1px 1px 3px 2px #ADA9CB;">
Div content here
</div>
This text has color #ADA9CB on black background.
This text has color #ADA9CB on white background.
This text has black color on #ADA9CB background.
This text has white color on #ADA9CB background.
Complementary color for #hex is #525634.