HEX: #ADAAC7
RGB: (173,170,199)
#ADAAC7 contains red, green and blue colors in about the same proportion. Web safe color of #ADAAC7 is #9999CC (or #99C).
#ADAAC7 color RGB value is (173,170,199).
RGB: (173,170,199)
(68%, 67%, 78%)
R 173 of 255 = 68%
G 170 of 255 = 67%
B 199 of 255 = 78%
R + G + B ~ 71%. #ADAAC7 is quite light color.
R + G + B = 173 + 170 + 199 = 542 (100%)
R 173 of 542 ~ 31.92%
G 170 of 542 ~ 31.37%
B 199 of 542 ~ 36.72'%
#ADAAC7 color CMYK value is (13,15,0,22).
CMYK: (13,15,0,22)
C13M15Y0K22 (13%, 15%, 0%, 22%)
(0.13 / 0.15 / 0.00 / 0.22)
Color #ADAAC7 in popluar color models
AD | AA | C7 | |
---|---|---|---|
RGB | 173 | 170 | 199 |
HSL | 246° | 20.57% | 72.35% |
HSB/HSV | 246° | 14.57% | 78.04% |
CMYK | 13.07% | 14.57% | 0.00% |
21.96% |
Color #ADAAC7 in popluar number systems.
HEX | AD | AA | C7 |
Decimal | 173 | 170 | 199 |
Binary | 10101101 | 10101010 | 11000111 |
Octal | 255 | 252 | 307 |
Shades of #ADAAC7
Tints of #ADAAC7
Examples of css and html codes for elements with #ADAAC7 color. Also use rgb(173,170,199) instead hex code.
.myTextColor { color: #ADAAC7; }
<p style="color:#ADAAC7">This sample text font color is #ADAAC7.</p>
This text font color is #ADAAC7.
.myBgColor { background-color: #ADAAC7; }
<div style="background-color:#ADAAC7">Inner text</div>
This div background color is #ADAAC7.
.myBorderColor { border: 1px solid #ADAAC7; }
<div style="border:3px solid #ADAAC7">Div</div>
This div border color is #ADAAC7.
.myOpacity80 { color: #ADAAC7; opacity: 0.8; }
<p style="color:#ADAAC7;opacity:0.8;">80%</p>
Text with #ADAAC7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADAAC7;}
<p style="text-shadow: 3px 3px 1px #ADAAC7">Text here.</p>
This text has shadow with #ADAAC7 color.
.textShadow {text-shadow: 3px 3px 1px #ADAAC7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADAAC7, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADAAC7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADAAC7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADAAC7, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADAAC7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADAAC7;
-webkit-box-shadow: 1px 1px 3px 2px #ADAAC7;
box-shadow: 1px 1px 3px 2px #ADAAC7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADAAC7; -webkit-box-shadow: 1px 1px 3px 2px #ADAAC7; box-shadow:1px 1px 3px 2px #ADAAC7;">
Div content here
</div>
This text has color #ADAAC7 on black background.
This text has color #ADAAC7 on white background.
This text has black color on #ADAAC7 background.
This text has white color on #ADAAC7 background.
Complementary color for #hex is #525538.