HEX: #D496AB
RGB: (212,150,171)
#D496AB contains mainly red and blue colors. Web safe color of #D496AB is #CC9999 (or #C99).
#D496AB color RGB value is (212,150,171).
RGB: (212,150,171)
(83%, 59%, 67%)
R 212 of 255 = 83%
G 150 of 255 = 59%
B 171 of 255 = 67%
R + G + B ~ 70%. #D496AB is quite light color.
R + G + B = 212 + 150 + 171 = 533 (100%)
R 212 of 533 ~ 39.77%
G 150 of 533 ~ 28.14%
B 171 of 533 ~ 32.08'%
#D496AB color CMYK value is (0,29,19,17).
CMYK: (0,29,19,17) C0M29Y19K17 (0%,29%,19%,17%) (0.00/0.29/0.19/0.17)
Color #D496AB in popluar color models
D4 | 96 | AB | |
---|---|---|---|
RGB | 212 | 150 | 171 |
HSL | 340° | 41.89% | 70.98% |
HSB/HSV | 340° | 29.25% | 83.14% |
CMYK | 0.00% | 29.25% | 19.34% |
16.86% |
Color #D496AB in popluar number systems.
HEX | D4 | 96 | AB |
Decimal | 212 | 150 | 171 |
Binary | 11010100 | 10010110 | 10101011 |
Octal | 324 | 226 | 253 |
Shades of #D496AB
Tints of #D496AB
Examples of css and html codes for elements with #D496AB color. Also use rgb(212,150,171) instead hex code.
.myTextColor { color: #D496AB; }
<p style="color:#D496AB">This sample text font color is #D496AB.</p>
This text font color is #D496AB.
.myBgColor { background-color: #D496AB; }
<div style="background-color:#D496AB">Inner text</div>
This div background color is #D496AB.
.myBorderColor { border: 1px solid #D496AB; }
<div style="border:3px solid #D496AB">Div</div>
This div border color is #D496AB.
.myOpacity80 { color: #D496AB; opacity: 0.8; }
<p style="color:#D496AB;opacity:0.8;">80%</p>
Text with #D496AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D496AB;}
<p style="text-shadow: 3px 3px 1px #D496AB">Text here.</p>
This text has shadow with #D496AB color.
.textShadow {text-shadow: 3px 3px 1px #D496AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D496AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #D496AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D496AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D496AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D496AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D496AB;
-webkit-box-shadow: 1px 1px 3px 2px #D496AB;
box-shadow: 1px 1px 3px 2px #D496AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D496AB; -webkit-box-shadow: 1px 1px 3px 2px #D496AB; box-shadow:1px 1px 3px 2px #D496AB;">
Div content here
</div>
This text has color #D496AB on black background.
This text has color #D496AB on white background.
This text has black color on #D496AB background.
This text has white color on #D496AB background.
Complementary color for #hex is #2B6954.