HEX: #D689AE
RGB: (214,137,174)
#D689AE contains mainly red and blue colors. Web safe color of #D689AE is #CC9999 (or #C99).
#D689AE color RGB value is (214,137,174).
RGB: (214,137,174)
(84%, 54%, 68%)
R 214 of 255 = 84%
G 137 of 255 = 54%
B 174 of 255 = 68%
R + G + B ~ 69%. #D689AE is quite light color.
R + G + B = 214 + 137 + 174 = 525 (100%)
R 214 of 525 ~ 40.76%
G 137 of 525 ~ 26.1%
B 174 of 525 ~ 33.14'%
#D689AE color CMYK value is (0,36,19,16).
CMYK: (0,36,19,16)
C0M36Y19K16 (0%, 36%, 19%, 16%)
(0.00 / 0.36 / 0.19 / 0.16)
Color #D689AE in popluar color models
D6 | 89 | AE | |
---|---|---|---|
RGB | 214 | 137 | 174 |
HSL | 331° | 48.43% | 68.82% |
HSB/HSV | 331° | 35.98% | 83.92% |
CMYK | 0.00% | 35.98% | 18.69% |
16.08% |
Color #D689AE in popluar number systems.
HEX | D6 | 89 | AE |
Decimal | 214 | 137 | 174 |
Binary | 11010110 | 10001001 | 10101110 |
Octal | 326 | 211 | 256 |
Shades of #D689AE
Tints of #D689AE
Examples of css and html codes for elements with #D689AE color. Also use rgb(214,137,174) instead hex code.
.myTextColor { color: #D689AE; }
<p style="color:#D689AE">This sample text font color is #D689AE.</p>
This text font color is #D689AE.
.myBgColor { background-color: #D689AE; }
<div style="background-color:#D689AE">Inner text</div>
This div background color is #D689AE.
.myBorderColor { border: 1px solid #D689AE; }
<div style="border:3px solid #D689AE">Div</div>
This div border color is #D689AE.
.myOpacity80 { color: #D689AE; opacity: 0.8; }
<p style="color:#D689AE;opacity:0.8;">80%</p>
Text with #D689AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D689AE;}
<p style="text-shadow: 3px 3px 1px #D689AE">Text here.</p>
This text has shadow with #D689AE color.
.textShadow {text-shadow: 3px 3px 1px #D689AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D689AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #D689AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D689AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D689AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D689AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D689AE;
-webkit-box-shadow: 1px 1px 3px 2px #D689AE;
box-shadow: 1px 1px 3px 2px #D689AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D689AE; -webkit-box-shadow: 1px 1px 3px 2px #D689AE; box-shadow:1px 1px 3px 2px #D689AE;">
Div content here
</div>
This text has color #D689AE on black background.
This text has color #D689AE on white background.
This text has black color on #D689AE background.
This text has white color on #D689AE background.
Complementary color for #hex is #297651.