COLOR #D97F90

HEX: #D97F90
RGB: (217,127,144)

Color info

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

RGB color model

#D97F90 color RGB value is (217,127,144).

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

RGB channels and saturation

R 217 of 255 = 85%
G 127 of 255 = 50%
B 144 of 255 = 56%

217
127
144

R + G + B ~ 64%. #D97F90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 127 + 144 = 488 (100%)
R 217 of 488 ~ 44.47%
G 127 of 488 ~ 26.02%
B 144 of 488 ~ 29.51%

%44.47
%26.02
%29.51

CMYK color model

#D97F90 color CMYK value is (0,41,34,15).

  • cyan value is 0.00%
  • magenta value is 41.47%
  • yellow value is 33.64%
  • key color value is 14.90%
CMYK:
(0,41,34,15)
C0M41Y34K15 
(0%,41%,34%,15%)
(0.00/0.41/0.34/0.15)	

CMYK percentages

%0
%41.47
%33.64
%14.9

Codes

Color #D97F90 in popluar color models

D97F90
RGB217127144
HSL349°54.22%67.45%
HSB/HSV349°41.47%85.10%
CMYK0.00%41.47%33.64%
14.90%

Color #D97F90 in popluar number systems.

HEXD97F90
Decimal217127144
Binary11011001111111110010000
Octal331177220

Shades and tints

Shades of #D97F90

#D97F90
(217,127,144)
#C67483
(198,116,131)
#B36976
(179,105,118)
#A05E69
(160,94,105)
#8D535C
(141,83,92)
#7A484F
(122,72,79)
#673D42
(103,61,66)
#543235
(84,50,53)
#412728
(65,39,40)
#2E1C1B
(46,28,27)
#1B110E
(27,17,14)
#000000
(0,0,0)

Tints of #D97F90

#D97F90
(217,127,144)
#DC8A9A
(220,138,154)
#DF95A4
(223,149,164)
#E2A0AE
(226,160,174)
#E5ABB8
(229,171,184)
#E8B6C2
(232,182,194)
#EBC1CC
(235,193,204)
#EECCD6
(238,204,214)
#F1D7E0
(241,215,224)
#F4E2EA
(244,226,234)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97F90; }

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

This text font color is #D97F90.


Background Color

.myBgColor { background-color: #D97F90; }

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

This div background color is #D97F90.


Border color

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

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

This div border color is #D97F90.


Opacity

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

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

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

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

This text has shadow with #D97F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97F90 on black background.


Color preview on white background

This text has color #D97F90 on white background.



Black color preview on #D97F90 background

This text has black color on #D97F90 background.


White color preview on #D97F90 background

This text has white color on #D97F90 background.