HEX: #AD80BE
RGB: (173,128,190)
#AD80BE contains mainly red and blue colors. Web safe color of #AD80BE is #9966CC (or #96C).
#AD80BE color RGB value is (173,128,190).
RGB: (173,128,190)
(68%, 50%, 75%)
R 173 of 255 = 68%
G 128 of 255 = 50%
B 190 of 255 = 75%
R + G + B ~ 64%. #AD80BE is quite light color.
R + G + B = 173 + 128 + 190 = 491 (100%)
R 173 of 491 ~ 35.23%
G 128 of 491 ~ 26.07%
B 190 of 491 ~ 38.7'%
#AD80BE color CMYK value is (9,33,0,25).
CMYK: (9,33,0,25) C9M33Y0K25 (9%,33%,0%,25%) (0.09/0.33/0.00/0.25)
Color #AD80BE in popluar color models
AD | 80 | BE | |
---|---|---|---|
RGB | 173 | 128 | 190 |
HSL | 284° | 32.29% | 62.35% |
HSB/HSV | 284° | 32.63% | 74.51% |
CMYK | 8.95% | 32.63% | 0.00% |
25.49% |
Color #AD80BE in popluar number systems.
HEX | AD | 80 | BE |
Decimal | 173 | 128 | 190 |
Binary | 10101101 | 10000000 | 10111110 |
Octal | 255 | 200 | 276 |
Shades of #AD80BE
Tints of #AD80BE
Examples of css and html codes for elements with #AD80BE color. Also use rgb(173,128,190) instead hex code.
.myTextColor { color: #AD80BE; }
<p style="color:#AD80BE">This sample text font color is #AD80BE.</p>
This text font color is #AD80BE.
.myBgColor { background-color: #AD80BE; }
<div style="background-color:#AD80BE">Inner text</div>
This div background color is #AD80BE.
.myBorderColor { border: 1px solid #AD80BE; }
<div style="border:3px solid #AD80BE">Div</div>
This div border color is #AD80BE.
.myOpacity80 { color: #AD80BE; opacity: 0.8; }
<p style="color:#AD80BE;opacity:0.8;">80%</p>
Text with #AD80BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD80BE;}
<p style="text-shadow: 3px 3px 1px #AD80BE">Text here.</p>
This text has shadow with #AD80BE color.
.textShadow {text-shadow: 3px 3px 1px #AD80BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD80BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD80BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD80BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD80BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD80BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD80BE;
-webkit-box-shadow: 1px 1px 3px 2px #AD80BE;
box-shadow: 1px 1px 3px 2px #AD80BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD80BE; -webkit-box-shadow: 1px 1px 3px 2px #AD80BE; box-shadow:1px 1px 3px 2px #AD80BE;">
Div content here
</div>
This text has color #AD80BE on black background.
This text has color #AD80BE on white background.
This text has black color on #AD80BE background.
This text has white color on #AD80BE background.
Complementary color for #hex is #527F41.