COLOR #D17A7D

HEX: #D17A7D RGB: (209,122,125)

Color info

#D17A7D contains mainly red color. Web safe color of #D17A7D is #CC6666 (or #C66).

RGB color model

#D17A7D color RGB value is (209,122,125).

RGB: (209,122,125) (82%, 48%, 49%)

RGB channels and saturation

R 209 of 255 = 82%
G 122 of 255 = 48%
B 125 of 255 = 49%

209
122
125

R + G + B ~ 60%. #D17A7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 209 + 122 + 125 = 456 (100%)
R 209 of 456 ~ 45.83%
G 122 of 456 ~ 26.75%
B 125 of 456 ~ 27.41'%

%45.83
%26.75
%27.41

CMYK color model

#D17A7D color CMYK value is (0,42,40,18).

  • cyan value is 0.00%
  • magenta value is 41.63%
  • yellow value is 40.19%
  • key color value is 18.04%

CMYK: (0,42,40,18)
C0M42Y40K18 (0%, 42%, 40%, 18%)
(0.00 / 0.42 / 0.40 / 0.18)

CMYK percentages

%0
%41.63
%40.19
%18.04

Codes

Color #D17A7D in popluar color models

D1 7A 7D
RGB 209 122 125
HSL 358° 48.60% 64.90%
HSB/HSV 358° 41.63% 81.96%
CMYK 0.00% 41.63% 40.19%
18.04%

Color #D17A7D in popluar number systems.

HEX D1 7A 7D
Decimal 209 122 125
Binary 11010001 1111010 1111101
Octal 321 172 175

Shades and tints

Shades of #D17A7D

#D17A7D
(209,122,125)
#BE6F72
(190,111,114)
#AB6467
(171,100,103)
#98595C
(152,89,92)
#854E51
(133,78,81)
#724346
(114,67,70)
#5F383B
(95,56,59)
#4C2D30
(76,45,48)
#392225
(57,34,37)
#26171A
(38,23,26)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #D17A7D

#D17A7D
(209,122,125)
#D58688
(213,134,136)
#D99293
(217,146,147)
#DD9E9E
(221,158,158)
#E1AAA9
(225,170,169)
#E5B6B4
(229,182,180)
#E9C2BF
(233,194,191)
#EDCECA
(237,206,202)
#F1DAD5
(241,218,213)
#F5E6E0
(245,230,224)
#F9F2EB
(249,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D17A7D color. Also use rgb(209,122,125) instead hex code.

Text Font Color

.myTextColor { color: #D17A7D; }

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

This text font color is #D17A7D.

Background Color

.myBgColor { background-color: #D17A7D; }

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

This div background color is #D17A7D.

Border color

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

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

This div border color is #D17A7D.

Opacity

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

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

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

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

This text has shadow with #D17A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D17A7D.

Preview

Color preview on black background

This text has color #D17A7D on black background.


Color preview on white background

This text has color #D17A7D on white background.


Black color preview on #D17A7D background

This text has black color on #D17A7D background.


White color preview on #D17A7D background

This text has white color on #D17A7D background.


Related colors

Complementary color

Complementary color for #hex is #2E8582.


I love getcolorcode.com

Triadic colors

1 #7DD17A and #7A7DD1 with #D17A7D are triadic colors.

2 #7D7AD1 and #7AD17D with #D17A7D are triadic colors.