COLOR #D97974

HEX: #D97974
RGB: (217,121,116)

Color info

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

RGB color model

#D97974 color RGB value is (217,121,116).

  • red value is 217;
  • green value is 121;
  • blue value is 116.
RGB:
(217,121,116)
(85%,47%,45%)

RGB channels and saturation

R 217 of 255 = 85%
G 121 of 255 = 47%
B 116 of 255 = 45%

217
121
116

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

Portions of RGB colors in percentages

R + G + B =
217 + 121 + 116 = 454 (100%)
R 217 of 454 ~ 47.8%
G 121 of 454 ~ 26.65%
B 116 of 454 ~ 25.55%

%47.8
%26.65
%25.55

CMYK color model

#D97974 color CMYK value is (0,44,47,15).

  • cyan value is 0.00%
  • magenta value is 44.24%
  • yellow value is 46.54%
  • key color value is 14.90%
CMYK:
(0,44,47,15)
C0M44Y47K15 
(0%,44%,47%,15%)
(0.00/0.44/0.47/0.15)	

CMYK percentages

%0
%44.24
%46.54
%14.9

Codes

Color #D97974 in popluar color models

D97974
RGB217121116
HSL57.06%65.29%
HSB/HSV46.54%85.10%
CMYK0.00%44.24%46.54%
14.90%

Color #D97974 in popluar number systems.

HEXD97974
Decimal217121116
Binary1101100111110011110100
Octal331171164

Shades and tints

Shades of #D97974

#D97974
(217,121,116)
#C66E6A
(198,110,106)
#B36360
(179,99,96)
#A05856
(160,88,86)
#8D4D4C
(141,77,76)
#7A4242
(122,66,66)
#673738
(103,55,56)
#542C2E
(84,44,46)
#412124
(65,33,36)
#2E161A
(46,22,26)
#1B0B10
(27,11,16)
#000000
(0,0,0)

Tints of #D97974

#D97974
(217,121,116)
#DC8580
(220,133,128)
#DF918C
(223,145,140)
#E29D98
(226,157,152)
#E5A9A4
(229,169,164)
#E8B5B0
(232,181,176)
#EBC1BC
(235,193,188)
#EECDC8
(238,205,200)
#F1D9D4
(241,217,212)
#F4E5E0
(244,229,224)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D97974 color. Also use rgb(217,121,116) instead hex code.

Text Font Color

.myTextColor { color: #D97974; }

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

This text font color is #D97974.


Background Color

.myBgColor { background-color: #D97974; }

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

This div background color is #D97974.


Border color

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

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

This div border color is #D97974.


Opacity

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

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

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

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

This text has shadow with #D97974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97974 on black background.


Color preview on white background

This text has color #D97974 on white background.



Black color preview on #D97974 background

This text has black color on #D97974 background.


White color preview on #D97974 background

This text has white color on #D97974 background.