COLOR #D687AD

HEX: #D687AD
RGB: (214,135,173)

Color info

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

RGB color model

#D687AD color RGB value is (214,135,173).

  • red value is 214;
  • green value is 135;
  • blue value is 173.
RGB:
(214,135,173)
(84%,53%,68%)

RGB channels and saturation

R 214 of 255 = 84%
G 135 of 255 = 53%
B 173 of 255 = 68%

214
135
173

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

Portions of RGB colors in percentages

R + G + B =
214 + 135 + 173 = 522 (100%)
R 214 of 522 ~ 41%
G 135 of 522 ~ 25.86%
B 173 of 522 ~ 33.14%

%41
%25.86
%33.14

CMYK color model

#D687AD color CMYK value is (0,37,19,16).

  • cyan value is 0.00%
  • magenta value is 36.92%
  • yellow value is 19.16%
  • key color value is 16.08%
CMYK:
(0,37,19,16)
C0M37Y19K16 
(0%,37%,19%,16%)
(0.00/0.37/0.19/0.16)	

CMYK percentages

%0
%36.92
%19.16
%16.08

Codes

Color #D687AD in popluar color models

D687AD
RGB214135173
HSL331°49.07%68.43%
HSB/HSV331°36.92%83.92%
CMYK0.00%36.92%19.16%
16.08%

Color #D687AD in popluar number systems.

HEXD687AD
Decimal214135173
Binary110101101000011110101101
Octal326207255

Shades and tints

Shades of #D687AD

#D687AD
(214,135,173)
#C37B9E
(195,123,158)
#B06F8F
(176,111,143)
#9D6380
(157,99,128)
#8A5771
(138,87,113)
#774B62
(119,75,98)
#643F53
(100,63,83)
#513344
(81,51,68)
#3E2735
(62,39,53)
#2B1B26
(43,27,38)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #D687AD

#D687AD
(214,135,173)
#D991B4
(217,145,180)
#DC9BBB
(220,155,187)
#DFA5C2
(223,165,194)
#E2AFC9
(226,175,201)
#E5B9D0
(229,185,208)
#E8C3D7
(232,195,215)
#EBCDDE
(235,205,222)
#EED7E5
(238,215,229)
#F1E1EC
(241,225,236)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D687AD color. Also use rgb(214,135,173) instead hex code.

Text Font Color

.myTextColor { color: #D687AD; }

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

This text font color is #D687AD.


Background Color

.myBgColor { background-color: #D687AD; }

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

This div background color is #D687AD.


Border color

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

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

This div border color is #D687AD.


Opacity

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

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

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

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

This text has shadow with #D687AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D687AD on black background.


Color preview on white background

This text has color #D687AD on white background.



Black color preview on #D687AD background

This text has black color on #D687AD background.


White color preview on #D687AD background

This text has white color on #D687AD background.