COLOR #D89B99

HEX: #D89B99 RGB: (216,155,153)

Color info

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

RGB color model

#D89B99 color RGB value is (216,155,153).

RGB: (216,155,153) (85%, 61%, 60%)

RGB channels and saturation

R 216 of 255 = 85%
G 155 of 255 = 61%
B 153 of 255 = 60%

216
155
153

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

Portions of RGB colors in percentages

R + G + B = 216 + 155 + 153 = 524 (100%)
R 216 of 524 ~ 41.22%
G 155 of 524 ~ 29.58%
B 153 of 524 ~ 29.2'%

%41.22
%29.58
%29.2

CMYK color model

#D89B99 color CMYK value is (0,28,29,15).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 29.17%
  • key color value is 15.29%

CMYK: (0,28,29,15)
C0M28Y29K15 (0%, 28%, 29%, 15%)
(0.00 / 0.28 / 0.29 / 0.15)

CMYK percentages

%0
%28.24
%29.17
%15.29

Codes

Color #D89B99 in popluar color models

D8 9B 99
RGB 216 155 153
HSL 44.68% 72.35%
HSB/HSV 29.17% 84.71%
CMYK 0.00% 28.24% 29.17%
15.29%

Color #D89B99 in popluar number systems.

HEX D8 9B 99
Decimal 216 155 153
Binary 11011000 10011011 10011001
Octal 330 233 231

Shades and tints

Shades of #D89B99

#D89B99
(216,155,153)
#C58D8C
(197,141,140)
#B27F7F
(178,127,127)
#9F7172
(159,113,114)
#8C6365
(140,99,101)
#795558
(121,85,88)
#66474B
(102,71,75)
#53393E
(83,57,62)
#402B31
(64,43,49)
#2D1D24
(45,29,36)
#1A0F17
(26,15,23)
#000000
(0,0,0)

Tints of #D89B99

#D89B99
(216,155,153)
#DBA4A2
(219,164,162)
#DEADAB
(222,173,171)
#E1B6B4
(225,182,180)
#E4BFBD
(228,191,189)
#E7C8C6
(231,200,198)
#EAD1CF
(234,209,207)
#EDDAD8
(237,218,216)
#F0E3E1
(240,227,225)
#F3ECEA
(243,236,234)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89B99; }

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

This text font color is #D89B99.

Background Color

.myBgColor { background-color: #D89B99; }

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

This div background color is #D89B99.

Border color

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

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

This div border color is #D89B99.

Opacity

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

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

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

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

This text has shadow with #D89B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D89B99.

Preview

Color preview on black background

This text has color #D89B99 on black background.


Color preview on white background

This text has color #D89B99 on white background.


Black color preview on #D89B99 background

This text has black color on #D89B99 background.


White color preview on #D89B99 background

This text has white color on #D89B99 background.


Related colors

Complementary color

Complementary color for #hex is #276466.


I love getcolorcode.com

Triadic colors

1 #99D89B and #9B99D8 with #D89B99 are triadic colors.

2 #999BD8 and #9BD899 with #D89B99 are triadic colors.