COLOR #D89BD8

HEX: #D89BD8
RGB: (216,155,216)

Color info

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

RGB color model

#D89BD8 color RGB value is (216,155,216).

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

RGB channels and saturation

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

216
155
216

R + G + B ~ 77%. #D89BD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 155 + 216 = 587 (100%)
R 216 of 587 ~ 36.8%
G 155 of 587 ~ 26.41%
B 216 of 587 ~ 36.8%

%36.8
%26.41
%36.8

CMYK color model

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

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

CMYK percentages

%0
%28.24
%0
%15.29

Codes

Color #D89BD8 in popluar color models

D89BD8
RGB216155216
HSL300°43.88%72.75%
HSB/HSV300°28.24%84.71%
CMYK0.00%28.24%0.00%
15.29%

Color #D89BD8 in popluar number systems.

HEXD89BD8
Decimal216155216
Binary110110001001101111011000
Octal330233330

Shades and tints

Shades of #D89BD8

#D89BD8
(216,155,216)
#C58DC5
(197,141,197)
#B27FB2
(178,127,178)
#9F719F
(159,113,159)
#8C638C
(140,99,140)
#795579
(121,85,121)
#664766
(102,71,102)
#533953
(83,57,83)
#402B40
(64,43,64)
#2D1D2D
(45,29,45)
#1A0F1A
(26,15,26)
#000000
(0,0,0)

Tints of #D89BD8

#D89BD8
(216,155,216)
#DBA4DB
(219,164,219)
#DEADDE
(222,173,222)
#E1B6E1
(225,182,225)
#E4BFE4
(228,191,228)
#E7C8E7
(231,200,231)
#EAD1EA
(234,209,234)
#EDDAED
(237,218,237)
#F0E3F0
(240,227,240)
#F3ECF3
(243,236,243)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89BD8; }

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

This text font color is #D89BD8.


Background Color

.myBgColor { background-color: #D89BD8; }

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

This div background color is #D89BD8.


Border color

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

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

This div border color is #D89BD8.


Opacity

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

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

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

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

This text has shadow with #D89BD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89BD8 on black background.


Color preview on white background

This text has color #D89BD8 on white background.



Black color preview on #D89BD8 background

This text has black color on #D89BD8 background.


White color preview on #D89BD8 background

This text has white color on #D89BD8 background.