COLOR #D17F8E

HEX: #D17F8E
RGB: (209,127,142)

Color info

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

RGB color model

#D17F8E color RGB value is (209,127,142).

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

RGB channels and saturation

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

209
127
142

R + G + B ~ 63%. #D17F8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 127 + 142 = 478 (100%)
R 209 of 478 ~ 43.72%
G 127 of 478 ~ 26.57%
B 142 of 478 ~ 29.71%

%43.72
%26.57
%29.71

CMYK color model

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

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

CMYK percentages

%0
%39.23
%32.06
%18.04

Codes

Color #D17F8E in popluar color models

D17F8E
RGB209127142
HSL349°47.13%65.88%
HSB/HSV349°39.23%81.96%
CMYK0.00%39.23%32.06%
18.04%

Color #D17F8E in popluar number systems.

HEXD17F8E
Decimal209127142
Binary11010001111111110001110
Octal321177216

Shades and tints

Shades of #D17F8E

#D17F8E
(209,127,142)
#BE7482
(190,116,130)
#AB6976
(171,105,118)
#985E6A
(152,94,106)
#85535E
(133,83,94)
#724852
(114,72,82)
#5F3D46
(95,61,70)
#4C323A
(76,50,58)
#39272E
(57,39,46)
#261C22
(38,28,34)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #D17F8E

#D17F8E
(209,127,142)
#D58A98
(213,138,152)
#D995A2
(217,149,162)
#DDA0AC
(221,160,172)
#E1ABB6
(225,171,182)
#E5B6C0
(229,182,192)
#E9C1CA
(233,193,202)
#EDCCD4
(237,204,212)
#F1D7DE
(241,215,222)
#F5E2E8
(245,226,232)
#F9EDF2
(249,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17F8E; }

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

This text font color is #D17F8E.


Background Color

.myBgColor { background-color: #D17F8E; }

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

This div background color is #D17F8E.


Border color

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

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

This div border color is #D17F8E.


Opacity

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

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

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

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

This text has shadow with #D17F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17F8E on black background.


Color preview on white background

This text has color #D17F8E on white background.



Black color preview on #D17F8E background

This text has black color on #D17F8E background.


White color preview on #D17F8E background

This text has white color on #D17F8E background.