COLOR #D97477

HEX: #D97477
RGB: (217,116,119)

Color info

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

RGB color model

#D97477 color RGB value is (217,116,119).

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

RGB channels and saturation

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

217
116
119

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

Portions of RGB colors in percentages

R + G + B =
217 + 116 + 119 = 452 (100%)
R 217 of 452 ~ 48.01%
G 116 of 452 ~ 25.66%
B 119 of 452 ~ 26.33%

%48.01
%25.66
%26.33

CMYK color model

#D97477 color CMYK value is (0,47,45,15).

  • cyan value is 0.00%
  • magenta value is 46.54%
  • yellow value is 45.16%
  • key color value is 14.90%
CMYK:
(0,47,45,15)
C0M47Y45K15 
(0%,47%,45%,15%)
(0.00/0.47/0.45/0.15)	

CMYK percentages

%0
%46.54
%45.16
%14.9

Codes

Color #D97477 in popluar color models

D97477
RGB217116119
HSL358°57.06%65.29%
HSB/HSV358°46.54%85.10%
CMYK0.00%46.54%45.16%
14.90%

Color #D97477 in popluar number systems.

HEXD97477
Decimal217116119
Binary1101100111101001110111
Octal331164167

Shades and tints

Shades of #D97477

#D97477
(217,116,119)
#C66A6D
(198,106,109)
#B36063
(179,96,99)
#A05659
(160,86,89)
#8D4C4F
(141,76,79)
#7A4245
(122,66,69)
#67383B
(103,56,59)
#542E31
(84,46,49)
#412427
(65,36,39)
#2E1A1D
(46,26,29)
#1B1013
(27,16,19)
#000000
(0,0,0)

Tints of #D97477

#D97477
(217,116,119)
#DC8083
(220,128,131)
#DF8C8F
(223,140,143)
#E2989B
(226,152,155)
#E5A4A7
(229,164,167)
#E8B0B3
(232,176,179)
#EBBCBF
(235,188,191)
#EEC8CB
(238,200,203)
#F1D4D7
(241,212,215)
#F4E0E3
(244,224,227)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97477; }

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

This text font color is #D97477.


Background Color

.myBgColor { background-color: #D97477; }

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

This div background color is #D97477.


Border color

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

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

This div border color is #D97477.


Opacity

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

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

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

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

This text has shadow with #D97477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97477 on black background.


Color preview on white background

This text has color #D97477 on white background.



Black color preview on #D97477 background

This text has black color on #D97477 background.


White color preview on #D97477 background

This text has white color on #D97477 background.