COLOR #D89BB0

HEX: #D89BB0
RGB: (216,155,176)

Color info

#D89BB0 contains mainly red and blue colors. Web safe color of #D89BB0 is #CC9999 (or #C99).

RGB color model

#D89BB0 color RGB value is (216,155,176).

  • red value is 216;
  • green value is 155;
  • blue value is 176.
RGB:
(216,155,176)
(85%,61%,69%)

RGB channels and saturation

R 216 of 255 = 85%
G 155 of 255 = 61%
B 176 of 255 = 69%

216
155
176

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

Portions of RGB colors in percentages

R + G + B =
216 + 155 + 176 = 547 (100%)
R 216 of 547 ~ 39.49%
G 155 of 547 ~ 28.34%
B 176 of 547 ~ 32.18%

%39.49
%28.34
%32.18

CMYK color model

#D89BB0 color CMYK value is (0,28,19,15).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 18.52%
  • key color value is 15.29%
CMYK:
(0,28,19,15)
C0M28Y19K15 
(0%,28%,19%,15%)
(0.00/0.28/0.19/0.15)	

CMYK percentages

%0
%28.24
%18.52
%15.29

Codes

Color #D89BB0 in popluar color models

D89BB0
RGB216155176
HSL339°43.88%72.75%
HSB/HSV339°28.24%84.71%
CMYK0.00%28.24%18.52%
15.29%

Color #D89BB0 in popluar number systems.

HEXD89BB0
Decimal216155176
Binary110110001001101110110000
Octal330233260

Shades and tints

Shades of #D89BB0

#D89BB0
(216,155,176)
#C58DA0
(197,141,160)
#B27F90
(178,127,144)
#9F7180
(159,113,128)
#8C6370
(140,99,112)
#795560
(121,85,96)
#664750
(102,71,80)
#533940
(83,57,64)
#402B30
(64,43,48)
#2D1D20
(45,29,32)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #D89BB0

#D89BB0
(216,155,176)
#DBA4B7
(219,164,183)
#DEADBE
(222,173,190)
#E1B6C5
(225,182,197)
#E4BFCC
(228,191,204)
#E7C8D3
(231,200,211)
#EAD1DA
(234,209,218)
#EDDAE1
(237,218,225)
#F0E3E8
(240,227,232)
#F3ECEF
(243,236,239)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89BB0; }

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

This text font color is #D89BB0.


Background Color

.myBgColor { background-color: #D89BB0; }

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

This div background color is #D89BB0.


Border color

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

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

This div border color is #D89BB0.


Opacity

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

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

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

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

This text has shadow with #D89BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89BB0 on black background.


Color preview on white background

This text has color #D89BB0 on white background.



Black color preview on #D89BB0 background

This text has black color on #D89BB0 background.


White color preview on #D89BB0 background

This text has white color on #D89BB0 background.