HEX: #D49ABA
RGB: (212,154,186)
#D49ABA contains red, green and blue colors in about the same proportion. Web safe color of #D49ABA is #CC99CC (or #C9C).
#D49ABA color RGB value is (212,154,186).
RGB: (212,154,186)
(83%, 60%, 73%)
R 212 of 255 = 83%
G 154 of 255 = 60%
B 186 of 255 = 73%
R + G + B ~ 72%. #D49ABA is quite light color.
R + G + B = 212 + 154 + 186 = 552 (100%)
R 212 of 552 ~ 38.41%
G 154 of 552 ~ 27.9%
B 186 of 552 ~ 33.7'%
#D49ABA color CMYK value is (0,27,12,17).
CMYK: (0,27,12,17)
C0M27Y12K17 (0%, 27%, 12%, 17%)
(0.00 / 0.27 / 0.12 / 0.17)
Color #D49ABA in popluar color models
D4 | 9A | BA | |
---|---|---|---|
RGB | 212 | 154 | 186 |
HSL | 327° | 40.28% | 71.76% |
HSB/HSV | 327° | 27.36% | 83.14% |
CMYK | 0.00% | 27.36% | 12.26% |
16.86% |
Color #D49ABA in popluar number systems.
HEX | D4 | 9A | BA |
Decimal | 212 | 154 | 186 |
Binary | 11010100 | 10011010 | 10111010 |
Octal | 324 | 232 | 272 |
Shades of #D49ABA
Tints of #D49ABA
Examples of css and html codes for elements with #D49ABA color. Also use rgb(212,154,186) instead hex code.
.myTextColor { color: #D49ABA; }
<p style="color:#D49ABA">This sample text font color is #D49ABA.</p>
This text font color is #D49ABA.
.myBgColor { background-color: #D49ABA; }
<div style="background-color:#D49ABA">Inner text</div>
This div background color is #D49ABA.
.myBorderColor { border: 1px solid #D49ABA; }
<div style="border:3px solid #D49ABA">Div</div>
This div border color is #D49ABA.
.myOpacity80 { color: #D49ABA; opacity: 0.8; }
<p style="color:#D49ABA;opacity:0.8;">80%</p>
Text with #D49ABA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D49ABA;}
<p style="text-shadow: 3px 3px 1px #D49ABA">Text here.</p>
This text has shadow with #D49ABA color.
.textShadow {text-shadow: 3px 3px 1px #D49ABA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D49ABA, 5px 5px 20px red">Text here.</p>
This text has shadow with #D49ABA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D49ABA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D49ABA, Direction=45, Strength=4)">Text</p>
This text has shadow with #D49ABA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D49ABA;
-webkit-box-shadow: 1px 1px 3px 2px #D49ABA;
box-shadow: 1px 1px 3px 2px #D49ABA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D49ABA; -webkit-box-shadow: 1px 1px 3px 2px #D49ABA; box-shadow:1px 1px 3px 2px #D49ABA;">
Div content here
</div>
This text has color #D49ABA on black background.
This text has color #D49ABA on white background.
This text has black color on #D49ABA background.
This text has white color on #D49ABA background.
Complementary color for #hex is #2B6545.