COLOR #D97E9E

HEX: #D97E9E
RGB: (217,126,158)

Color info

#D97E9E contains mainly red and blue colors. Web safe color of #D97E9E is #CC6699 (or #C69).

RGB color model

#D97E9E color RGB value is (217,126,158).

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

RGB channels and saturation

R 217 of 255 = 85%
G 126 of 255 = 49%
B 158 of 255 = 62%

217
126
158

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

Portions of RGB colors in percentages

R + G + B =
217 + 126 + 158 = 501 (100%)
R 217 of 501 ~ 43.31%
G 126 of 501 ~ 25.15%
B 158 of 501 ~ 31.54%

%43.31
%25.15
%31.54

CMYK color model

#D97E9E color CMYK value is (0,42,27,15).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 27.19%
  • key color value is 14.90%
CMYK:
(0,42,27,15)
C0M42Y27K15 
(0%,42%,27%,15%)
(0.00/0.42/0.27/0.15)	

CMYK percentages

%0
%41.94
%27.19
%14.9

Codes

Color #D97E9E in popluar color models

D97E9E
RGB217126158
HSL339°54.49%67.25%
HSB/HSV339°41.94%85.10%
CMYK0.00%41.94%27.19%
14.90%

Color #D97E9E in popluar number systems.

HEXD97E9E
Decimal217126158
Binary11011001111111010011110
Octal331176236

Shades and tints

Shades of #D97E9E

#D97E9E
(217,126,158)
#C67390
(198,115,144)
#B36882
(179,104,130)
#A05D74
(160,93,116)
#8D5266
(141,82,102)
#7A4758
(122,71,88)
#673C4A
(103,60,74)
#54313C
(84,49,60)
#41262E
(65,38,46)
#2E1B20
(46,27,32)
#1B1012
(27,16,18)
#000000
(0,0,0)

Tints of #D97E9E

#D97E9E
(217,126,158)
#DC89A6
(220,137,166)
#DF94AE
(223,148,174)
#E29FB6
(226,159,182)
#E5AABE
(229,170,190)
#E8B5C6
(232,181,198)
#EBC0CE
(235,192,206)
#EECBD6
(238,203,214)
#F1D6DE
(241,214,222)
#F4E1E6
(244,225,230)
#F7ECEE
(247,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97E9E; }

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

This text font color is #D97E9E.


Background Color

.myBgColor { background-color: #D97E9E; }

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

This div background color is #D97E9E.


Border color

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

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

This div border color is #D97E9E.


Opacity

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

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

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

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

This text has shadow with #D97E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97E9E on black background.


Color preview on white background

This text has color #D97E9E on white background.



Black color preview on #D97E9E background

This text has black color on #D97E9E background.


White color preview on #D97E9E background

This text has white color on #D97E9E background.