COLOR #D17FA8

HEX: #D17FA8
RGB: (209,127,168)

Color info

#D17FA8 contains mainly red and blue colors. Web safe color of #D17FA8 is #CC6699 (or #C69).

RGB color model

#D17FA8 color RGB value is (209,127,168).

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

RGB channels and saturation

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

209
127
168

R + G + B ~ 66%. #D17FA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 127 + 168 = 504 (100%)
R 209 of 504 ~ 41.47%
G 127 of 504 ~ 25.2%
B 168 of 504 ~ 33.33%

%41.47
%25.2
%33.33

CMYK color model

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

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

CMYK percentages

%0
%39.23
%19.62
%18.04

Codes

Color #D17FA8 in popluar color models

D17FA8
RGB209127168
HSL330°47.13%65.88%
HSB/HSV330°39.23%81.96%
CMYK0.00%39.23%19.62%
18.04%

Color #D17FA8 in popluar number systems.

HEXD17FA8
Decimal209127168
Binary11010001111111110101000
Octal321177250

Shades and tints

Shades of #D17FA8

#D17FA8
(209,127,168)
#BE7499
(190,116,153)
#AB698A
(171,105,138)
#985E7B
(152,94,123)
#85536C
(133,83,108)
#72485D
(114,72,93)
#5F3D4E
(95,61,78)
#4C323F
(76,50,63)
#392730
(57,39,48)
#261C21
(38,28,33)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #D17FA8

#D17FA8
(209,127,168)
#D58AAF
(213,138,175)
#D995B6
(217,149,182)
#DDA0BD
(221,160,189)
#E1ABC4
(225,171,196)
#E5B6CB
(229,182,203)
#E9C1D2
(233,193,210)
#EDCCD9
(237,204,217)
#F1D7E0
(241,215,224)
#F5E2E7
(245,226,231)
#F9EDEE
(249,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17FA8; }

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

This text font color is #D17FA8.


Background Color

.myBgColor { background-color: #D17FA8; }

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

This div background color is #D17FA8.


Border color

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

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

This div border color is #D17FA8.


Opacity

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

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

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

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

This text has shadow with #D17FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17FA8 on black background.


Color preview on white background

This text has color #D17FA8 on white background.



Black color preview on #D17FA8 background

This text has black color on #D17FA8 background.


White color preview on #D17FA8 background

This text has white color on #D17FA8 background.