COLOR #D687CA

HEX: #D687CA
RGB: (214,135,202)

Color info

#D687CA contains mainly red and blue colors. Web safe color of #D687CA is #CC99CC (or #C9C).

RGB color model

#D687CA color RGB value is (214,135,202).

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

RGB channels and saturation

R 214 of 255 = 84%
G 135 of 255 = 53%
B 202 of 255 = 79%

214
135
202

R + G + B ~ 72%. #D687CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 135 + 202 = 551 (100%)
R 214 of 551 ~ 38.84%
G 135 of 551 ~ 24.5%
B 202 of 551 ~ 36.66%

%38.84
%24.5
%36.66

CMYK color model

#D687CA color CMYK value is (0,37,6,16).

  • cyan value is 0.00%
  • magenta value is 36.92%
  • yellow value is 5.61%
  • key color value is 16.08%
CMYK:
(0,37,6,16)
C0M37Y6K16 
(0%,37%,6%,16%)
(0.00/0.37/0.06/0.16)	

CMYK percentages

%0
%36.92
%5.61
%16.08

Codes

Color #D687CA in popluar color models

D687CA
RGB214135202
HSL309°49.07%68.43%
HSB/HSV309°36.92%83.92%
CMYK0.00%36.92%5.61%
16.08%

Color #D687CA in popluar number systems.

HEXD687CA
Decimal214135202
Binary110101101000011111001010
Octal326207312

Shades and tints

Shades of #D687CA

#D687CA
(214,135,202)
#C37BB8
(195,123,184)
#B06FA6
(176,111,166)
#9D6394
(157,99,148)
#8A5782
(138,87,130)
#774B70
(119,75,112)
#643F5E
(100,63,94)
#51334C
(81,51,76)
#3E273A
(62,39,58)
#2B1B28
(43,27,40)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #D687CA

#D687CA
(214,135,202)
#D991CE
(217,145,206)
#DC9BD2
(220,155,210)
#DFA5D6
(223,165,214)
#E2AFDA
(226,175,218)
#E5B9DE
(229,185,222)
#E8C3E2
(232,195,226)
#EBCDE6
(235,205,230)
#EED7EA
(238,215,234)
#F1E1EE
(241,225,238)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D687CA; }

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

This text font color is #D687CA.


Background Color

.myBgColor { background-color: #D687CA; }

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

This div background color is #D687CA.


Border color

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

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

This div border color is #D687CA.


Opacity

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

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

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

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

This text has shadow with #D687CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D687CA on black background.


Color preview on white background

This text has color #D687CA on white background.



Black color preview on #D687CA background

This text has black color on #D687CA background.


White color preview on #D687CA background

This text has white color on #D687CA background.