COLOR #D1756F

HEX: #D1756F
RGB: (209,117,111)

Color info

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

RGB color model

#D1756F color RGB value is (209,117,111).

  • red value is 209;
  • green value is 117;
  • blue value is 111.
RGB:
(209,117,111)
(82%,46%,44%)

RGB channels and saturation

R 209 of 255 = 82%
G 117 of 255 = 46%
B 111 of 255 = 44%

209
117
111

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

Portions of RGB colors in percentages

R + G + B =
209 + 117 + 111 = 437 (100%)
R 209 of 437 ~ 47.83%
G 117 of 437 ~ 26.77%
B 111 of 437 ~ 25.4%

%47.83
%26.77
%25.4

CMYK color model

#D1756F color CMYK value is (0,44,47,18).

  • cyan value is 0.00%
  • magenta value is 44.02%
  • yellow value is 46.89%
  • key color value is 18.04%
CMYK:
(0,44,47,18)
C0M44Y47K18 
(0%,44%,47%,18%)
(0.00/0.44/0.47/0.18)	

CMYK percentages

%0
%44.02
%46.89
%18.04

Codes

Color #D1756F in popluar color models

D1756F
RGB209117111
HSL51.58%62.75%
HSB/HSV46.89%81.96%
CMYK0.00%44.02%46.89%
18.04%

Color #D1756F in popluar number systems.

HEXD1756F
Decimal209117111
Binary1101000111101011101111
Octal321165157

Shades and tints

Shades of #D1756F

#D1756F
(209,117,111)
#BE6B65
(190,107,101)
#AB615B
(171,97,91)
#985751
(152,87,81)
#854D47
(133,77,71)
#72433D
(114,67,61)
#5F3933
(95,57,51)
#4C2F29
(76,47,41)
#39251F
(57,37,31)
#261B15
(38,27,21)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #D1756F

#D1756F
(209,117,111)
#D5817C
(213,129,124)
#D98D89
(217,141,137)
#DD9996
(221,153,150)
#E1A5A3
(225,165,163)
#E5B1B0
(229,177,176)
#E9BDBD
(233,189,189)
#EDC9CA
(237,201,202)
#F1D5D7
(241,213,215)
#F5E1E4
(245,225,228)
#F9EDF1
(249,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1756F color. Also use rgb(209,117,111) instead hex code.

Text Font Color

.myTextColor { color: #D1756F; }

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

This text font color is #D1756F.


Background Color

.myBgColor { background-color: #D1756F; }

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

This div background color is #D1756F.


Border color

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

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

This div border color is #D1756F.


Opacity

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

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

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

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

This text has shadow with #D1756F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1756F on black background.


Color preview on white background

This text has color #D1756F on white background.



Black color preview on #D1756F background

This text has black color on #D1756F background.


White color preview on #D1756F background

This text has white color on #D1756F background.