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