COLOR #D9BDF7

HEX: #D9BDF7
RGB: (217,189,247)

Color info

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

RGB color model

#D9BDF7 color RGB value is (217,189,247).

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

RGB channels and saturation

R 217 of 255 = 85%
G 189 of 255 = 74%
B 247 of 255 = 97%

217
189
247

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

Portions of RGB colors in percentages

R + G + B =
217 + 189 + 247 = 653 (100%)
R 217 of 653 ~ 33.23%
G 189 of 653 ~ 28.94%
B 247 of 653 ~ 37.83%

%33.23
%28.94
%37.83

CMYK color model

#D9BDF7 color CMYK value is (12,23,0,3).

  • cyan value is 12.15%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(12,23,0,3)
C12M23Y0K3 
(12%,23%,0%,3%)
(0.12/0.23/0.00/0.03)	

CMYK percentages

%12.15
%23.48
%0
%3.14

Codes

Color #D9BDF7 in popluar color models

D9BDF7
RGB217189247
HSL269°78.38%85.49%
HSB/HSV269°23.48%96.86%
CMYK12.15%23.48%0.00%
3.14%

Color #D9BDF7 in popluar number systems.

HEXD9BDF7
Decimal217189247
Binary110110011011110111110111
Octal331275367

Shades and tints

Shades of #D9BDF7

#D9BDF7
(217,189,247)
#C6ACE1
(198,172,225)
#B39BCB
(179,155,203)
#A08AB5
(160,138,181)
#8D799F
(141,121,159)
#7A6889
(122,104,137)
#675773
(103,87,115)
#54465D
(84,70,93)
#413547
(65,53,71)
#2E2431
(46,36,49)
#1B131B
(27,19,27)
#000000
(0,0,0)

Tints of #D9BDF7

#D9BDF7
(217,189,247)
#DCC3F7
(220,195,247)
#DFC9F7
(223,201,247)
#E2CFF7
(226,207,247)
#E5D5F7
(229,213,247)
#E8DBF7
(232,219,247)
#EBE1F7
(235,225,247)
#EEE7F7
(238,231,247)
#F1EDF7
(241,237,247)
#F4F3F7
(244,243,247)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BDF7; }

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

This text font color is #D9BDF7.


Background Color

.myBgColor { background-color: #D9BDF7; }

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

This div background color is #D9BDF7.


Border color

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

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

This div border color is #D9BDF7.


Opacity

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

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

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

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

This text has shadow with #D9BDF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BDF7 on black background.


Color preview on white background

This text has color #D9BDF7 on white background.



Black color preview on #D9BDF7 background

This text has black color on #D9BDF7 background.


White color preview on #D9BDF7 background

This text has white color on #D9BDF7 background.