COLOR #D1786B

HEX: #D1786B RGB: (209,120,107)

Color info

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

RGB color model

#D1786B color RGB value is (209,120,107).

RGB: (209,120,107) (82%, 47%, 42%)

RGB channels and saturation

R 209 of 255 = 82%
G 120 of 255 = 47%
B 107 of 255 = 42%

209
120
107

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

Portions of RGB colors in percentages

R + G + B = 209 + 120 + 107 = 436 (100%)
R 209 of 436 ~ 47.94%
G 120 of 436 ~ 27.52%
B 107 of 436 ~ 24.54'%

%47.94
%27.52
%24.54

CMYK color model

#D1786B color CMYK value is (0,43,49,18).

  • cyan value is 0.00%
  • magenta value is 42.58%
  • yellow value is 48.80%
  • key color value is 18.04%
CMYK: (0,43,49,18) C0M43Y49K18 (0%,43%,49%,18%) (0.00/0.43/0.49/0.18) 

CMYK percentages

%0
%42.58
%48.8
%18.04

Codes

Color #D1786B in popluar color models

D1 78 6B
RGB 209 120 107
HSL 52.58% 61.96%
HSB/HSV 48.80% 81.96%
CMYK 0.00% 42.58% 48.80%
18.04%

Color #D1786B in popluar number systems.

HEX D1 78 6B
Decimal 209 120 107
Binary 11010001 1111000 1101011
Octal 321 170 153

Shades and tints

Shades of #D1786B

#D1786B
(209,120,107)
#BE6E62
(190,110,98)
#AB6459
(171,100,89)
#985A50
(152,90,80)
#855047
(133,80,71)
#72463E
(114,70,62)
#5F3C35
(95,60,53)
#4C322C
(76,50,44)
#392823
(57,40,35)
#261E1A
(38,30,26)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #D1786B

#D1786B
(209,120,107)
#D58478
(213,132,120)
#D99085
(217,144,133)
#DD9C92
(221,156,146)
#E1A89F
(225,168,159)
#E5B4AC
(229,180,172)
#E9C0B9
(233,192,185)
#EDCCC6
(237,204,198)
#F1D8D3
(241,216,211)
#F5E4E0
(245,228,224)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1786B color. Also use rgb(209,120,107) instead hex code.

Text Font Color

.myTextColor { color: #D1786B; }

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

This text font color is #D1786B.

Background Color

.myBgColor { background-color: #D1786B; }

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

This div background color is #D1786B.

Border color

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

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

This div border color is #D1786B.

Opacity

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

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

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

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

This text has shadow with #D1786B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1786B.

Preview

Color preview on black background

This text has color #D1786B on black background.


Color preview on white background

This text has color #D1786B on white background.


Black color preview on #D1786B background

This text has black color on #D1786B background.


White color preview on #D1786B background

This text has white color on #D1786B background.


Related colors

Complementary color

Complementary color for #hex is #2E8794.


I love getcolorcode.com

Triadic colors

1 #6BD178 and #786BD1 with #D1786B are triadic colors.

2 #6B78D1 and #78D16B with #D1786B are triadic colors.