COLOR #D1756D

HEX: #D1756D
RGB: (209,117,109)

Color info

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

RGB color model

#D1756D color RGB value is (209,117,109).

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

RGB channels and saturation

R 209 of 255 = 82%
G 117 of 255 = 46%
B 109 of 255 = 43%

209
117
109

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

Portions of RGB colors in percentages

R + G + B =
209 + 117 + 109 = 435 (100%)
R 209 of 435 ~ 48.05%
G 117 of 435 ~ 26.9%
B 109 of 435 ~ 25.06%

%48.05
%26.9
%25.06

CMYK color model

#D1756D color CMYK value is (0,44,48,18).

  • cyan value is 0.00%
  • magenta value is 44.02%
  • yellow value is 47.85%
  • key color value is 18.04%
CMYK:
(0,44,48,18)
C0M44Y48K18 
(0%,44%,48%,18%)
(0.00/0.44/0.48/0.18)	

CMYK percentages

%0
%44.02
%47.85
%18.04

Codes

Color #D1756D in popluar color models

D1756D
RGB209117109
HSL52.08%62.35%
HSB/HSV47.85%81.96%
CMYK0.00%44.02%47.85%
18.04%

Color #D1756D in popluar number systems.

HEXD1756D
Decimal209117109
Binary1101000111101011101101
Octal321165155

Shades and tints

Shades of #D1756D

#D1756D
(209,117,109)
#BE6B64
(190,107,100)
#AB615B
(171,97,91)
#985752
(152,87,82)
#854D49
(133,77,73)
#724340
(114,67,64)
#5F3937
(95,57,55)
#4C2F2E
(76,47,46)
#392525
(57,37,37)
#261B1C
(38,27,28)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #D1756D

#D1756D
(209,117,109)
#D5817A
(213,129,122)
#D98D87
(217,141,135)
#DD9994
(221,153,148)
#E1A5A1
(225,165,161)
#E5B1AE
(229,177,174)
#E9BDBB
(233,189,187)
#EDC9C8
(237,201,200)
#F1D5D5
(241,213,213)
#F5E1E2
(245,225,226)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1756D; }

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

This text font color is #D1756D.


Background Color

.myBgColor { background-color: #D1756D; }

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

This div background color is #D1756D.


Border color

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

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

This div border color is #D1756D.


Opacity

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

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

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

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

This text has shadow with #D1756D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1756D on black background.


Color preview on white background

This text has color #D1756D on white background.



Black color preview on #D1756D background

This text has black color on #D1756D background.


White color preview on #D1756D background

This text has white color on #D1756D background.