COLOR #D17E9B

HEX: #D17E9B
RGB: (209,126,155)

Color info

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

RGB color model

#D17E9B color RGB value is (209,126,155).

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

RGB channels and saturation

R 209 of 255 = 82%
G 126 of 255 = 49%
B 155 of 255 = 61%

209
126
155

R + G + B ~ 64%. #D17E9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 126 + 155 = 490 (100%)
R 209 of 490 ~ 42.65%
G 126 of 490 ~ 25.71%
B 155 of 490 ~ 31.63%

%42.65
%25.71
%31.63

CMYK color model

#D17E9B color CMYK value is (0,40,26,18).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 25.84%
  • key color value is 18.04%
CMYK:
(0,40,26,18)
C0M40Y26K18 
(0%,40%,26%,18%)
(0.00/0.40/0.26/0.18)	

CMYK percentages

%0
%39.71
%25.84
%18.04

Codes

Color #D17E9B in popluar color models

D17E9B
RGB209126155
HSL339°47.43%65.69%
HSB/HSV339°39.71%81.96%
CMYK0.00%39.71%25.84%
18.04%

Color #D17E9B in popluar number systems.

HEXD17E9B
Decimal209126155
Binary11010001111111010011011
Octal321176233

Shades and tints

Shades of #D17E9B

#D17E9B
(209,126,155)
#BE738D
(190,115,141)
#AB687F
(171,104,127)
#985D71
(152,93,113)
#855263
(133,82,99)
#724755
(114,71,85)
#5F3C47
(95,60,71)
#4C3139
(76,49,57)
#39262B
(57,38,43)
#261B1D
(38,27,29)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #D17E9B

#D17E9B
(209,126,155)
#D589A4
(213,137,164)
#D994AD
(217,148,173)
#DD9FB6
(221,159,182)
#E1AABF
(225,170,191)
#E5B5C8
(229,181,200)
#E9C0D1
(233,192,209)
#EDCBDA
(237,203,218)
#F1D6E3
(241,214,227)
#F5E1EC
(245,225,236)
#F9ECF5
(249,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17E9B; }

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

This text font color is #D17E9B.


Background Color

.myBgColor { background-color: #D17E9B; }

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

This div background color is #D17E9B.


Border color

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

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

This div border color is #D17E9B.


Opacity

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

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

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

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

This text has shadow with #D17E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17E9B on black background.


Color preview on white background

This text has color #D17E9B on white background.



Black color preview on #D17E9B background

This text has black color on #D17E9B background.


White color preview on #D17E9B background

This text has white color on #D17E9B background.