COLOR #D897A0

HEX: #D897A0 RGB: (216,151,160)

Color info

#D897A0 contains mainly red and blue colors. Web safe color of #D897A0 is #CC9999 (or #C99).

RGB color model

#D897A0 color RGB value is (216,151,160).

RGB: (216,151,160) (85%, 59%, 63%)

RGB channels and saturation

R 216 of 255 = 85%
G 151 of 255 = 59%
B 160 of 255 = 63%

216
151
160

R + G + B ~ 69%. #D897A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 151 + 160 = 527 (100%)
R 216 of 527 ~ 40.99%
G 151 of 527 ~ 28.65%
B 160 of 527 ~ 30.36'%

%40.99
%28.65
%30.36

CMYK color model

#D897A0 color CMYK value is (0,30,26,15).

  • cyan value is 0.00%
  • magenta value is 30.09%
  • yellow value is 25.93%
  • key color value is 15.29%

CMYK: (0,30,26,15)
C0M30Y26K15 (0%, 30%, 26%, 15%)
(0.00 / 0.30 / 0.26 / 0.15)

CMYK percentages

%0
%30.09
%25.93
%15.29

Codes

Color #D897A0 in popluar color models

D8 97 A0
RGB 216 151 160
HSL 352° 45.45% 71.96%
HSB/HSV 352° 30.09% 84.71%
CMYK 0.00% 30.09% 25.93%
15.29%

Color #D897A0 in popluar number systems.

HEX D8 97 A0
Decimal 216 151 160
Binary 11011000 10010111 10100000
Octal 330 227 240

Shades and tints

Shades of #D897A0

#D897A0
(216,151,160)
#C58A92
(197,138,146)
#B27D84
(178,125,132)
#9F7076
(159,112,118)
#8C6368
(140,99,104)
#79565A
(121,86,90)
#66494C
(102,73,76)
#533C3E
(83,60,62)
#402F30
(64,47,48)
#2D2222
(45,34,34)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #D897A0

#D897A0
(216,151,160)
#DBA0A8
(219,160,168)
#DEA9B0
(222,169,176)
#E1B2B8
(225,178,184)
#E4BBC0
(228,187,192)
#E7C4C8
(231,196,200)
#EACDD0
(234,205,208)
#EDD6D8
(237,214,216)
#F0DFE0
(240,223,224)
#F3E8E8
(243,232,232)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D897A0 color. Also use rgb(216,151,160) instead hex code.

Text Font Color

.myTextColor { color: #D897A0; }

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

This text font color is #D897A0.

Background Color

.myBgColor { background-color: #D897A0; }

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

This div background color is #D897A0.

Border color

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

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

This div border color is #D897A0.

Opacity

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

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

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

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

This text has shadow with #D897A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D897A0.

Preview

Color preview on black background

This text has color #D897A0 on black background.


Color preview on white background

This text has color #D897A0 on white background.


Black color preview on #D897A0 background

This text has black color on #D897A0 background.


White color preview on #D897A0 background

This text has white color on #D897A0 background.


Related colors

Complementary color

Complementary color for #hex is #27685F.


I love getcolorcode.com

Triadic colors

1 #A0D897 and #97A0D8 with #D897A0 are triadic colors.

2 #A097D8 and #97D8A0 with #D897A0 are triadic colors.