COLOR #D17F7B

HEX: #D17F7B
RGB: (209,127,123)

Color info

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

RGB color model

#D17F7B color RGB value is (209,127,123).

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

RGB channels and saturation

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

209
127
123

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

Portions of RGB colors in percentages

R + G + B =
209 + 127 + 123 = 459 (100%)
R 209 of 459 ~ 45.53%
G 127 of 459 ~ 27.67%
B 123 of 459 ~ 26.8%

%45.53
%27.67
%26.8

CMYK color model

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

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

CMYK percentages

%0
%39.23
%41.15
%18.04

Codes

Color #D17F7B in popluar color models

D17F7B
RGB209127123
HSL48.31%65.10%
HSB/HSV41.15%81.96%
CMYK0.00%39.23%41.15%
18.04%

Color #D17F7B in popluar number systems.

HEXD17F7B
Decimal209127123
Binary1101000111111111111011
Octal321177173

Shades and tints

Shades of #D17F7B

#D17F7B
(209,127,123)
#BE7470
(190,116,112)
#AB6965
(171,105,101)
#985E5A
(152,94,90)
#85534F
(133,83,79)
#724844
(114,72,68)
#5F3D39
(95,61,57)
#4C322E
(76,50,46)
#392723
(57,39,35)
#261C18
(38,28,24)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #D17F7B

#D17F7B
(209,127,123)
#D58A87
(213,138,135)
#D99593
(217,149,147)
#DDA09F
(221,160,159)
#E1ABAB
(225,171,171)
#E5B6B7
(229,182,183)
#E9C1C3
(233,193,195)
#EDCCCF
(237,204,207)
#F1D7DB
(241,215,219)
#F5E2E7
(245,226,231)
#F9EDF3
(249,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17F7B; }

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

This text font color is #D17F7B.


Background Color

.myBgColor { background-color: #D17F7B; }

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

This div background color is #D17F7B.


Border color

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

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

This div border color is #D17F7B.


Opacity

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

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

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

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

This text has shadow with #D17F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17F7B on black background.


Color preview on white background

This text has color #D17F7B on white background.



Black color preview on #D17F7B background

This text has black color on #D17F7B background.


White color preview on #D17F7B background

This text has white color on #D17F7B background.