COLOR #D89CBB

HEX: #D89CBB RGB: (216,156,187)

Color info

#D89CBB contains mainly red and blue colors. Web safe color of #D89CBB is #CC99CC (or #C9C).

RGB color model

#D89CBB color RGB value is (216,156,187).

RGB: (216,156,187) (85%, 61%, 73%)

RGB channels and saturation

R 216 of 255 = 85%
G 156 of 255 = 61%
B 187 of 255 = 73%

216
156
187

R + G + B ~ 73%. #D89CBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 156 + 187 = 559 (100%)
R 216 of 559 ~ 38.64%
G 156 of 559 ~ 27.91%
B 187 of 559 ~ 33.45'%

%38.64
%27.91
%33.45

CMYK color model

#D89CBB color CMYK value is (0,28,13,15).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 13.43%
  • key color value is 15.29%

CMYK: (0,28,13,15)
C0M28Y13K15 (0%, 28%, 13%, 15%)
(0.00 / 0.28 / 0.13 / 0.15)

CMYK percentages

%0
%27.78
%13.43
%15.29

Codes

Color #D89CBB in popluar color models

D8 9C BB
RGB 216 156 187
HSL 329° 43.48% 72.94%
HSB/HSV 329° 27.78% 84.71%
CMYK 0.00% 27.78% 13.43%
15.29%

Color #D89CBB in popluar number systems.

HEX D8 9C BB
Decimal 216 156 187
Binary 11011000 10011100 10111011
Octal 330 234 273

Shades and tints

Shades of #D89CBB

#D89CBB
(216,156,187)
#C58EAA
(197,142,170)
#B28099
(178,128,153)
#9F7288
(159,114,136)
#8C6477
(140,100,119)
#795666
(121,86,102)
#664855
(102,72,85)
#533A44
(83,58,68)
#402C33
(64,44,51)
#2D1E22
(45,30,34)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #D89CBB

#D89CBB
(216,156,187)
#DBA5C1
(219,165,193)
#DEAEC7
(222,174,199)
#E1B7CD
(225,183,205)
#E4C0D3
(228,192,211)
#E7C9D9
(231,201,217)
#EAD2DF
(234,210,223)
#EDDBE5
(237,219,229)
#F0E4EB
(240,228,235)
#F3EDF1
(243,237,241)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89CBB color. Also use rgb(216,156,187) instead hex code.

Text Font Color

.myTextColor { color: #D89CBB; }

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

This text font color is #D89CBB.

Background Color

.myBgColor { background-color: #D89CBB; }

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

This div background color is #D89CBB.

Border color

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

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

This div border color is #D89CBB.

Opacity

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

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

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

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

This text has shadow with #D89CBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D89CBB.

Preview

Color preview on black background

This text has color #D89CBB on black background.


Color preview on white background

This text has color #D89CBB on white background.


Black color preview on #D89CBB background

This text has black color on #D89CBB background.


White color preview on #D89CBB background

This text has white color on #D89CBB background.


Related colors

Complementary color

Complementary color for #hex is #276344.


I love getcolorcode.com

Triadic colors

1 #BBD89C and #9CBBD8 with #D89CBB are triadic colors.

2 #BB9CD8 and #9CD8BB with #D89CBB are triadic colors.