COLOR #D17F7F

HEX: #D17F7F
RGB: (209,127,127)

Color info

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

RGB color model

#D17F7F color RGB value is (209,127,127).

  • red value is 209;
  • green value is 127;
  • blue value is 127.
RGB:
(209,127,127)
(82%,50%,50%)

RGB channels and saturation

R 209 of 255 = 82%
G 127 of 255 = 50%
B 127 of 255 = 50%

209
127
127

R + G + B ~ 61%. #D17F7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 127 + 127 = 463 (100%)
R 209 of 463 ~ 45.14%
G 127 of 463 ~ 27.43%
B 127 of 463 ~ 27.43%

%45.14
%27.43
%27.43

CMYK color model

#D17F7F color CMYK value is (0,39,39,18).

  • cyan value is 0.00%
  • magenta value is 39.23%
  • yellow value is 39.23%
  • key color value is 18.04%
CMYK:
(0,39,39,18)
C0M39Y39K18 
(0%,39%,39%,18%)
(0.00/0.39/0.39/0.18)	

CMYK percentages

%0
%39.23
%39.23
%18.04

Codes

Color #D17F7F in popluar color models

D17F7F
RGB209127127
HSL47.13%65.88%
HSB/HSV39.23%81.96%
CMYK0.00%39.23%39.23%
18.04%

Color #D17F7F in popluar number systems.

HEXD17F7F
Decimal209127127
Binary1101000111111111111111
Octal321177177

Shades and tints

Shades of #D17F7F

#D17F7F
(209,127,127)
#BE7474
(190,116,116)
#AB6969
(171,105,105)
#985E5E
(152,94,94)
#855353
(133,83,83)
#724848
(114,72,72)
#5F3D3D
(95,61,61)
#4C3232
(76,50,50)
#392727
(57,39,39)
#261C1C
(38,28,28)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #D17F7F

#D17F7F
(209,127,127)
#D58A8A
(213,138,138)
#D99595
(217,149,149)
#DDA0A0
(221,160,160)
#E1ABAB
(225,171,171)
#E5B6B6
(229,182,182)
#E9C1C1
(233,193,193)
#EDCCCC
(237,204,204)
#F1D7D7
(241,215,215)
#F5E2E2
(245,226,226)
#F9EDED
(249,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17F7F; }

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

This text font color is #D17F7F.


Background Color

.myBgColor { background-color: #D17F7F; }

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

This div background color is #D17F7F.


Border color

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

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

This div border color is #D17F7F.


Opacity

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

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

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

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

This text has shadow with #D17F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17F7F on black background.


Color preview on white background

This text has color #D17F7F on white background.



Black color preview on #D17F7F background

This text has black color on #D17F7F background.


White color preview on #D17F7F background

This text has white color on #D17F7F background.