COLOR #D89995

HEX: #D89995
RGB: (216,153,149)

Color info

#D89995 contains mainly red color. Web safe color of #D89995 is #CC9999 (or #C99).

RGB color model

#D89995 color RGB value is (216,153,149).

  • red value is 216;
  • green value is 153;
  • blue value is 149.
RGB:
(216,153,149)
(85%,60%,58%)

RGB channels and saturation

R 216 of 255 = 85%
G 153 of 255 = 60%
B 149 of 255 = 58%

216
153
149

R + G + B ~ 68%. #D89995 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 153 + 149 = 518 (100%)
R 216 of 518 ~ 41.7%
G 153 of 518 ~ 29.54%
B 149 of 518 ~ 28.76%

%41.7
%29.54
%28.76

CMYK color model

#D89995 color CMYK value is (0,29,31,15).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 31.02%
  • key color value is 15.29%
CMYK:
(0,29,31,15)
C0M29Y31K15 
(0%,29%,31%,15%)
(0.00/0.29/0.31/0.15)	

CMYK percentages

%0
%29.17
%31.02
%15.29

Codes

Color #D89995 in popluar color models

D89995
RGB216153149
HSL46.21%71.57%
HSB/HSV31.02%84.71%
CMYK0.00%29.17%31.02%
15.29%

Color #D89995 in popluar number systems.

HEXD89995
Decimal216153149
Binary110110001001100110010101
Octal330231225

Shades and tints

Shades of #D89995

#D89995
(216,153,149)
#C58C88
(197,140,136)
#B27F7B
(178,127,123)
#9F726E
(159,114,110)
#8C6561
(140,101,97)
#795854
(121,88,84)
#664B47
(102,75,71)
#533E3A
(83,62,58)
#40312D
(64,49,45)
#2D2420
(45,36,32)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #D89995

#D89995
(216,153,149)
#DBA29E
(219,162,158)
#DEABA7
(222,171,167)
#E1B4B0
(225,180,176)
#E4BDB9
(228,189,185)
#E7C6C2
(231,198,194)
#EACFCB
(234,207,203)
#EDD8D4
(237,216,212)
#F0E1DD
(240,225,221)
#F3EAE6
(243,234,230)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89995 color. Also use rgb(216,153,149) instead hex code.

Text Font Color

.myTextColor { color: #D89995; }

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

This text font color is #D89995.


Background Color

.myBgColor { background-color: #D89995; }

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

This div background color is #D89995.


Border color

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

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

This div border color is #D89995.


Opacity

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

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

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

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

This text has shadow with #D89995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89995 on black background.


Color preview on white background

This text has color #D89995 on white background.



Black color preview on #D89995 background

This text has black color on #D89995 background.


White color preview on #D89995 background

This text has white color on #D89995 background.