COLOR #D17F87

HEX: #D17F87
RGB: (209,127,135)

Color info

#D17F87 contains mainly red color. Web safe color of #D17F87 is #CC6699 (or #C69).

RGB color model

#D17F87 color RGB value is (209,127,135).

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

RGB channels and saturation

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

209
127
135

R + G + B ~ 62%. #D17F87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 127 + 135 = 471 (100%)
R 209 of 471 ~ 44.37%
G 127 of 471 ~ 26.96%
B 135 of 471 ~ 28.66%

%44.37
%26.96
%28.66

CMYK color model

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

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

CMYK percentages

%0
%39.23
%35.41
%18.04

Codes

Color #D17F87 in popluar color models

D17F87
RGB209127135
HSL354°47.13%65.88%
HSB/HSV354°39.23%81.96%
CMYK0.00%39.23%35.41%
18.04%

Color #D17F87 in popluar number systems.

HEXD17F87
Decimal209127135
Binary11010001111111110000111
Octal321177207

Shades and tints

Shades of #D17F87

#D17F87
(209,127,135)
#BE747B
(190,116,123)
#AB696F
(171,105,111)
#985E63
(152,94,99)
#855357
(133,83,87)
#72484B
(114,72,75)
#5F3D3F
(95,61,63)
#4C3233
(76,50,51)
#392727
(57,39,39)
#261C1B
(38,28,27)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #D17F87

#D17F87
(209,127,135)
#D58A91
(213,138,145)
#D9959B
(217,149,155)
#DDA0A5
(221,160,165)
#E1ABAF
(225,171,175)
#E5B6B9
(229,182,185)
#E9C1C3
(233,193,195)
#EDCCCD
(237,204,205)
#F1D7D7
(241,215,215)
#F5E2E1
(245,226,225)
#F9EDEB
(249,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17F87; }

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

This text font color is #D17F87.


Background Color

.myBgColor { background-color: #D17F87; }

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

This div background color is #D17F87.


Border color

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

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

This div border color is #D17F87.


Opacity

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

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

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

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

This text has shadow with #D17F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17F87 on black background.


Color preview on white background

This text has color #D17F87 on white background.



Black color preview on #D17F87 background

This text has black color on #D17F87 background.


White color preview on #D17F87 background

This text has white color on #D17F87 background.