COLOR #D689B1

HEX: #D689B1
RGB: (214,137,177)

Color info

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

RGB color model

#D689B1 color RGB value is (214,137,177).

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

RGB channels and saturation

R 214 of 255 = 84%
G 137 of 255 = 54%
B 177 of 255 = 69%

214
137
177

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

Portions of RGB colors in percentages

R + G + B =
214 + 137 + 177 = 528 (100%)
R 214 of 528 ~ 40.53%
G 137 of 528 ~ 25.95%
B 177 of 528 ~ 33.52%

%40.53
%25.95
%33.52

CMYK color model

#D689B1 color CMYK value is (0,36,17,16).

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 17.29%
  • key color value is 16.08%
CMYK:
(0,36,17,16)
C0M36Y17K16 
(0%,36%,17%,16%)
(0.00/0.36/0.17/0.16)	

CMYK percentages

%0
%35.98
%17.29
%16.08

Codes

Color #D689B1 in popluar color models

D689B1
RGB214137177
HSL329°48.43%68.82%
HSB/HSV329°35.98%83.92%
CMYK0.00%35.98%17.29%
16.08%

Color #D689B1 in popluar number systems.

HEXD689B1
Decimal214137177
Binary110101101000100110110001
Octal326211261

Shades and tints

Shades of #D689B1

#D689B1
(214,137,177)
#C37DA1
(195,125,161)
#B07191
(176,113,145)
#9D6581
(157,101,129)
#8A5971
(138,89,113)
#774D61
(119,77,97)
#644151
(100,65,81)
#513541
(81,53,65)
#3E2931
(62,41,49)
#2B1D21
(43,29,33)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #D689B1

#D689B1
(214,137,177)
#D993B8
(217,147,184)
#DC9DBF
(220,157,191)
#DFA7C6
(223,167,198)
#E2B1CD
(226,177,205)
#E5BBD4
(229,187,212)
#E8C5DB
(232,197,219)
#EBCFE2
(235,207,226)
#EED9E9
(238,217,233)
#F1E3F0
(241,227,240)
#F4EDF7
(244,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D689B1; }

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

This text font color is #D689B1.


Background Color

.myBgColor { background-color: #D689B1; }

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

This div background color is #D689B1.


Border color

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

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

This div border color is #D689B1.


Opacity

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

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

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

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

This text has shadow with #D689B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D689B1 on black background.


Color preview on white background

This text has color #D689B1 on white background.



Black color preview on #D689B1 background

This text has black color on #D689B1 background.


White color preview on #D689B1 background

This text has white color on #D689B1 background.