COLOR #D17B8B

HEX: #D17B8B RGB: (209,123,139)

Color info

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

RGB color model

#D17B8B color RGB value is (209,123,139).

RGB: (209,123,139) (82%, 48%, 55%)

RGB channels and saturation

R 209 of 255 = 82%
G 123 of 255 = 48%
B 139 of 255 = 55%

209
123
139

R + G + B ~ 62%. #D17B8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 123 + 139 = 471 (100%)
R 209 of 471 ~ 44.37%
G 123 of 471 ~ 26.11%
B 139 of 471 ~ 29.51'%

%44.37
%26.11
%29.51

CMYK color model

#D17B8B color CMYK value is (0,41,33,18).

  • cyan value is 0.00%
  • magenta value is 41.15%
  • yellow value is 33.49%
  • key color value is 18.04%

CMYK: (0,41,33,18)
C0M41Y33K18 (0%, 41%, 33%, 18%)
(0.00 / 0.41 / 0.33 / 0.18)

CMYK percentages

%0
%41.15
%33.49
%18.04

Codes

Color #D17B8B in popluar color models

D1 7B 8B
RGB 209 123 139
HSL 349° 48.31% 65.10%
HSB/HSV 349° 41.15% 81.96%
CMYK 0.00% 41.15% 33.49%
18.04%

Color #D17B8B in popluar number systems.

HEX D1 7B 8B
Decimal 209 123 139
Binary 11010001 1111011 10001011
Octal 321 173 213

Shades and tints

Shades of #D17B8B

#D17B8B
(209,123,139)
#BE707F
(190,112,127)
#AB6573
(171,101,115)
#985A67
(152,90,103)
#854F5B
(133,79,91)
#72444F
(114,68,79)
#5F3943
(95,57,67)
#4C2E37
(76,46,55)
#39232B
(57,35,43)
#26181F
(38,24,31)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #D17B8B

#D17B8B
(209,123,139)
#D58795
(213,135,149)
#D9939F
(217,147,159)
#DD9FA9
(221,159,169)
#E1ABB3
(225,171,179)
#E5B7BD
(229,183,189)
#E9C3C7
(233,195,199)
#EDCFD1
(237,207,209)
#F1DBDB
(241,219,219)
#F5E7E5
(245,231,229)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17B8B; }

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

This text font color is #D17B8B.

Background Color

.myBgColor { background-color: #D17B8B; }

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

This div background color is #D17B8B.

Border color

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

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

This div border color is #D17B8B.

Opacity

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

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

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

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

This text has shadow with #D17B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D17B8B.

Preview

Color preview on black background

This text has color #D17B8B on black background.


Color preview on white background

This text has color #D17B8B on white background.


Black color preview on #D17B8B background

This text has black color on #D17B8B background.


White color preview on #D17B8B background

This text has white color on #D17B8B background.


Related colors

Complementary color

Complementary color for #hex is #2E8474.


I love getcolorcode.com

Triadic colors

1 #8BD17B and #7B8BD1 with #D17B8B are triadic colors.

2 #8B7BD1 and #7BD18B with #D17B8B are triadic colors.