HEX: #D6A6EF
RGB: (214,166,239)
#D6A6EF contains mainly red and blue colors. Web safe color of #D6A6EF is #CC99FF (or #C9F).
#D6A6EF color RGB value is (214,166,239).
RGB: (214,166,239)
(84%, 65%, 94%)
R 214 of 255 = 84%
G 166 of 255 = 65%
B 239 of 255 = 94%
R + G + B ~ 81%. #D6A6EF is quite light color.
R + G + B = 214 + 166 + 239 = 619 (100%)
R 214 of 619 ~ 34.57%
G 166 of 619 ~ 26.82%
B 239 of 619 ~ 38.61'%
#D6A6EF color CMYK value is (10,31,0,6).
CMYK: (10,31,0,6)
C10M31Y0K6 (10%, 31%, 0%, 6%)
(0.10 / 0.31 / 0.00 / 0.06)
Color #D6A6EF in popluar color models
D6 | A6 | EF | |
---|---|---|---|
RGB | 214 | 166 | 239 |
HSL | 279° | 69.52% | 79.41% |
HSB/HSV | 279° | 30.54% | 93.73% |
CMYK | 10.46% | 30.54% | 0.00% |
6.27% |
Color #D6A6EF in popluar number systems.
HEX | D6 | A6 | EF |
Decimal | 214 | 166 | 239 |
Binary | 11010110 | 10100110 | 11101111 |
Octal | 326 | 246 | 357 |
Shades of #D6A6EF
Tints of #D6A6EF
Examples of css and html codes for elements with #D6A6EF color. Also use rgb(214,166,239) instead hex code.
.myTextColor { color: #D6A6EF; }
<p style="color:#D6A6EF">This sample text font color is #D6A6EF.</p>
This text font color is #D6A6EF.
.myBgColor { background-color: #D6A6EF; }
<div style="background-color:#D6A6EF">Inner text</div>
This div background color is #D6A6EF.
.myBorderColor { border: 1px solid #D6A6EF; }
<div style="border:3px solid #D6A6EF">Div</div>
This div border color is #D6A6EF.
.myOpacity80 { color: #D6A6EF; opacity: 0.8; }
<p style="color:#D6A6EF;opacity:0.8;">80%</p>
Text with #D6A6EF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6A6EF;}
<p style="text-shadow: 3px 3px 1px #D6A6EF">Text here.</p>
This text has shadow with #D6A6EF color.
.textShadow {text-shadow: 3px 3px 1px #D6A6EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6A6EF, 5px 5px 20px red">Text here.</p>
This text has shadow with #D6A6EF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6A6EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6A6EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6A6EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6A6EF;
-webkit-box-shadow: 1px 1px 3px 2px #D6A6EF;
box-shadow: 1px 1px 3px 2px #D6A6EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6A6EF; -webkit-box-shadow: 1px 1px 3px 2px #D6A6EF; box-shadow:1px 1px 3px 2px #D6A6EF;">
Div content here
</div>
This text has color #D6A6EF on black background.
This text has color #D6A6EF on white background.
This text has black color on #D6A6EF background.
This text has white color on #D6A6EF background.
Complementary color for #hex is #295910.