COLOR #D97A71

HEX: #D97A71
RGB: (217,122,113)

Color info

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

RGB color model

#D97A71 color RGB value is (217,122,113).

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

RGB channels and saturation

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

217
122
113

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

Portions of RGB colors in percentages

R + G + B =
217 + 122 + 113 = 452 (100%)
R 217 of 452 ~ 48.01%
G 122 of 452 ~ 26.99%
B 113 of 452 ~ 25%

%48.01
%26.99
%25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.78%
  • yellow value is 47.93%
  • 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
%47.93
%14.9

Codes

Color #D97A71 in popluar color models

D97A71
RGB217122113
HSL57.78%64.71%
HSB/HSV47.93%85.10%
CMYK0.00%43.78%47.93%
14.90%

Color #D97A71 in popluar number systems.

HEXD97A71
Decimal217122113
Binary1101100111110101110001
Octal331172161

Shades and tints

Shades of #D97A71

#D97A71
(217,122,113)
#C66F67
(198,111,103)
#B3645D
(179,100,93)
#A05953
(160,89,83)
#8D4E49
(141,78,73)
#7A433F
(122,67,63)
#673835
(103,56,53)
#542D2B
(84,45,43)
#412221
(65,34,33)
#2E1717
(46,23,23)
#1B0C0D
(27,12,13)
#000000
(0,0,0)

Tints of #D97A71

#D97A71
(217,122,113)
#DC867D
(220,134,125)
#DF9289
(223,146,137)
#E29E95
(226,158,149)
#E5AAA1
(229,170,161)
#E8B6AD
(232,182,173)
#EBC2B9
(235,194,185)
#EECEC5
(238,206,197)
#F1DAD1
(241,218,209)
#F4E6DD
(244,230,221)
#F7F2E9
(247,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97A71; }

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

This text font color is #D97A71.


Background Color

.myBgColor { background-color: #D97A71; }

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

This div background color is #D97A71.


Border color

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

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

This div border color is #D97A71.


Opacity

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

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

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

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

This text has shadow with #D97A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97A71 on black background.


Color preview on white background

This text has color #D97A71 on white background.



Black color preview on #D97A71 background

This text has black color on #D97A71 background.


White color preview on #D97A71 background

This text has white color on #D97A71 background.