COLOR #D89BB4

HEX: #D89BB4 RGB: (216,155,180)

Color info

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

RGB color model

#D89BB4 color RGB value is (216,155,180).

RGB: (216,155,180) (85%, 61%, 71%)

RGB channels and saturation

R 216 of 255 = 85%
G 155 of 255 = 61%
B 180 of 255 = 71%

216
155
180

R + G + B ~ 72%. #D89BB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 155 + 180 = 551 (100%)
R 216 of 551 ~ 39.2%
G 155 of 551 ~ 28.13%
B 180 of 551 ~ 32.67'%

%39.2
%28.13
%32.67

CMYK color model

#D89BB4 color CMYK value is (0,28,17,15).

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

CMYK: (0,28,17,15)
C0M28Y17K15 (0%, 28%, 17%, 15%)
(0.00 / 0.28 / 0.17 / 0.15)

CMYK percentages

%0
%28.24
%16.67
%15.29

Codes

Color #D89BB4 in popluar color models

D8 9B B4
RGB 216 155 180
HSL 335° 43.88% 72.75%
HSB/HSV 335° 28.24% 84.71%
CMYK 0.00% 28.24% 16.67%
15.29%

Color #D89BB4 in popluar number systems.

HEX D8 9B B4
Decimal 216 155 180
Binary 11011000 10011011 10110100
Octal 330 233 264

Shades and tints

Shades of #D89BB4

#D89BB4
(216,155,180)
#C58DA4
(197,141,164)
#B27F94
(178,127,148)
#9F7184
(159,113,132)
#8C6374
(140,99,116)
#795564
(121,85,100)
#664754
(102,71,84)
#533944
(83,57,68)
#402B34
(64,43,52)
#2D1D24
(45,29,36)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #D89BB4

#D89BB4
(216,155,180)
#DBA4BA
(219,164,186)
#DEADC0
(222,173,192)
#E1B6C6
(225,182,198)
#E4BFCC
(228,191,204)
#E7C8D2
(231,200,210)
#EAD1D8
(234,209,216)
#EDDADE
(237,218,222)
#F0E3E4
(240,227,228)
#F3ECEA
(243,236,234)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89BB4; }

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

This text font color is #D89BB4.

Background Color

.myBgColor { background-color: #D89BB4; }

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

This div background color is #D89BB4.

Border color

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

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

This div border color is #D89BB4.

Opacity

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

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

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

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

This text has shadow with #D89BB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D89BB4.

Preview

Color preview on black background

This text has color #D89BB4 on black background.


Color preview on white background

This text has color #D89BB4 on white background.


Black color preview on #D89BB4 background

This text has black color on #D89BB4 background.


White color preview on #D89BB4 background

This text has white color on #D89BB4 background.


Related colors

Complementary color

Complementary color for #hex is #27644B.


I love getcolorcode.com

Triadic colors

1 #B4D89B and #9BB4D8 with #D89BB4 are triadic colors.

2 #B49BD8 and #9BD8B4 with #D89BB4 are triadic colors.