COLOR #D87D6B

HEX: #D87D6B RGB: (216,125,107)

Color info

#D87D6B contains mainly red color. Web safe color of #D87D6B is #CC6666 (or #C66).

RGB color model

#D87D6B color RGB value is (216,125,107).

RGB: (216,125,107) (85%, 49%, 42%)

RGB channels and saturation

R 216 of 255 = 85%
G 125 of 255 = 49%
B 107 of 255 = 42%

216
125
107

R + G + B ~ 59%. #D87D6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 216 + 125 + 107 = 448 (100%)
R 216 of 448 ~ 48.21%
G 125 of 448 ~ 27.9%
B 107 of 448 ~ 23.88'%

%48.21
%27.9
%23.88

CMYK color model

#D87D6B color CMYK value is (0,42,50,15).

  • cyan value is 0.00%
  • magenta value is 42.13%
  • yellow value is 50.46%
  • key color value is 15.29%

CMYK: (0,42,50,15)
C0M42Y50K15 (0%, 42%, 50%, 15%)
(0.00 / 0.42 / 0.50 / 0.15)

CMYK percentages

%0
%42.13
%50.46
%15.29

Codes

Color #D87D6B in popluar color models

D8 7D 6B
RGB 216 125 107
HSL 10° 58.29% 63.33%
HSB/HSV 10° 50.46% 84.71%
CMYK 0.00% 42.13% 50.46%
15.29%

Color #D87D6B in popluar number systems.

HEX D8 7D 6B
Decimal 216 125 107
Binary 11011000 1111101 1101011
Octal 330 175 153

Shades and tints

Shades of #D87D6B

#D87D6B
(216,125,107)
#C57262
(197,114,98)
#B26759
(178,103,89)
#9F5C50
(159,92,80)
#8C5147
(140,81,71)
#79463E
(121,70,62)
#663B35
(102,59,53)
#53302C
(83,48,44)
#402523
(64,37,35)
#2D1A1A
(45,26,26)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #D87D6B

#D87D6B
(216,125,107)
#DB8878
(219,136,120)
#DE9385
(222,147,133)
#E19E92
(225,158,146)
#E4A99F
(228,169,159)
#E7B4AC
(231,180,172)
#EABFB9
(234,191,185)
#EDCAC6
(237,202,198)
#F0D5D3
(240,213,211)
#F3E0E0
(243,224,224)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D87D6B color. Also use rgb(216,125,107) instead hex code.

Text Font Color

.myTextColor { color: #D87D6B; }

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

This text font color is #D87D6B.

Background Color

.myBgColor { background-color: #D87D6B; }

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

This div background color is #D87D6B.

Border color

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

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

This div border color is #D87D6B.

Opacity

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

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

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

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

This text has shadow with #D87D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D87D6B.

Preview

Color preview on black background

This text has color #D87D6B on black background.


Color preview on white background

This text has color #D87D6B on white background.


Black color preview on #D87D6B background

This text has black color on #D87D6B background.


White color preview on #D87D6B background

This text has white color on #D87D6B background.


Related colors

Complementary color

Complementary color for #hex is #278294.


I love getcolorcode.com

Triadic colors

1 #6BD87D and #7D6BD8 with #D87D6B are triadic colors.

2 #6B7DD8 and #7DD86B with #D87D6B are triadic colors.