COLOR #D17B9D

HEX: #D17B9D
RGB: (209,123,157)

Color info

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

RGB color model

#D17B9D color RGB value is (209,123,157).

  • red value is 209;
  • green value is 123;
  • blue value is 157.
RGB:
(209,123,157)
(82%,48%,62%)

RGB channels and saturation

R 209 of 255 = 82%
G 123 of 255 = 48%
B 157 of 255 = 62%

209
123
157

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

Portions of RGB colors in percentages

R + G + B =
209 + 123 + 157 = 489 (100%)
R 209 of 489 ~ 42.74%
G 123 of 489 ~ 25.15%
B 157 of 489 ~ 32.11%

%42.74
%25.15
%32.11

CMYK color model

#D17B9D color CMYK value is (0,41,25,18).

  • cyan value is 0.00%
  • magenta value is 41.15%
  • yellow value is 24.88%
  • key color value is 18.04%
CMYK:
(0,41,25,18)
C0M41Y25K18 
(0%,41%,25%,18%)
(0.00/0.41/0.25/0.18)	

CMYK percentages

%0
%41.15
%24.88
%18.04

Codes

Color #D17B9D in popluar color models

D17B9D
RGB209123157
HSL336°48.31%65.10%
HSB/HSV336°41.15%81.96%
CMYK0.00%41.15%24.88%
18.04%

Color #D17B9D in popluar number systems.

HEXD17B9D
Decimal209123157
Binary11010001111101110011101
Octal321173235

Shades and tints

Shades of #D17B9D

#D17B9D
(209,123,157)
#BE708F
(190,112,143)
#AB6581
(171,101,129)
#985A73
(152,90,115)
#854F65
(133,79,101)
#724457
(114,68,87)
#5F3949
(95,57,73)
#4C2E3B
(76,46,59)
#39232D
(57,35,45)
#26181F
(38,24,31)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #D17B9D

#D17B9D
(209,123,157)
#D587A5
(213,135,165)
#D993AD
(217,147,173)
#DD9FB5
(221,159,181)
#E1ABBD
(225,171,189)
#E5B7C5
(229,183,197)
#E9C3CD
(233,195,205)
#EDCFD5
(237,207,213)
#F1DBDD
(241,219,221)
#F5E7E5
(245,231,229)
#F9F3ED
(249,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D17B9D color. Also use rgb(209,123,157) instead hex code.

Text Font Color

.myTextColor { color: #D17B9D; }

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

This text font color is #D17B9D.


Background Color

.myBgColor { background-color: #D17B9D; }

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

This div background color is #D17B9D.


Border color

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

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

This div border color is #D17B9D.


Opacity

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

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

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

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

This text has shadow with #D17B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17B9D on black background.


Color preview on white background

This text has color #D17B9D on white background.



Black color preview on #D17B9D background

This text has black color on #D17B9D background.


White color preview on #D17B9D background

This text has white color on #D17B9D background.