COLOR #D897C6

HEX: #D897C6 RGB: (216,151,198)

Color info

#D897C6 contains mainly red and blue colors. Web safe color of #D897C6 is #CC99CC (or #C9C).

RGB color model

#D897C6 color RGB value is (216,151,198).

RGB: (216,151,198) (85%, 59%, 78%)

RGB channels and saturation

R 216 of 255 = 85%
G 151 of 255 = 59%
B 198 of 255 = 78%

216
151
198

R + G + B ~ 74%. #D897C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 151 + 198 = 565 (100%)
R 216 of 565 ~ 38.23%
G 151 of 565 ~ 26.73%
B 198 of 565 ~ 35.04'%

%38.23
%26.73
%35.04

CMYK color model

#D897C6 color CMYK value is (0,30,8,15).

  • cyan value is 0.00%
  • magenta value is 30.09%
  • yellow value is 8.33%
  • key color value is 15.29%
CMYK: (0,30,8,15) C0M30Y8K15 (0%,30%,8%,15%) (0.00/0.30/0.08/0.15) 

CMYK percentages

%0
%30.09
%8.33
%15.29

Codes

Color #D897C6 in popluar color models

D8 97 C6
RGB 216 151 198
HSL 317° 45.45% 71.96%
HSB/HSV 317° 30.09% 84.71%
CMYK 0.00% 30.09% 8.33%
15.29%

Color #D897C6 in popluar number systems.

HEX D8 97 C6
Decimal 216 151 198
Binary 11011000 10010111 11000110
Octal 330 227 306

Shades and tints

Shades of #D897C6

#D897C6
(216,151,198)
#C58AB4
(197,138,180)
#B27DA2
(178,125,162)
#9F7090
(159,112,144)
#8C637E
(140,99,126)
#79566C
(121,86,108)
#66495A
(102,73,90)
#533C48
(83,60,72)
#402F36
(64,47,54)
#2D2224
(45,34,36)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #D897C6

#D897C6
(216,151,198)
#DBA0CB
(219,160,203)
#DEA9D0
(222,169,208)
#E1B2D5
(225,178,213)
#E4BBDA
(228,187,218)
#E7C4DF
(231,196,223)
#EACDE4
(234,205,228)
#EDD6E9
(237,214,233)
#F0DFEE
(240,223,238)
#F3E8F3
(243,232,243)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D897C6; }

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

This text font color is #D897C6.

Background Color

.myBgColor { background-color: #D897C6; }

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

This div background color is #D897C6.

Border color

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

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

This div border color is #D897C6.

Opacity

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

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

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

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

This text has shadow with #D897C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D897C6.

Preview

Color preview on black background

This text has color #D897C6 on black background.


Color preview on white background

This text has color #D897C6 on white background.


Black color preview on #D897C6 background

This text has black color on #D897C6 background.


White color preview on #D897C6 background

This text has white color on #D897C6 background.


Related colors

Complementary color

Complementary color for #hex is #276839.


I love getcolorcode.com

Triadic colors

1 #C6D897 and #97C6D8 with #D897C6 are triadic colors.

2 #C697D8 and #97D8C6 with #D897C6 are triadic colors.