HEX: #AD7EAB
RGB: (173,126,171)
#AD7EAB contains red, green and blue colors in about the same proportion. Web safe color of #AD7EAB is #996699 (or #969).
#AD7EAB color RGB value is (173,126,171).
RGB: (173,126,171)
(68%, 49%, 67%)
R 173 of 255 = 68%
G 126 of 255 = 49%
B 171 of 255 = 67%
R + G + B ~ 61%. #AD7EAB is quite light color.
R + G + B = 173 + 126 + 171 = 470 (100%)
R 173 of 470 ~ 36.81%
G 126 of 470 ~ 26.81%
B 171 of 470 ~ 36.38'%
#AD7EAB color CMYK value is (0,27,1,32).
CMYK: (0,27,1,32)
C0M27Y1K32 (0%, 27%, 1%, 32%)
(0.00 / 0.27 / 0.01 / 0.32)
Color #AD7EAB in popluar color models
AD | 7E | AB | |
---|---|---|---|
RGB | 173 | 126 | 171 |
HSL | 303° | 22.27% | 58.63% |
HSB/HSV | 303° | 27.17% | 67.84% |
CMYK | 0.00% | 27.17% | 1.16% |
32.16% |
Color #AD7EAB in popluar number systems.
HEX | AD | 7E | AB |
Decimal | 173 | 126 | 171 |
Binary | 10101101 | 1111110 | 10101011 |
Octal | 255 | 176 | 253 |
Shades of #AD7EAB
Tints of #AD7EAB
Examples of css and html codes for elements with #AD7EAB color. Also use rgb(173,126,171) instead hex code.
.myTextColor { color: #AD7EAB; }
<p style="color:#AD7EAB">This sample text font color is #AD7EAB.</p>
This text font color is #AD7EAB.
.myBgColor { background-color: #AD7EAB; }
<div style="background-color:#AD7EAB">Inner text</div>
This div background color is #AD7EAB.
.myBorderColor { border: 1px solid #AD7EAB; }
<div style="border:3px solid #AD7EAB">Div</div>
This div border color is #AD7EAB.
.myOpacity80 { color: #AD7EAB; opacity: 0.8; }
<p style="color:#AD7EAB;opacity:0.8;">80%</p>
Text with #AD7EAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD7EAB;}
<p style="text-shadow: 3px 3px 1px #AD7EAB">Text here.</p>
This text has shadow with #AD7EAB color.
.textShadow {text-shadow: 3px 3px 1px #AD7EAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD7EAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD7EAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD7EAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD7EAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD7EAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD7EAB;
-webkit-box-shadow: 1px 1px 3px 2px #AD7EAB;
box-shadow: 1px 1px 3px 2px #AD7EAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD7EAB; -webkit-box-shadow: 1px 1px 3px 2px #AD7EAB; box-shadow:1px 1px 3px 2px #AD7EAB;">
Div content here
</div>
This text has color #AD7EAB on black background.
This text has color #AD7EAB on white background.
This text has black color on #AD7EAB background.
This text has white color on #AD7EAB background.
Complementary color for #hex is #528154.