COLOR #D87CA4

HEX: #D87CA4
RGB: (216,124,164)

Color info

#D87CA4 contains mainly red and blue colors. Web safe color of #D87CA4 is #CC6699 (or #C69).

RGB color model

#D87CA4 color RGB value is (216,124,164).

  • red value is 216;
  • green value is 124;
  • blue value is 164.
RGB:
(216,124,164)
(85%,49%,64%)

RGB channels and saturation

R 216 of 255 = 85%
G 124 of 255 = 49%
B 164 of 255 = 64%

216
124
164

R + G + B ~ 66%. #D87CA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 124 + 164 = 504 (100%)
R 216 of 504 ~ 42.86%
G 124 of 504 ~ 24.6%
B 164 of 504 ~ 32.54%

%42.86
%24.6
%32.54

CMYK color model

#D87CA4 color CMYK value is (0,43,24,15).

  • cyan value is 0.00%
  • magenta value is 42.59%
  • yellow value is 24.07%
  • key color value is 15.29%
CMYK:
(0,43,24,15)
C0M43Y24K15 
(0%,43%,24%,15%)
(0.00/0.43/0.24/0.15)	

CMYK percentages

%0
%42.59
%24.07
%15.29

Codes

Color #D87CA4 in popluar color models

D87CA4
RGB216124164
HSL334°54.12%66.67%
HSB/HSV334°42.59%84.71%
CMYK0.00%42.59%24.07%
15.29%

Color #D87CA4 in popluar number systems.

HEXD87CA4
Decimal216124164
Binary11011000111110010100100
Octal330174244

Shades and tints

Shades of #D87CA4

#D87CA4
(216,124,164)
#C57196
(197,113,150)
#B26688
(178,102,136)
#9F5B7A
(159,91,122)
#8C506C
(140,80,108)
#79455E
(121,69,94)
#663A50
(102,58,80)
#532F42
(83,47,66)
#402434
(64,36,52)
#2D1926
(45,25,38)
#1A0E18
(26,14,24)
#000000
(0,0,0)

Tints of #D87CA4

#D87CA4
(216,124,164)
#DB87AC
(219,135,172)
#DE92B4
(222,146,180)
#E19DBC
(225,157,188)
#E4A8C4
(228,168,196)
#E7B3CC
(231,179,204)
#EABED4
(234,190,212)
#EDC9DC
(237,201,220)
#F0D4E4
(240,212,228)
#F3DFEC
(243,223,236)
#F6EAF4
(246,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D87CA4 color. Also use rgb(216,124,164) instead hex code.

Text Font Color

.myTextColor { color: #D87CA4; }

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

This text font color is #D87CA4.


Background Color

.myBgColor { background-color: #D87CA4; }

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

This div background color is #D87CA4.


Border color

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

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

This div border color is #D87CA4.


Opacity

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

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

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

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

This text has shadow with #D87CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D87CA4 on black background.


Color preview on white background

This text has color #D87CA4 on white background.



Black color preview on #D87CA4 background

This text has black color on #D87CA4 background.


White color preview on #D87CA4 background

This text has white color on #D87CA4 background.