HEX: #AD89BE
RGB: (173,137,190)
#AD89BE contains red, green and blue colors in about the same proportion. Web safe color of #AD89BE is #9999CC (or #99C).
#AD89BE color RGB value is (173,137,190).
RGB: (173,137,190)
(68%, 54%, 75%)
R 173 of 255 = 68%
G 137 of 255 = 54%
B 190 of 255 = 75%
R + G + B ~ 66%. #AD89BE is quite light color.
R + G + B = 173 + 137 + 190 = 500 (100%)
R 173 of 500 ~ 34.6%
G 137 of 500 ~ 27.4%
B 190 of 500 ~ 38'%
#AD89BE color CMYK value is (9,28,0,25).
CMYK: (9,28,0,25) C9M28Y0K25 (9%,28%,0%,25%) (0.09/0.28/0.00/0.25)
Color #AD89BE in popluar color models
AD | 89 | BE | |
---|---|---|---|
RGB | 173 | 137 | 190 |
HSL | 281° | 28.96% | 64.12% |
HSB/HSV | 281° | 27.89% | 74.51% |
CMYK | 8.95% | 27.89% | 0.00% |
25.49% |
Color #AD89BE in popluar number systems.
HEX | AD | 89 | BE |
Decimal | 173 | 137 | 190 |
Binary | 10101101 | 10001001 | 10111110 |
Octal | 255 | 211 | 276 |
Shades of #AD89BE
Tints of #AD89BE
Examples of css and html codes for elements with #AD89BE color. Also use rgb(173,137,190) instead hex code.
.myTextColor { color: #AD89BE; }
<p style="color:#AD89BE">This sample text font color is #AD89BE.</p>
This text font color is #AD89BE.
.myBgColor { background-color: #AD89BE; }
<div style="background-color:#AD89BE">Inner text</div>
This div background color is #AD89BE.
.myBorderColor { border: 1px solid #AD89BE; }
<div style="border:3px solid #AD89BE">Div</div>
This div border color is #AD89BE.
.myOpacity80 { color: #AD89BE; opacity: 0.8; }
<p style="color:#AD89BE;opacity:0.8;">80%</p>
Text with #AD89BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD89BE;}
<p style="text-shadow: 3px 3px 1px #AD89BE">Text here.</p>
This text has shadow with #AD89BE color.
.textShadow {text-shadow: 3px 3px 1px #AD89BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD89BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD89BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD89BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD89BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD89BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD89BE;
-webkit-box-shadow: 1px 1px 3px 2px #AD89BE;
box-shadow: 1px 1px 3px 2px #AD89BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD89BE; -webkit-box-shadow: 1px 1px 3px 2px #AD89BE; box-shadow:1px 1px 3px 2px #AD89BE;">
Div content here
</div>
This text has color #AD89BE on black background.
This text has color #AD89BE on white background.
This text has black color on #AD89BE background.
This text has white color on #AD89BE background.
Complementary color for #hex is #527641.