COLOR #D9BDDE

HEX: #D9BDDE
RGB: (217,189,222)

Color info

#D9BDDE contains red, green and blue colors in about the same proportion. Web safe color of #D9BDDE is #CCCCCC (or #CCC).

RGB color model

#D9BDDE color RGB value is (217,189,222).

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

RGB channels and saturation

R 217 of 255 = 85%
G 189 of 255 = 74%
B 222 of 255 = 87%

217
189
222

R + G + B ~ 82%. #D9BDDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 189 + 222 = 628 (100%)
R 217 of 628 ~ 34.55%
G 189 of 628 ~ 30.1%
B 222 of 628 ~ 35.35%

%34.55
%30.1
%35.35

CMYK color model

#D9BDDE color CMYK value is (2,15,0,13).

  • cyan value is 2.25%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(2,15,0,13)
C2M15Y0K13 
(2%,15%,0%,13%)
(0.02/0.15/0.00/0.13)	

CMYK percentages

%2.25
%14.86
%0
%12.94

Codes

Color #D9BDDE in popluar color models

D9BDDE
RGB217189222
HSL291°33.33%80.59%
HSB/HSV291°14.86%87.06%
CMYK2.25%14.86%0.00%
12.94%

Color #D9BDDE in popluar number systems.

HEXD9BDDE
Decimal217189222
Binary110110011011110111011110
Octal331275336

Shades and tints

Shades of #D9BDDE

#D9BDDE
(217,189,222)
#C6ACCA
(198,172,202)
#B39BB6
(179,155,182)
#A08AA2
(160,138,162)
#8D798E
(141,121,142)
#7A687A
(122,104,122)
#675766
(103,87,102)
#544652
(84,70,82)
#41353E
(65,53,62)
#2E242A
(46,36,42)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #D9BDDE

#D9BDDE
(217,189,222)
#DCC3E1
(220,195,225)
#DFC9E4
(223,201,228)
#E2CFE7
(226,207,231)
#E5D5EA
(229,213,234)
#E8DBED
(232,219,237)
#EBE1F0
(235,225,240)
#EEE7F3
(238,231,243)
#F1EDF6
(241,237,246)
#F4F3F9
(244,243,249)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BDDE; }

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

This text font color is #D9BDDE.


Background Color

.myBgColor { background-color: #D9BDDE; }

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

This div background color is #D9BDDE.


Border color

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

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

This div border color is #D9BDDE.


Opacity

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

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

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

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

This text has shadow with #D9BDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BDDE on black background.


Color preview on white background

This text has color #D9BDDE on white background.



Black color preview on #D9BDDE background

This text has black color on #D9BDDE background.


White color preview on #D9BDDE background

This text has white color on #D9BDDE background.