HEX: #D6ADBD
RGB: (214,173,189)
#D6ADBD contains red, green and blue colors in about the same proportion. Web safe color of #D6ADBD is #CC99CC (or #C9C).
#D6ADBD color RGB value is (214,173,189).
RGB: (214,173,189)
(84%, 68%, 74%)
R 214 of 255 = 84%
G 173 of 255 = 68%
B 189 of 255 = 74%
R + G + B ~ 75%. #D6ADBD is quite light color.
R + G + B = 214 + 173 + 189 = 576 (100%)
R 214 of 576 ~ 37.15%
G 173 of 576 ~ 30.03%
B 189 of 576 ~ 32.81'%
#D6ADBD color CMYK value is (0,19,12,16).
CMYK: (0,19,12,16)
C0M19Y12K16 (0%, 19%, 12%, 16%)
(0.00 / 0.19 / 0.12 / 0.16)
Color #D6ADBD in popluar color models
D6 | AD | BD | |
---|---|---|---|
RGB | 214 | 173 | 189 |
HSL | 337° | 33.33% | 75.88% |
HSB/HSV | 337° | 19.16% | 83.92% |
CMYK | 0.00% | 19.16% | 11.68% |
16.08% |
Color #D6ADBD in popluar number systems.
HEX | D6 | AD | BD |
Decimal | 214 | 173 | 189 |
Binary | 11010110 | 10101101 | 10111101 |
Octal | 326 | 255 | 275 |
Shades of #D6ADBD
Tints of #D6ADBD
Examples of css and html codes for elements with #D6ADBD color. Also use rgb(214,173,189) instead hex code.
.myTextColor { color: #D6ADBD; }
<p style="color:#D6ADBD">This sample text font color is #D6ADBD.</p>
This text font color is #D6ADBD.
.myBgColor { background-color: #D6ADBD; }
<div style="background-color:#D6ADBD">Inner text</div>
This div background color is #D6ADBD.
.myBorderColor { border: 1px solid #D6ADBD; }
<div style="border:3px solid #D6ADBD">Div</div>
This div border color is #D6ADBD.
.myOpacity80 { color: #D6ADBD; opacity: 0.8; }
<p style="color:#D6ADBD;opacity:0.8;">80%</p>
Text with #D6ADBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6ADBD;}
<p style="text-shadow: 3px 3px 1px #D6ADBD">Text here.</p>
This text has shadow with #D6ADBD color.
.textShadow {text-shadow: 3px 3px 1px #D6ADBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6ADBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #D6ADBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6ADBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6ADBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6ADBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6ADBD;
-webkit-box-shadow: 1px 1px 3px 2px #D6ADBD;
box-shadow: 1px 1px 3px 2px #D6ADBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6ADBD; -webkit-box-shadow: 1px 1px 3px 2px #D6ADBD; box-shadow:1px 1px 3px 2px #D6ADBD;">
Div content here
</div>
This text has color #D6ADBD on black background.
This text has color #D6ADBD on white background.
This text has black color on #D6ADBD background.
This text has white color on #D6ADBD background.
Complementary color for #hex is #295242.