COLOR #D689A5

HEX: #D689A5
RGB: (214,137,165)

Color info

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

RGB color model

#D689A5 color RGB value is (214,137,165).

  • red value is 214;
  • green value is 137;
  • blue value is 165.
RGB:
(214,137,165)
(84%,54%,65%)

RGB channels and saturation

R 214 of 255 = 84%
G 137 of 255 = 54%
B 165 of 255 = 65%

214
137
165

R + G + B ~ 68%. #D689A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 137 + 165 = 516 (100%)
R 214 of 516 ~ 41.47%
G 137 of 516 ~ 26.55%
B 165 of 516 ~ 31.98%

%41.47
%26.55
%31.98

CMYK color model

#D689A5 color CMYK value is (0,36,23,16).

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 22.90%
  • key color value is 16.08%
CMYK:
(0,36,23,16)
C0M36Y23K16 
(0%,36%,23%,16%)
(0.00/0.36/0.23/0.16)	

CMYK percentages

%0
%35.98
%22.9
%16.08

Codes

Color #D689A5 in popluar color models

D689A5
RGB214137165
HSL338°48.43%68.82%
HSB/HSV338°35.98%83.92%
CMYK0.00%35.98%22.90%
16.08%

Color #D689A5 in popluar number systems.

HEXD689A5
Decimal214137165
Binary110101101000100110100101
Octal326211245

Shades and tints

Shades of #D689A5

#D689A5
(214,137,165)
#C37D96
(195,125,150)
#B07187
(176,113,135)
#9D6578
(157,101,120)
#8A5969
(138,89,105)
#774D5A
(119,77,90)
#64414B
(100,65,75)
#51353C
(81,53,60)
#3E292D
(62,41,45)
#2B1D1E
(43,29,30)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #D689A5

#D689A5
(214,137,165)
#D993AD
(217,147,173)
#DC9DB5
(220,157,181)
#DFA7BD
(223,167,189)
#E2B1C5
(226,177,197)
#E5BBCD
(229,187,205)
#E8C5D5
(232,197,213)
#EBCFDD
(235,207,221)
#EED9E5
(238,217,229)
#F1E3ED
(241,227,237)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D689A5; }

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

This text font color is #D689A5.


Background Color

.myBgColor { background-color: #D689A5; }

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

This div background color is #D689A5.


Border color

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

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

This div border color is #D689A5.


Opacity

.myOpacity80 { color: #D689A5; opacity: 0.8; }

<p style="color:#D689A5;opacity:0.8;">80%</p>

Text with #D689A5 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 #D689A5;}

<p style="text-shadow: 3px 3px 1px #D689A5">Text here.</p>

This text has shadow with #D689A5 color.

.textShadow {text-shadow: 3px 3px 1px #D689A5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D689A5, 5px 5px 20px red">Text here.</p>

This text has shadow with #D689A5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D689A5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D689A5, Direction=45, Strength=4)">Text</p>

This text has shadow with #D689A5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D689A5;
  -webkit-box-shadow:	1px 1px 3px 2px #D689A5;
  box-shadow:		1px 1px 3px 2px #D689A5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D689A5;
-webkit-box-shadow: 1px 1px 3px 2px #D689A5;
box-shadow:1px 1px 3px 2px #D689A5;">
Div content here</div>
This div box has shadow with color #D689A5.

Preview

Color preview on black background

This text has color #D689A5 on black background.


Color preview on white background

This text has color #D689A5 on white background.



Black color preview on #D689A5 background

This text has black color on #D689A5 background.


White color preview on #D689A5 background

This text has white color on #D689A5 background.