COLOR #D89199

HEX: #D89199
RGB: (216,145,153)

Color info

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

RGB color model

#D89199 color RGB value is (216,145,153).

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

RGB channels and saturation

R 216 of 255 = 85%
G 145 of 255 = 57%
B 153 of 255 = 60%

216
145
153

R + G + B ~ 67%. #D89199 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 145 + 153 = 514 (100%)
R 216 of 514 ~ 42.02%
G 145 of 514 ~ 28.21%
B 153 of 514 ~ 29.77%

%42.02
%28.21
%29.77

CMYK color model

#D89199 color CMYK value is (0,33,29,15).

  • cyan value is 0.00%
  • magenta value is 32.87%
  • yellow value is 29.17%
  • key color value is 15.29%
CMYK:
(0,33,29,15)
C0M33Y29K15 
(0%,33%,29%,15%)
(0.00/0.33/0.29/0.15)	

CMYK percentages

%0
%32.87
%29.17
%15.29

Codes

Color #D89199 in popluar color models

D89199
RGB216145153
HSL353°47.65%70.78%
HSB/HSV353°32.87%84.71%
CMYK0.00%32.87%29.17%
15.29%

Color #D89199 in popluar number systems.

HEXD89199
Decimal216145153
Binary110110001001000110011001
Octal330221231

Shades and tints

Shades of #D89199

#D89199
(216,145,153)
#C5848C
(197,132,140)
#B2777F
(178,119,127)
#9F6A72
(159,106,114)
#8C5D65
(140,93,101)
#795058
(121,80,88)
#66434B
(102,67,75)
#53363E
(83,54,62)
#402931
(64,41,49)
#2D1C24
(45,28,36)
#1A0F17
(26,15,23)
#000000
(0,0,0)

Tints of #D89199

#D89199
(216,145,153)
#DB9BA2
(219,155,162)
#DEA5AB
(222,165,171)
#E1AFB4
(225,175,180)
#E4B9BD
(228,185,189)
#E7C3C6
(231,195,198)
#EACDCF
(234,205,207)
#EDD7D8
(237,215,216)
#F0E1E1
(240,225,225)
#F3EBEA
(243,235,234)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89199; }

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

This text font color is #D89199.


Background Color

.myBgColor { background-color: #D89199; }

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

This div background color is #D89199.


Border color

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

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

This div border color is #D89199.


Opacity

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

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

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

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

This text has shadow with #D89199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89199 on black background.


Color preview on white background

This text has color #D89199 on white background.



Black color preview on #D89199 background

This text has black color on #D89199 background.


White color preview on #D89199 background

This text has white color on #D89199 background.