COLOR #D97A70

HEX: #D97A70
RGB: (217,122,112)

Color info

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

RGB color model

#D97A70 color RGB value is (217,122,112).

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

RGB channels and saturation

R 217 of 255 = 85%
G 122 of 255 = 48%
B 112 of 255 = 44%

217
122
112

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

Portions of RGB colors in percentages

R + G + B =
217 + 122 + 112 = 451 (100%)
R 217 of 451 ~ 48.12%
G 122 of 451 ~ 27.05%
B 112 of 451 ~ 24.83%

%48.12
%27.05
%24.83

CMYK color model

#D97A70 color CMYK value is (0,44,48,15).

  • cyan value is 0.00%
  • magenta value is 43.78%
  • yellow value is 48.39%
  • key color value is 14.90%
CMYK:
(0,44,48,15)
C0M44Y48K15 
(0%,44%,48%,15%)
(0.00/0.44/0.48/0.15)	

CMYK percentages

%0
%43.78
%48.39
%14.9

Codes

Color #D97A70 in popluar color models

D97A70
RGB217122112
HSL58.01%64.51%
HSB/HSV48.39%85.10%
CMYK0.00%43.78%48.39%
14.90%

Color #D97A70 in popluar number systems.

HEXD97A70
Decimal217122112
Binary1101100111110101110000
Octal331172160

Shades and tints

Shades of #D97A70

#D97A70
(217,122,112)
#C66F66
(198,111,102)
#B3645C
(179,100,92)
#A05952
(160,89,82)
#8D4E48
(141,78,72)
#7A433E
(122,67,62)
#673834
(103,56,52)
#542D2A
(84,45,42)
#412220
(65,34,32)
#2E1716
(46,23,22)
#1B0C0C
(27,12,12)
#000000
(0,0,0)

Tints of #D97A70

#D97A70
(217,122,112)
#DC867D
(220,134,125)
#DF928A
(223,146,138)
#E29E97
(226,158,151)
#E5AAA4
(229,170,164)
#E8B6B1
(232,182,177)
#EBC2BE
(235,194,190)
#EECECB
(238,206,203)
#F1DAD8
(241,218,216)
#F4E6E5
(244,230,229)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97A70; }

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

This text font color is #D97A70.


Background Color

.myBgColor { background-color: #D97A70; }

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

This div background color is #D97A70.


Border color

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

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

This div border color is #D97A70.


Opacity

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

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

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

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

This text has shadow with #D97A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97A70 on black background.


Color preview on white background

This text has color #D97A70 on white background.



Black color preview on #D97A70 background

This text has black color on #D97A70 background.


White color preview on #D97A70 background

This text has white color on #D97A70 background.