COLOR #D9BDF5

HEX: #D9BDF5
RGB: (217,189,245)

Color info

#D9BDF5 contains red, green and blue colors in about the same proportion. Web safe color of #D9BDF5 is #CCCCFF (or #CCF).

RGB color model

#D9BDF5 color RGB value is (217,189,245).

  • red value is 217;
  • green value is 189;
  • blue value is 245.
RGB:
(217,189,245)
(85%,74%,96%)

RGB channels and saturation

R 217 of 255 = 85%
G 189 of 255 = 74%
B 245 of 255 = 96%

217
189
245

R + G + B ~ 85%. #D9BDF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 189 + 245 = 651 (100%)
R 217 of 651 ~ 33.33%
G 189 of 651 ~ 29.03%
B 245 of 651 ~ 37.63%

%33.33
%29.03
%37.63

CMYK color model

#D9BDF5 color CMYK value is (11,23,0,4).

  • cyan value is 11.43%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(11,23,0,4)
C11M23Y0K4 
(11%,23%,0%,4%)
(0.11/0.23/0.00/0.04)	

CMYK percentages

%11.43
%22.86
%0
%3.92

Codes

Color #D9BDF5 in popluar color models

D9BDF5
RGB217189245
HSL270°73.68%85.10%
HSB/HSV270°22.86%96.08%
CMYK11.43%22.86%0.00%
3.92%

Color #D9BDF5 in popluar number systems.

HEXD9BDF5
Decimal217189245
Binary110110011011110111110101
Octal331275365

Shades and tints

Shades of #D9BDF5

#D9BDF5
(217,189,245)
#C6ACDF
(198,172,223)
#B39BC9
(179,155,201)
#A08AB3
(160,138,179)
#8D799D
(141,121,157)
#7A6887
(122,104,135)
#675771
(103,87,113)
#54465B
(84,70,91)
#413545
(65,53,69)
#2E242F
(46,36,47)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #D9BDF5

#D9BDF5
(217,189,245)
#DCC3F5
(220,195,245)
#DFC9F5
(223,201,245)
#E2CFF5
(226,207,245)
#E5D5F5
(229,213,245)
#E8DBF5
(232,219,245)
#EBE1F5
(235,225,245)
#EEE7F5
(238,231,245)
#F1EDF5
(241,237,245)
#F4F3F5
(244,243,245)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BDF5 color. Also use rgb(217,189,245) instead hex code.

Text Font Color

.myTextColor { color: #D9BDF5; }

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

This text font color is #D9BDF5.


Background Color

.myBgColor { background-color: #D9BDF5; }

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

This div background color is #D9BDF5.


Border color

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

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

This div border color is #D9BDF5.


Opacity

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

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

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

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

This text has shadow with #D9BDF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BDF5 on black background.


Color preview on white background

This text has color #D9BDF5 on white background.



Black color preview on #D9BDF5 background

This text has black color on #D9BDF5 background.


White color preview on #D9BDF5 background

This text has white color on #D9BDF5 background.