COLOR #D97F96

HEX: #D97F96
RGB: (217,127,150)

Color info

#D97F96 contains mainly red color. Web safe color of #D97F96 is #CC6699 (or #C69).

RGB color model

#D97F96 color RGB value is (217,127,150).

  • red value is 217;
  • green value is 127;
  • blue value is 150.
RGB:
(217,127,150)
(85%,50%,59%)

RGB channels and saturation

R 217 of 255 = 85%
G 127 of 255 = 50%
B 150 of 255 = 59%

217
127
150

R + G + B ~ 65%. #D97F96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 127 + 150 = 494 (100%)
R 217 of 494 ~ 43.93%
G 127 of 494 ~ 25.71%
B 150 of 494 ~ 30.36%

%43.93
%25.71
%30.36

CMYK color model

#D97F96 color CMYK value is (0,41,31,15).

  • cyan value is 0.00%
  • magenta value is 41.47%
  • yellow value is 30.88%
  • key color value is 14.90%
CMYK:
(0,41,31,15)
C0M41Y31K15 
(0%,41%,31%,15%)
(0.00/0.41/0.31/0.15)	

CMYK percentages

%0
%41.47
%30.88
%14.9

Codes

Color #D97F96 in popluar color models

D97F96
RGB217127150
HSL345°54.22%67.45%
HSB/HSV345°41.47%85.10%
CMYK0.00%41.47%30.88%
14.90%

Color #D97F96 in popluar number systems.

HEXD97F96
Decimal217127150
Binary11011001111111110010110
Octal331177226

Shades and tints

Shades of #D97F96

#D97F96
(217,127,150)
#C67489
(198,116,137)
#B3697C
(179,105,124)
#A05E6F
(160,94,111)
#8D5362
(141,83,98)
#7A4855
(122,72,85)
#673D48
(103,61,72)
#54323B
(84,50,59)
#41272E
(65,39,46)
#2E1C21
(46,28,33)
#1B1114
(27,17,20)
#000000
(0,0,0)

Tints of #D97F96

#D97F96
(217,127,150)
#DC8A9F
(220,138,159)
#DF95A8
(223,149,168)
#E2A0B1
(226,160,177)
#E5ABBA
(229,171,186)
#E8B6C3
(232,182,195)
#EBC1CC
(235,193,204)
#EECCD5
(238,204,213)
#F1D7DE
(241,215,222)
#F4E2E7
(244,226,231)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D97F96 color. Also use rgb(217,127,150) instead hex code.

Text Font Color

.myTextColor { color: #D97F96; }

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

This text font color is #D97F96.


Background Color

.myBgColor { background-color: #D97F96; }

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

This div background color is #D97F96.


Border color

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

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

This div border color is #D97F96.


Opacity

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

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

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

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

This text has shadow with #D97F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97F96 on black background.


Color preview on white background

This text has color #D97F96 on white background.



Black color preview on #D97F96 background

This text has black color on #D97F96 background.


White color preview on #D97F96 background

This text has white color on #D97F96 background.