COLOR #D87F96

HEX: #D87F96 RGB: (216,127,150)

Color info

#D87F96 contains mainly red color. Web safe color of #D87F96 is #CC6699 (or #C69).

RGB color model

#D87F96 color RGB value is (216,127,150).

RGB: (216,127,150) (85%, 50%, 59%)

RGB channels and saturation

R 216 of 255 = 85%
G 127 of 255 = 50%
B 150 of 255 = 59%

216
127
150

R + G + B ~ 65%. #D87F96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 127 + 150 = 493 (100%)
R 216 of 493 ~ 43.81%
G 127 of 493 ~ 25.76%
B 150 of 493 ~ 30.43'%

%43.81
%25.76
%30.43

CMYK color model

#D87F96 color CMYK value is (0,41,31,15).

  • cyan value is 0.00%
  • magenta value is 41.20%
  • yellow value is 30.56%
  • key color value is 15.29%

CMYK: (0,41,31,15)
C0M41Y31K15 (0%, 41%, 31%, 15%)
(0.00 / 0.41 / 0.31 / 0.15)

CMYK percentages

%0
%41.2
%30.56
%15.29

Codes

Color #D87F96 in popluar color models

D8 7F 96
RGB 216 127 150
HSL 344° 53.29% 67.25%
HSB/HSV 344° 41.20% 84.71%
CMYK 0.00% 41.20% 30.56%
15.29%

Color #D87F96 in popluar number systems.

HEX D8 7F 96
Decimal 216 127 150
Binary 11011000 1111111 10010110
Octal 330 177 226

Shades and tints

Shades of #D87F96

#D87F96
(216,127,150)
#C57489
(197,116,137)
#B2697C
(178,105,124)
#9F5E6F
(159,94,111)
#8C5362
(140,83,98)
#794855
(121,72,85)
#663D48
(102,61,72)
#53323B
(83,50,59)
#40272E
(64,39,46)
#2D1C21
(45,28,33)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #D87F96

#D87F96
(216,127,150)
#DB8A9F
(219,138,159)
#DE95A8
(222,149,168)
#E1A0B1
(225,160,177)
#E4ABBA
(228,171,186)
#E7B6C3
(231,182,195)
#EAC1CC
(234,193,204)
#EDCCD5
(237,204,213)
#F0D7DE
(240,215,222)
#F3E2E7
(243,226,231)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D87F96 color. Also use rgb(216,127,150) instead hex code.

Text Font Color

.myTextColor { color: #D87F96; }

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

This text font color is #D87F96.

Background Color

.myBgColor { background-color: #D87F96; }

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

This div background color is #D87F96.

Border color

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

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

This div border color is #D87F96.

Opacity

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

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

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

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

This text has shadow with #D87F96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D87F96.

Preview

Color preview on black background

This text has color #D87F96 on black background.


Color preview on white background

This text has color #D87F96 on white background.


Black color preview on #D87F96 background

This text has black color on #D87F96 background.


White color preview on #D87F96 background

This text has white color on #D87F96 background.


Related colors

Complementary color

Complementary color for #hex is #278069.


I love getcolorcode.com

Triadic colors

1 #96D87F and #7F96D8 with #D87F96 are triadic colors.

2 #967FD8 and #7FD896 with #D87F96 are triadic colors.