COLOR #D97D84

HEX: #D97D84 RGB: (217,125,132)

Color info

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

RGB color model

#D97D84 color RGB value is (217,125,132).

RGB: (217,125,132) (85%, 49%, 52%)

RGB channels and saturation

R 217 of 255 = 85%
G 125 of 255 = 49%
B 132 of 255 = 52%

217
125
132

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

Portions of RGB colors in percentages

R + G + B = 217 + 125 + 132 = 474 (100%)
R 217 of 474 ~ 45.78%
G 125 of 474 ~ 26.37%
B 132 of 474 ~ 27.85'%

%45.78
%26.37
%27.85

CMYK color model

#D97D84 color CMYK value is (0,42,39,15).

  • cyan value is 0.00%
  • magenta value is 42.40%
  • yellow value is 39.17%
  • key color value is 14.90%
CMYK: (0,42,39,15) C0M42Y39K15 (0%,42%,39%,15%) (0.00/0.42/0.39/0.15) 

CMYK percentages

%0
%42.4
%39.17
%14.9

Codes

Color #D97D84 in popluar color models

D9 7D 84
RGB 217 125 132
HSL 355° 54.76% 67.06%
HSB/HSV 355° 42.40% 85.10%
CMYK 0.00% 42.40% 39.17%
14.90%

Color #D97D84 in popluar number systems.

HEX D9 7D 84
Decimal 217 125 132
Binary 11011001 1111101 10000100
Octal 331 175 204

Shades and tints

Shades of #D97D84

#D97D84
(217,125,132)
#C67278
(198,114,120)
#B3676C
(179,103,108)
#A05C60
(160,92,96)
#8D5154
(141,81,84)
#7A4648
(122,70,72)
#673B3C
(103,59,60)
#543030
(84,48,48)
#412524
(65,37,36)
#2E1A18
(46,26,24)
#1B0F0C
(27,15,12)
#000000
(0,0,0)

Tints of #D97D84

#D97D84
(217,125,132)
#DC888F
(220,136,143)
#DF939A
(223,147,154)
#E29EA5
(226,158,165)
#E5A9B0
(229,169,176)
#E8B4BB
(232,180,187)
#EBBFC6
(235,191,198)
#EECAD1
(238,202,209)
#F1D5DC
(241,213,220)
#F4E0E7
(244,224,231)
#F7EBF2
(247,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D97D84 color. Also use rgb(217,125,132) instead hex code.

Text Font Color

.myTextColor { color: #D97D84; }

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

This text font color is #D97D84.

Background Color

.myBgColor { background-color: #D97D84; }

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

This div background color is #D97D84.

Border color

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

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

This div border color is #D97D84.

Opacity

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

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

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

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

This text has shadow with #D97D84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D97D84.

Preview

Color preview on black background

This text has color #D97D84 on black background.


Color preview on white background

This text has color #D97D84 on white background.


Black color preview on #D97D84 background

This text has black color on #D97D84 background.


White color preview on #D97D84 background

This text has white color on #D97D84 background.


Related colors

Complementary color

Complementary color for #hex is #26827B.


I love getcolorcode.com

Triadic colors

1 #84D97D and #7D84D9 with #D97D84 are triadic colors.

2 #847DD9 and #7DD984 with #D97D84 are triadic colors.