COLOR #D87C6E

HEX: #D87C6E
RGB: (216,124,110)

Color info

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

RGB color model

#D87C6E color RGB value is (216,124,110).

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

RGB channels and saturation

R 216 of 255 = 85%
G 124 of 255 = 49%
B 110 of 255 = 43%

216
124
110

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

Portions of RGB colors in percentages

R + G + B =
216 + 124 + 110 = 450 (100%)
R 216 of 450 ~ 48%
G 124 of 450 ~ 27.56%
B 110 of 450 ~ 24.44%

%48
%27.56
%24.44

CMYK color model

#D87C6E color CMYK value is (0,43,49,15).

  • cyan value is 0.00%
  • magenta value is 42.59%
  • yellow value is 49.07%
  • key color value is 15.29%
CMYK:
(0,43,49,15)
C0M43Y49K15 
(0%,43%,49%,15%)
(0.00/0.43/0.49/0.15)	

CMYK percentages

%0
%42.59
%49.07
%15.29

Codes

Color #D87C6E in popluar color models

D87C6E
RGB216124110
HSL57.61%63.92%
HSB/HSV49.07%84.71%
CMYK0.00%42.59%49.07%
15.29%

Color #D87C6E in popluar number systems.

HEXD87C6E
Decimal216124110
Binary1101100011111001101110
Octal330174156

Shades and tints

Shades of #D87C6E

#D87C6E
(216,124,110)
#C57164
(197,113,100)
#B2665A
(178,102,90)
#9F5B50
(159,91,80)
#8C5046
(140,80,70)
#79453C
(121,69,60)
#663A32
(102,58,50)
#532F28
(83,47,40)
#40241E
(64,36,30)
#2D1914
(45,25,20)
#1A0E0A
(26,14,10)
#000000
(0,0,0)

Tints of #D87C6E

#D87C6E
(216,124,110)
#DB877B
(219,135,123)
#DE9288
(222,146,136)
#E19D95
(225,157,149)
#E4A8A2
(228,168,162)
#E7B3AF
(231,179,175)
#EABEBC
(234,190,188)
#EDC9C9
(237,201,201)
#F0D4D6
(240,212,214)
#F3DFE3
(243,223,227)
#F6EAF0
(246,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D87C6E; }

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

This text font color is #D87C6E.


Background Color

.myBgColor { background-color: #D87C6E; }

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

This div background color is #D87C6E.


Border color

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

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

This div border color is #D87C6E.


Opacity

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

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

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

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

This text has shadow with #D87C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D87C6E on black background.


Color preview on white background

This text has color #D87C6E on white background.



Black color preview on #D87C6E background

This text has black color on #D87C6E background.


White color preview on #D87C6E background

This text has white color on #D87C6E background.