HEX: #D6AABB
RGB: (214,170,187)
#D6AABB contains red, green and blue colors in about the same proportion. Web safe color of #D6AABB is #CC99CC (or #C9C).
#D6AABB color RGB value is (214,170,187).
RGB: (214,170,187)
(84%, 67%, 73%)
R 214 of 255 = 84%
G 170 of 255 = 67%
B 187 of 255 = 73%
R + G + B ~ 75%. #D6AABB is quite light color.
R + G + B = 214 + 170 + 187 = 571 (100%)
R 214 of 571 ~ 37.48%
G 170 of 571 ~ 29.77%
B 187 of 571 ~ 32.75'%
#D6AABB color CMYK value is (0,21,13,16).
CMYK: (0,21,13,16)
C0M21Y13K16 (0%, 21%, 13%, 16%)
(0.00 / 0.21 / 0.13 / 0.16)
Color #D6AABB in popluar color models
D6 | AA | BB | |
---|---|---|---|
RGB | 214 | 170 | 187 |
HSL | 337° | 34.92% | 75.29% |
HSB/HSV | 337° | 20.56% | 83.92% |
CMYK | 0.00% | 20.56% | 12.62% |
16.08% |
Color #D6AABB in popluar number systems.
HEX | D6 | AA | BB |
Decimal | 214 | 170 | 187 |
Binary | 11010110 | 10101010 | 10111011 |
Octal | 326 | 252 | 273 |
Shades of #D6AABB
Tints of #D6AABB
Examples of css and html codes for elements with #D6AABB color. Also use rgb(214,170,187) instead hex code.
.myTextColor { color: #D6AABB; }
<p style="color:#D6AABB">This sample text font color is #D6AABB.</p>
This text font color is #D6AABB.
.myBgColor { background-color: #D6AABB; }
<div style="background-color:#D6AABB">Inner text</div>
This div background color is #D6AABB.
.myBorderColor { border: 1px solid #D6AABB; }
<div style="border:3px solid #D6AABB">Div</div>
This div border color is #D6AABB.
.myOpacity80 { color: #D6AABB; opacity: 0.8; }
<p style="color:#D6AABB;opacity:0.8;">80%</p>
Text with #D6AABB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6AABB;}
<p style="text-shadow: 3px 3px 1px #D6AABB">Text here.</p>
This text has shadow with #D6AABB color.
.textShadow {text-shadow: 3px 3px 1px #D6AABB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6AABB, 5px 5px 20px red">Text here.</p>
This text has shadow with #D6AABB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6AABB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6AABB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6AABB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6AABB;
-webkit-box-shadow: 1px 1px 3px 2px #D6AABB;
box-shadow: 1px 1px 3px 2px #D6AABB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6AABB; -webkit-box-shadow: 1px 1px 3px 2px #D6AABB; box-shadow:1px 1px 3px 2px #D6AABB;">
Div content here
</div>
This text has color #D6AABB on black background.
This text has color #D6AABB on white background.
This text has black color on #D6AABB background.
This text has white color on #D6AABB background.
Complementary color for #hex is #295544.