COLOR #D97890

HEX: #D97890 RGB: (217,120,144)

Color info

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

RGB color model

#D97890 color RGB value is (217,120,144).

RGB: (217,120,144) (85%, 47%, 56%)

RGB channels and saturation

R 217 of 255 = 85%
G 120 of 255 = 47%
B 144 of 255 = 56%

217
120
144

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

Portions of RGB colors in percentages

R + G + B = 217 + 120 + 144 = 481 (100%)
R 217 of 481 ~ 45.11%
G 120 of 481 ~ 24.95%
B 144 of 481 ~ 29.94'%

%45.11
%24.95
%29.94

CMYK color model

#D97890 color CMYK value is (0,45,34,15).

  • cyan value is 0.00%
  • magenta value is 44.70%
  • yellow value is 33.64%
  • key color value is 14.90%

CMYK: (0,45,34,15)
C0M45Y34K15 (0%, 45%, 34%, 15%)
(0.00 / 0.45 / 0.34 / 0.15)

CMYK percentages

%0
%44.7
%33.64
%14.9

Codes

Color #D97890 in popluar color models

D9 78 90
RGB 217 120 144
HSL 345° 56.07% 66.08%
HSB/HSV 345° 44.70% 85.10%
CMYK 0.00% 44.70% 33.64%
14.90%

Color #D97890 in popluar number systems.

HEX D9 78 90
Decimal 217 120 144
Binary 11011001 1111000 10010000
Octal 331 170 220

Shades and tints

Shades of #D97890

#D97890
(217,120,144)
#C66E83
(198,110,131)
#B36476
(179,100,118)
#A05A69
(160,90,105)
#8D505C
(141,80,92)
#7A464F
(122,70,79)
#673C42
(103,60,66)
#543235
(84,50,53)
#412828
(65,40,40)
#2E1E1B
(46,30,27)
#1B140E
(27,20,14)
#000000
(0,0,0)

Tints of #D97890

#D97890
(217,120,144)
#DC849A
(220,132,154)
#DF90A4
(223,144,164)
#E29CAE
(226,156,174)
#E5A8B8
(229,168,184)
#E8B4C2
(232,180,194)
#EBC0CC
(235,192,204)
#EECCD6
(238,204,214)
#F1D8E0
(241,216,224)
#F4E4EA
(244,228,234)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97890; }

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

This text font color is #D97890.

Background Color

.myBgColor { background-color: #D97890; }

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

This div background color is #D97890.

Border color

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

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

This div border color is #D97890.

Opacity

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

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

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

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

This text has shadow with #D97890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D97890.

Preview

Color preview on black background

This text has color #D97890 on black background.


Color preview on white background

This text has color #D97890 on white background.


Black color preview on #D97890 background

This text has black color on #D97890 background.


White color preview on #D97890 background

This text has white color on #D97890 background.


Related colors

Complementary color

Complementary color for #hex is #26876F.


I love getcolorcode.com

Triadic colors

1 #90D978 and #7890D9 with #D97890 are triadic colors.

2 #9078D9 and #78D990 with #D97890 are triadic colors.