COLOR #D89E96

HEX: #D89E96
RGB: (216,158,150)

Color info

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

RGB color model

#D89E96 color RGB value is (216,158,150).

  • red value is 216;
  • green value is 158;
  • blue value is 150.
RGB:
(216,158,150)
(85%,62%,59%)

RGB channels and saturation

R 216 of 255 = 85%
G 158 of 255 = 62%
B 150 of 255 = 59%

216
158
150

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

Portions of RGB colors in percentages

R + G + B =
216 + 158 + 150 = 524 (100%)
R 216 of 524 ~ 41.22%
G 158 of 524 ~ 30.15%
B 150 of 524 ~ 28.63%

%41.22
%30.15
%28.63

CMYK color model

#D89E96 color CMYK value is (0,27,31,15).

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 30.56%
  • key color value is 15.29%
CMYK:
(0,27,31,15)
C0M27Y31K15 
(0%,27%,31%,15%)
(0.00/0.27/0.31/0.15)	

CMYK percentages

%0
%26.85
%30.56
%15.29

Codes

Color #D89E96 in popluar color models

D89E96
RGB216158150
HSL45.83%71.76%
HSB/HSV30.56%84.71%
CMYK0.00%26.85%30.56%
15.29%

Color #D89E96 in popluar number systems.

HEXD89E96
Decimal216158150
Binary110110001001111010010110
Octal330236226

Shades and tints

Shades of #D89E96

#D89E96
(216,158,150)
#C59089
(197,144,137)
#B2827C
(178,130,124)
#9F746F
(159,116,111)
#8C6662
(140,102,98)
#795855
(121,88,85)
#664A48
(102,74,72)
#533C3B
(83,60,59)
#402E2E
(64,46,46)
#2D2021
(45,32,33)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #D89E96

#D89E96
(216,158,150)
#DBA69F
(219,166,159)
#DEAEA8
(222,174,168)
#E1B6B1
(225,182,177)
#E4BEBA
(228,190,186)
#E7C6C3
(231,198,195)
#EACECC
(234,206,204)
#EDD6D5
(237,214,213)
#F0DEDE
(240,222,222)
#F3E6E7
(243,230,231)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89E96 color. Also use rgb(216,158,150) instead hex code.

Text Font Color

.myTextColor { color: #D89E96; }

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

This text font color is #D89E96.


Background Color

.myBgColor { background-color: #D89E96; }

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

This div background color is #D89E96.


Border color

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

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

This div border color is #D89E96.


Opacity

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

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

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

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

This text has shadow with #D89E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89E96 on black background.


Color preview on white background

This text has color #D89E96 on white background.



Black color preview on #D89E96 background

This text has black color on #D89E96 background.


White color preview on #D89E96 background

This text has white color on #D89E96 background.