COLOR #D97D70

HEX: #D97D70
RGB: (217,125,112)

Color info

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

RGB color model

#D97D70 color RGB value is (217,125,112).

  • red value is 217;
  • green value is 125;
  • blue value is 112.
RGB:
(217,125,112)
(85%,49%,44%)

RGB channels and saturation

R 217 of 255 = 85%
G 125 of 255 = 49%
B 112 of 255 = 44%

217
125
112

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

Portions of RGB colors in percentages

R + G + B =
217 + 125 + 112 = 454 (100%)
R 217 of 454 ~ 47.8%
G 125 of 454 ~ 27.53%
B 112 of 454 ~ 24.67%

%47.8
%27.53
%24.67

CMYK color model

#D97D70 color CMYK value is (0,42,48,15).

  • cyan value is 0.00%
  • magenta value is 42.40%
  • yellow value is 48.39%
  • key color value is 14.90%
CMYK:
(0,42,48,15)
C0M42Y48K15 
(0%,42%,48%,15%)
(0.00/0.42/0.48/0.15)	

CMYK percentages

%0
%42.4
%48.39
%14.9

Codes

Color #D97D70 in popluar color models

D97D70
RGB217125112
HSL58.01%64.51%
HSB/HSV48.39%85.10%
CMYK0.00%42.40%48.39%
14.90%

Color #D97D70 in popluar number systems.

HEXD97D70
Decimal217125112
Binary1101100111111011110000
Octal331175160

Shades and tints

Shades of #D97D70

#D97D70
(217,125,112)
#C67266
(198,114,102)
#B3675C
(179,103,92)
#A05C52
(160,92,82)
#8D5148
(141,81,72)
#7A463E
(122,70,62)
#673B34
(103,59,52)
#54302A
(84,48,42)
#412520
(65,37,32)
#2E1A16
(46,26,22)
#1B0F0C
(27,15,12)
#000000
(0,0,0)

Tints of #D97D70

#D97D70
(217,125,112)
#DC887D
(220,136,125)
#DF938A
(223,147,138)
#E29E97
(226,158,151)
#E5A9A4
(229,169,164)
#E8B4B1
(232,180,177)
#EBBFBE
(235,191,190)
#EECACB
(238,202,203)
#F1D5D8
(241,213,216)
#F4E0E5
(244,224,229)
#F7EBF2
(247,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97D70; }

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

This text font color is #D97D70.


Background Color

.myBgColor { background-color: #D97D70; }

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

This div background color is #D97D70.


Border color

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

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

This div border color is #D97D70.


Opacity

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

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

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

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

This text has shadow with #D97D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97D70 on black background.


Color preview on white background

This text has color #D97D70 on white background.



Black color preview on #D97D70 background

This text has black color on #D97D70 background.


White color preview on #D97D70 background

This text has white color on #D97D70 background.