COLOR #D89BB5

HEX: #D89BB5
RGB: (216,155,181)

Color info

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

RGB color model

#D89BB5 color RGB value is (216,155,181).

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

RGB channels and saturation

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

216
155
181

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

Portions of RGB colors in percentages

R + G + B =
216 + 155 + 181 = 552 (100%)
R 216 of 552 ~ 39.13%
G 155 of 552 ~ 28.08%
B 181 of 552 ~ 32.79%

%39.13
%28.08
%32.79

CMYK color model

#D89BB5 color CMYK value is (0,28,16,15).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 16.20%
  • key color value is 15.29%
CMYK:
(0,28,16,15)
C0M28Y16K15 
(0%,28%,16%,15%)
(0.00/0.28/0.16/0.15)	

CMYK percentages

%0
%28.24
%16.2
%15.29

Codes

Color #D89BB5 in popluar color models

D89BB5
RGB216155181
HSL334°43.88%72.75%
HSB/HSV334°28.24%84.71%
CMYK0.00%28.24%16.20%
15.29%

Color #D89BB5 in popluar number systems.

HEXD89BB5
Decimal216155181
Binary110110001001101110110101
Octal330233265

Shades and tints

Shades of #D89BB5

#D89BB5
(216,155,181)
#C58DA5
(197,141,165)
#B27F95
(178,127,149)
#9F7185
(159,113,133)
#8C6375
(140,99,117)
#795565
(121,85,101)
#664755
(102,71,85)
#533945
(83,57,69)
#402B35
(64,43,53)
#2D1D25
(45,29,37)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #D89BB5

#D89BB5
(216,155,181)
#DBA4BB
(219,164,187)
#DEADC1
(222,173,193)
#E1B6C7
(225,182,199)
#E4BFCD
(228,191,205)
#E7C8D3
(231,200,211)
#EAD1D9
(234,209,217)
#EDDADF
(237,218,223)
#F0E3E5
(240,227,229)
#F3ECEB
(243,236,235)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89BB5; }

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

This text font color is #D89BB5.


Background Color

.myBgColor { background-color: #D89BB5; }

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

This div background color is #D89BB5.


Border color

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

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

This div border color is #D89BB5.


Opacity

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

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

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

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

This text has shadow with #D89BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89BB5 on black background.


Color preview on white background

This text has color #D89BB5 on white background.



Black color preview on #D89BB5 background

This text has black color on #D89BB5 background.


White color preview on #D89BB5 background

This text has white color on #D89BB5 background.