COLOR #D17E77

HEX: #D17E77
RGB: (209,126,119)

Color info

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

RGB color model

#D17E77 color RGB value is (209,126,119).

  • red value is 209;
  • green value is 126;
  • blue value is 119.
RGB:
(209,126,119)
(82%,49%,47%)

RGB channels and saturation

R 209 of 255 = 82%
G 126 of 255 = 49%
B 119 of 255 = 47%

209
126
119

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

Portions of RGB colors in percentages

R + G + B =
209 + 126 + 119 = 454 (100%)
R 209 of 454 ~ 46.04%
G 126 of 454 ~ 27.75%
B 119 of 454 ~ 26.21%

%46.04
%27.75
%26.21

CMYK color model

#D17E77 color CMYK value is (0,40,43,18).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 43.06%
  • key color value is 18.04%
CMYK:
(0,40,43,18)
C0M40Y43K18 
(0%,40%,43%,18%)
(0.00/0.40/0.43/0.18)	

CMYK percentages

%0
%39.71
%43.06
%18.04

Codes

Color #D17E77 in popluar color models

D17E77
RGB209126119
HSL49.45%64.31%
HSB/HSV43.06%81.96%
CMYK0.00%39.71%43.06%
18.04%

Color #D17E77 in popluar number systems.

HEXD17E77
Decimal209126119
Binary1101000111111101110111
Octal321176167

Shades and tints

Shades of #D17E77

#D17E77
(209,126,119)
#BE736D
(190,115,109)
#AB6863
(171,104,99)
#985D59
(152,93,89)
#85524F
(133,82,79)
#724745
(114,71,69)
#5F3C3B
(95,60,59)
#4C3131
(76,49,49)
#392627
(57,38,39)
#261B1D
(38,27,29)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #D17E77

#D17E77
(209,126,119)
#D58983
(213,137,131)
#D9948F
(217,148,143)
#DD9F9B
(221,159,155)
#E1AAA7
(225,170,167)
#E5B5B3
(229,181,179)
#E9C0BF
(233,192,191)
#EDCBCB
(237,203,203)
#F1D6D7
(241,214,215)
#F5E1E3
(245,225,227)
#F9ECEF
(249,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17E77; }

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

This text font color is #D17E77.


Background Color

.myBgColor { background-color: #D17E77; }

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

This div background color is #D17E77.


Border color

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

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

This div border color is #D17E77.


Opacity

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

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

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

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

This text has shadow with #D17E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17E77 on black background.


Color preview on white background

This text has color #D17E77 on white background.



Black color preview on #D17E77 background

This text has black color on #D17E77 background.


White color preview on #D17E77 background

This text has white color on #D17E77 background.