COLOR #D897B3

HEX: #D897B3
RGB: (216,151,179)

Color info

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

RGB color model

#D897B3 color RGB value is (216,151,179).

  • red value is 216;
  • green value is 151;
  • blue value is 179.
RGB:
(216,151,179)
(85%,59%,70%)

RGB channels and saturation

R 216 of 255 = 85%
G 151 of 255 = 59%
B 179 of 255 = 70%

216
151
179

R + G + B ~ 71%. #D897B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 151 + 179 = 546 (100%)
R 216 of 546 ~ 39.56%
G 151 of 546 ~ 27.66%
B 179 of 546 ~ 32.78%

%39.56
%27.66
%32.78

CMYK color model

#D897B3 color CMYK value is (0,30,17,15).

  • cyan value is 0.00%
  • magenta value is 30.09%
  • yellow value is 17.13%
  • key color value is 15.29%
CMYK:
(0,30,17,15)
C0M30Y17K15 
(0%,30%,17%,15%)
(0.00/0.30/0.17/0.15)	

CMYK percentages

%0
%30.09
%17.13
%15.29

Codes

Color #D897B3 in popluar color models

D897B3
RGB216151179
HSL334°45.45%71.96%
HSB/HSV334°30.09%84.71%
CMYK0.00%30.09%17.13%
15.29%

Color #D897B3 in popluar number systems.

HEXD897B3
Decimal216151179
Binary110110001001011110110011
Octal330227263

Shades and tints

Shades of #D897B3

#D897B3
(216,151,179)
#C58AA3
(197,138,163)
#B27D93
(178,125,147)
#9F7083
(159,112,131)
#8C6373
(140,99,115)
#795663
(121,86,99)
#664953
(102,73,83)
#533C43
(83,60,67)
#402F33
(64,47,51)
#2D2223
(45,34,35)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #D897B3

#D897B3
(216,151,179)
#DBA0B9
(219,160,185)
#DEA9BF
(222,169,191)
#E1B2C5
(225,178,197)
#E4BBCB
(228,187,203)
#E7C4D1
(231,196,209)
#EACDD7
(234,205,215)
#EDD6DD
(237,214,221)
#F0DFE3
(240,223,227)
#F3E8E9
(243,232,233)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D897B3; }

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

This text font color is #D897B3.


Background Color

.myBgColor { background-color: #D897B3; }

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

This div background color is #D897B3.


Border color

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

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

This div border color is #D897B3.


Opacity

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

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

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

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

This text has shadow with #D897B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D897B3 on black background.


Color preview on white background

This text has color #D897B3 on white background.



Black color preview on #D897B3 background

This text has black color on #D897B3 background.


White color preview on #D897B3 background

This text has white color on #D897B3 background.