COLOR #D97E97

HEX: #D97E97
RGB: (217,126,151)

Color info

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

RGB color model

#D97E97 color RGB value is (217,126,151).

  • red value is 217;
  • green value is 126;
  • blue value is 151.
RGB:
(217,126,151)
(85%,49%,59%)

RGB channels and saturation

R 217 of 255 = 85%
G 126 of 255 = 49%
B 151 of 255 = 59%

217
126
151

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

Portions of RGB colors in percentages

R + G + B =
217 + 126 + 151 = 494 (100%)
R 217 of 494 ~ 43.93%
G 126 of 494 ~ 25.51%
B 151 of 494 ~ 30.57%

%43.93
%25.51
%30.57

CMYK color model

#D97E97 color CMYK value is (0,42,30,15).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 30.41%
  • key color value is 14.90%
CMYK:
(0,42,30,15)
C0M42Y30K15 
(0%,42%,30%,15%)
(0.00/0.42/0.30/0.15)	

CMYK percentages

%0
%41.94
%30.41
%14.9

Codes

Color #D97E97 in popluar color models

D97E97
RGB217126151
HSL344°54.49%67.25%
HSB/HSV344°41.94%85.10%
CMYK0.00%41.94%30.41%
14.90%

Color #D97E97 in popluar number systems.

HEXD97E97
Decimal217126151
Binary11011001111111010010111
Octal331176227

Shades and tints

Shades of #D97E97

#D97E97
(217,126,151)
#C6738A
(198,115,138)
#B3687D
(179,104,125)
#A05D70
(160,93,112)
#8D5263
(141,82,99)
#7A4756
(122,71,86)
#673C49
(103,60,73)
#54313C
(84,49,60)
#41262F
(65,38,47)
#2E1B22
(46,27,34)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #D97E97

#D97E97
(217,126,151)
#DC89A0
(220,137,160)
#DF94A9
(223,148,169)
#E29FB2
(226,159,178)
#E5AABB
(229,170,187)
#E8B5C4
(232,181,196)
#EBC0CD
(235,192,205)
#EECBD6
(238,203,214)
#F1D6DF
(241,214,223)
#F4E1E8
(244,225,232)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D97E97 color. Also use rgb(217,126,151) instead hex code.

Text Font Color

.myTextColor { color: #D97E97; }

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

This text font color is #D97E97.


Background Color

.myBgColor { background-color: #D97E97; }

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

This div background color is #D97E97.


Border color

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

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

This div border color is #D97E97.


Opacity

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

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

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

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

This text has shadow with #D97E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97E97 on black background.


Color preview on white background

This text has color #D97E97 on white background.



Black color preview on #D97E97 background

This text has black color on #D97E97 background.


White color preview on #D97E97 background

This text has white color on #D97E97 background.