COLOR #D89D9F

HEX: #D89D9F
RGB: (216,157,159)

Color info

#D89D9F contains red, green and blue colors in about the same proportion. Web safe color of #D89D9F is #CC9999 (or #C99).

RGB color model

#D89D9F color RGB value is (216,157,159).

  • red value is 216;
  • green value is 157;
  • blue value is 159.
RGB:
(216,157,159)
(85%,62%,62%)

RGB channels and saturation

R 216 of 255 = 85%
G 157 of 255 = 62%
B 159 of 255 = 62%

216
157
159

R + G + B ~ 70%. #D89D9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 157 + 159 = 532 (100%)
R 216 of 532 ~ 40.6%
G 157 of 532 ~ 29.51%
B 159 of 532 ~ 29.89%

%40.6
%29.51
%29.89

CMYK color model

#D89D9F color CMYK value is (0,27,26,15).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 26.39%
  • key color value is 15.29%
CMYK:
(0,27,26,15)
C0M27Y26K15 
(0%,27%,26%,15%)
(0.00/0.27/0.26/0.15)	

CMYK percentages

%0
%27.31
%26.39
%15.29

Codes

Color #D89D9F in popluar color models

D89D9F
RGB216157159
HSL358°43.07%73.14%
HSB/HSV358°27.31%84.71%
CMYK0.00%27.31%26.39%
15.29%

Color #D89D9F in popluar number systems.

HEXD89D9F
Decimal216157159
Binary110110001001110110011111
Octal330235237

Shades and tints

Shades of #D89D9F

#D89D9F
(216,157,159)
#C58F91
(197,143,145)
#B28183
(178,129,131)
#9F7375
(159,115,117)
#8C6567
(140,101,103)
#795759
(121,87,89)
#66494B
(102,73,75)
#533B3D
(83,59,61)
#402D2F
(64,45,47)
#2D1F21
(45,31,33)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #D89D9F

#D89D9F
(216,157,159)
#DBA5A7
(219,165,167)
#DEADAF
(222,173,175)
#E1B5B7
(225,181,183)
#E4BDBF
(228,189,191)
#E7C5C7
(231,197,199)
#EACDCF
(234,205,207)
#EDD5D7
(237,213,215)
#F0DDDF
(240,221,223)
#F3E5E7
(243,229,231)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89D9F color. Also use rgb(216,157,159) instead hex code.

Text Font Color

.myTextColor { color: #D89D9F; }

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

This text font color is #D89D9F.


Background Color

.myBgColor { background-color: #D89D9F; }

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

This div background color is #D89D9F.


Border color

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

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

This div border color is #D89D9F.


Opacity

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

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

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

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

This text has shadow with #D89D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89D9F on black background.


Color preview on white background

This text has color #D89D9F on white background.



Black color preview on #D89D9F background

This text has black color on #D89D9F background.


White color preview on #D89D9F background

This text has white color on #D89D9F background.