COLOR #D97D80

HEX: #D97D80
RGB: (217,125,128)

Color info

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

RGB color model

#D97D80 color RGB value is (217,125,128).

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

RGB channels and saturation

R 217 of 255 = 85%
G 125 of 255 = 49%
B 128 of 255 = 50%

217
125
128

R + G + B ~ 61%. #D97D80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 125 + 128 = 470 (100%)
R 217 of 470 ~ 46.17%
G 125 of 470 ~ 26.6%
B 128 of 470 ~ 27.23%

%46.17
%26.6
%27.23

CMYK color model

#D97D80 color CMYK value is (0,42,41,15).

  • cyan value is 0.00%
  • magenta value is 42.40%
  • yellow value is 41.01%
  • key color value is 14.90%
CMYK:
(0,42,41,15)
C0M42Y41K15 
(0%,42%,41%,15%)
(0.00/0.42/0.41/0.15)	

CMYK percentages

%0
%42.4
%41.01
%14.9

Codes

Color #D97D80 in popluar color models

D97D80
RGB217125128
HSL358°54.76%67.06%
HSB/HSV358°42.40%85.10%
CMYK0.00%42.40%41.01%
14.90%

Color #D97D80 in popluar number systems.

HEXD97D80
Decimal217125128
Binary11011001111110110000000
Octal331175200

Shades and tints

Shades of #D97D80

#D97D80
(217,125,128)
#C67275
(198,114,117)
#B3676A
(179,103,106)
#A05C5F
(160,92,95)
#8D5154
(141,81,84)
#7A4649
(122,70,73)
#673B3E
(103,59,62)
#543033
(84,48,51)
#412528
(65,37,40)
#2E1A1D
(46,26,29)
#1B0F12
(27,15,18)
#000000
(0,0,0)

Tints of #D97D80

#D97D80
(217,125,128)
#DC888B
(220,136,139)
#DF9396
(223,147,150)
#E29EA1
(226,158,161)
#E5A9AC
(229,169,172)
#E8B4B7
(232,180,183)
#EBBFC2
(235,191,194)
#EECACD
(238,202,205)
#F1D5D8
(241,213,216)
#F4E0E3
(244,224,227)
#F7EBEE
(247,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97D80; }

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

This text font color is #D97D80.


Background Color

.myBgColor { background-color: #D97D80; }

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

This div background color is #D97D80.


Border color

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

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

This div border color is #D97D80.


Opacity

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

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

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

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

This text has shadow with #D97D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97D80 on black background.


Color preview on white background

This text has color #D97D80 on white background.



Black color preview on #D97D80 background

This text has black color on #D97D80 background.


White color preview on #D97D80 background

This text has white color on #D97D80 background.