COLOR #D97F89

HEX: #D97F89
RGB: (217,127,137)

Color info

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

RGB color model

#D97F89 color RGB value is (217,127,137).

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

RGB channels and saturation

R 217 of 255 = 85%
G 127 of 255 = 50%
B 137 of 255 = 54%

217
127
137

R + G + B ~ 63%. #D97F89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 127 + 137 = 481 (100%)
R 217 of 481 ~ 45.11%
G 127 of 481 ~ 26.4%
B 137 of 481 ~ 28.48%

%45.11
%26.4
%28.48

CMYK color model

#D97F89 color CMYK value is (0,41,37,15).

  • cyan value is 0.00%
  • magenta value is 41.47%
  • yellow value is 36.87%
  • key color value is 14.90%
CMYK:
(0,41,37,15)
C0M41Y37K15 
(0%,41%,37%,15%)
(0.00/0.41/0.37/0.15)	

CMYK percentages

%0
%41.47
%36.87
%14.9

Codes

Color #D97F89 in popluar color models

D97F89
RGB217127137
HSL353°54.22%67.45%
HSB/HSV353°41.47%85.10%
CMYK0.00%41.47%36.87%
14.90%

Color #D97F89 in popluar number systems.

HEXD97F89
Decimal217127137
Binary11011001111111110001001
Octal331177211

Shades and tints

Shades of #D97F89

#D97F89
(217,127,137)
#C6747D
(198,116,125)
#B36971
(179,105,113)
#A05E65
(160,94,101)
#8D5359
(141,83,89)
#7A484D
(122,72,77)
#673D41
(103,61,65)
#543235
(84,50,53)
#412729
(65,39,41)
#2E1C1D
(46,28,29)
#1B1111
(27,17,17)
#000000
(0,0,0)

Tints of #D97F89

#D97F89
(217,127,137)
#DC8A93
(220,138,147)
#DF959D
(223,149,157)
#E2A0A7
(226,160,167)
#E5ABB1
(229,171,177)
#E8B6BB
(232,182,187)
#EBC1C5
(235,193,197)
#EECCCF
(238,204,207)
#F1D7D9
(241,215,217)
#F4E2E3
(244,226,227)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97F89; }

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

This text font color is #D97F89.


Background Color

.myBgColor { background-color: #D97F89; }

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

This div background color is #D97F89.


Border color

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

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

This div border color is #D97F89.


Opacity

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

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

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

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

This text has shadow with #D97F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97F89 on black background.


Color preview on white background

This text has color #D97F89 on white background.



Black color preview on #D97F89 background

This text has black color on #D97F89 background.


White color preview on #D97F89 background

This text has white color on #D97F89 background.