HEX: #AD7898
RGB: (173,120,152)
#AD7898 contains red, green and blue colors in about the same proportion. Web safe color of #AD7898 is #996699 (or #969).
#AD7898 color RGB value is (173,120,152).
RGB: (173,120,152)
(68%, 47%, 60%)
R 173 of 255 = 68%
G 120 of 255 = 47%
B 152 of 255 = 60%
R + G + B ~ 58%. #AD7898 is middle color (not dark and not light).
R + G + B = 173 + 120 + 152 = 445 (100%)
R 173 of 445 ~ 38.88%
G 120 of 445 ~ 26.97%
B 152 of 445 ~ 34.16'%
#AD7898 color CMYK value is (0,31,12,32).
CMYK: (0,31,12,32) C0M31Y12K32 (0%,31%,12%,32%) (0.00/0.31/0.12/0.32)
Color #AD7898 in popluar color models
AD | 78 | 98 | |
---|---|---|---|
RGB | 173 | 120 | 152 |
HSL | 324° | 24.42% | 57.45% |
HSB/HSV | 324° | 30.64% | 67.84% |
CMYK | 0.00% | 30.64% | 12.14% |
32.16% |
Color #AD7898 in popluar number systems.
HEX | AD | 78 | 98 |
Decimal | 173 | 120 | 152 |
Binary | 10101101 | 1111000 | 10011000 |
Octal | 255 | 170 | 230 |
Shades of #AD7898
Tints of #AD7898
Examples of css and html codes for elements with #AD7898 color. Also use rgb(173,120,152) instead hex code.
.myTextColor { color: #AD7898; }
<p style="color:#AD7898">This sample text font color is #AD7898.</p>
This text font color is #AD7898.
.myBgColor { background-color: #AD7898; }
<div style="background-color:#AD7898">Inner text</div>
This div background color is #AD7898.
.myBorderColor { border: 1px solid #AD7898; }
<div style="border:3px solid #AD7898">Div</div>
This div border color is #AD7898.
.myOpacity80 { color: #AD7898; opacity: 0.8; }
<p style="color:#AD7898;opacity:0.8;">80%</p>
Text with #AD7898 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD7898;}
<p style="text-shadow: 3px 3px 1px #AD7898">Text here.</p>
This text has shadow with #AD7898 color.
.textShadow {text-shadow: 3px 3px 1px #AD7898', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD7898, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD7898 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD7898, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD7898, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD7898 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD7898;
-webkit-box-shadow: 1px 1px 3px 2px #AD7898;
box-shadow: 1px 1px 3px 2px #AD7898;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD7898; -webkit-box-shadow: 1px 1px 3px 2px #AD7898; box-shadow:1px 1px 3px 2px #AD7898;">
Div content here
</div>
This text has color #AD7898 on black background.
This text has color #AD7898 on white background.
This text has black color on #AD7898 background.
This text has white color on #AD7898 background.
Complementary color for #hex is #528767.