HEX: #AD8CBB
RGB: (173,140,187)
#AD8CBB contains red, green and blue colors in about the same proportion. Web safe color of #AD8CBB is #9999CC (or #99C).
#AD8CBB color RGB value is (173,140,187).
RGB: (173,140,187)
(68%, 55%, 73%)
R 173 of 255 = 68%
G 140 of 255 = 55%
B 187 of 255 = 73%
R + G + B ~ 65%. #AD8CBB is quite light color.
R + G + B = 173 + 140 + 187 = 500 (100%)
R 173 of 500 ~ 34.6%
G 140 of 500 ~ 28%
B 187 of 500 ~ 37.4'%
#AD8CBB color CMYK value is (7,25,0,27).
CMYK: (7,25,0,27)
C7M25Y0K27 (7%, 25%, 0%, 27%)
(0.07 / 0.25 / 0.00 / 0.27)
Color #AD8CBB in popluar color models
AD | 8C | BB | |
---|---|---|---|
RGB | 173 | 140 | 187 |
HSL | 282° | 25.68% | 64.12% |
HSB/HSV | 282° | 25.13% | 73.33% |
CMYK | 7.49% | 25.13% | 0.00% |
26.67% |
Color #AD8CBB in popluar number systems.
HEX | AD | 8C | BB |
Decimal | 173 | 140 | 187 |
Binary | 10101101 | 10001100 | 10111011 |
Octal | 255 | 214 | 273 |
Shades of #AD8CBB
Tints of #AD8CBB
Examples of css and html codes for elements with #AD8CBB color. Also use rgb(173,140,187) instead hex code.
.myTextColor { color: #AD8CBB; }
<p style="color:#AD8CBB">This sample text font color is #AD8CBB.</p>
This text font color is #AD8CBB.
.myBgColor { background-color: #AD8CBB; }
<div style="background-color:#AD8CBB">Inner text</div>
This div background color is #AD8CBB.
.myBorderColor { border: 1px solid #AD8CBB; }
<div style="border:3px solid #AD8CBB">Div</div>
This div border color is #AD8CBB.
.myOpacity80 { color: #AD8CBB; opacity: 0.8; }
<p style="color:#AD8CBB;opacity:0.8;">80%</p>
Text with #AD8CBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD8CBB;}
<p style="text-shadow: 3px 3px 1px #AD8CBB">Text here.</p>
This text has shadow with #AD8CBB color.
.textShadow {text-shadow: 3px 3px 1px #AD8CBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD8CBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD8CBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD8CBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD8CBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD8CBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD8CBB;
-webkit-box-shadow: 1px 1px 3px 2px #AD8CBB;
box-shadow: 1px 1px 3px 2px #AD8CBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD8CBB; -webkit-box-shadow: 1px 1px 3px 2px #AD8CBB; box-shadow:1px 1px 3px 2px #AD8CBB;">
Div content here
</div>
This text has color #AD8CBB on black background.
This text has color #AD8CBB on white background.
This text has black color on #AD8CBB background.
This text has white color on #AD8CBB background.
Complementary color for #hex is #527344.