COLOR #D17F95

HEX: #D17F95
RGB: (209,127,149)

Color info

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

RGB color model

#D17F95 color RGB value is (209,127,149).

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

RGB channels and saturation

R 209 of 255 = 82%
G 127 of 255 = 50%
B 149 of 255 = 58%

209
127
149

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

Portions of RGB colors in percentages

R + G + B =
209 + 127 + 149 = 485 (100%)
R 209 of 485 ~ 43.09%
G 127 of 485 ~ 26.19%
B 149 of 485 ~ 30.72%

%43.09
%26.19
%30.72

CMYK color model

#D17F95 color CMYK value is (0,39,29,18).

  • cyan value is 0.00%
  • magenta value is 39.23%
  • yellow value is 28.71%
  • key color value is 18.04%
CMYK:
(0,39,29,18)
C0M39Y29K18 
(0%,39%,29%,18%)
(0.00/0.39/0.29/0.18)	

CMYK percentages

%0
%39.23
%28.71
%18.04

Codes

Color #D17F95 in popluar color models

D17F95
RGB209127149
HSL344°47.13%65.88%
HSB/HSV344°39.23%81.96%
CMYK0.00%39.23%28.71%
18.04%

Color #D17F95 in popluar number systems.

HEXD17F95
Decimal209127149
Binary11010001111111110010101
Octal321177225

Shades and tints

Shades of #D17F95

#D17F95
(209,127,149)
#BE7488
(190,116,136)
#AB697B
(171,105,123)
#985E6E
(152,94,110)
#855361
(133,83,97)
#724854
(114,72,84)
#5F3D47
(95,61,71)
#4C323A
(76,50,58)
#39272D
(57,39,45)
#261C20
(38,28,32)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #D17F95

#D17F95
(209,127,149)
#D58A9E
(213,138,158)
#D995A7
(217,149,167)
#DDA0B0
(221,160,176)
#E1ABB9
(225,171,185)
#E5B6C2
(229,182,194)
#E9C1CB
(233,193,203)
#EDCCD4
(237,204,212)
#F1D7DD
(241,215,221)
#F5E2E6
(245,226,230)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17F95; }

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

This text font color is #D17F95.


Background Color

.myBgColor { background-color: #D17F95; }

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

This div background color is #D17F95.


Border color

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

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

This div border color is #D17F95.


Opacity

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

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

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

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

This text has shadow with #D17F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17F95 on black background.


Color preview on white background

This text has color #D17F95 on white background.



Black color preview on #D17F95 background

This text has black color on #D17F95 background.


White color preview on #D17F95 background

This text has white color on #D17F95 background.