COLOR #D689AE

HEX: #D689AE RGB: (214,137,174)

Color info

#D689AE contains mainly red and blue colors. Web safe color of #D689AE is #CC9999 (or #C99).

RGB color model

#D689AE color RGB value is (214,137,174).

RGB: (214,137,174) (84%, 54%, 68%)

RGB channels and saturation

R 214 of 255 = 84%
G 137 of 255 = 54%
B 174 of 255 = 68%

214
137
174

R + G + B ~ 69%. #D689AE is quite light color.

Portions of RGB colors in percentages

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'%

%40.76
%26.1
%33.14

CMYK color model

#D689AE color CMYK value is (0,36,19,16).

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 18.69%
  • key color value is 16.08%

CMYK: (0,36,19,16)
C0M36Y19K16 (0%, 36%, 19%, 16%)
(0.00 / 0.36 / 0.19 / 0.16)

CMYK percentages

%0
%35.98
%18.69
%16.08

Codes

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 and tints

Shades of #D689AE

#D689AE
(214,137,174)
#C37D9F
(195,125,159)
#B07190
(176,113,144)
#9D6581
(157,101,129)
#8A5972
(138,89,114)
#774D63
(119,77,99)
#644154
(100,65,84)
#513545
(81,53,69)
#3E2936
(62,41,54)
#2B1D27
(43,29,39)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #D689AE

#D689AE
(214,137,174)
#D993B5
(217,147,181)
#DC9DBC
(220,157,188)
#DFA7C3
(223,167,195)
#E2B1CA
(226,177,202)
#E5BBD1
(229,187,209)
#E8C5D8
(232,197,216)
#EBCFDF
(235,207,223)
#EED9E6
(238,217,230)
#F1E3ED
(241,227,237)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D689AE color. Also use rgb(214,137,174) instead hex code.

Text Font Color

.myTextColor { color: #D689AE; }

<p style="color:#D689AE">This sample text font color is #D689AE.</p>

This text font color is #D689AE.

Background Color

.myBgColor { background-color: #D689AE; }

<div style="background-color:#D689AE">Inner text</div>

This div background color is #D689AE.

Border color

.myBorderColor { border: 1px solid #D689AE; }

<div style="border:3px solid #D689AE">Div</div>

This div border color is #D689AE.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #D689AE.

Preview

Color preview on black background

This text has color #D689AE on black background.


Color preview on white background

This text has color #D689AE on white background.


Black color preview on #D689AE background

This text has black color on #D689AE background.


White color preview on #D689AE background

This text has white color on #D689AE background.


Related colors

Complementary color

Complementary color for #hex is #297651.


I love getcolorcode.com

Triadic colors

1 #AED689 and #89AED6 with #D689AE are triadic colors.

2 #AE89D6 and #89D6AE with #D689AE are triadic colors.