COLOR #D3BDF1

HEX: #D3BDF1
RGB: (211,189,241)

Color info

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

RGB color model

#D3BDF1 color RGB value is (211,189,241).

  • red value is 211;
  • green value is 189;
  • blue value is 241.
RGB:
(211,189,241)
(83%,74%,95%)

RGB channels and saturation

R 211 of 255 = 83%
G 189 of 255 = 74%
B 241 of 255 = 95%

211
189
241

R + G + B ~ 84%. #D3BDF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 189 + 241 = 641 (100%)
R 211 of 641 ~ 32.92%
G 189 of 641 ~ 29.49%
B 241 of 641 ~ 37.6%

%32.92
%29.49
%37.6

CMYK color model

#D3BDF1 color CMYK value is (12,22,0,5).

  • cyan value is 12.45%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(12,22,0,5)
C12M22Y0K5 
(12%,22%,0%,5%)
(0.12/0.22/0.00/0.05)	

CMYK percentages

%12.45
%21.58
%0
%5.49

Codes

Color #D3BDF1 in popluar color models

D3BDF1
RGB211189241
HSL265°65.00%84.31%
HSB/HSV265°21.58%94.51%
CMYK12.45%21.58%0.00%
5.49%

Color #D3BDF1 in popluar number systems.

HEXD3BDF1
Decimal211189241
Binary110100111011110111110001
Octal323275361

Shades and tints

Shades of #D3BDF1

#D3BDF1
(211,189,241)
#C0ACDC
(192,172,220)
#AD9BC7
(173,155,199)
#9A8AB2
(154,138,178)
#87799D
(135,121,157)
#746888
(116,104,136)
#615773
(97,87,115)
#4E465E
(78,70,94)
#3B3549
(59,53,73)
#282434
(40,36,52)
#15131F
(21,19,31)
#000000
(0,0,0)

Tints of #D3BDF1

#D3BDF1
(211,189,241)
#D7C3F2
(215,195,242)
#DBC9F3
(219,201,243)
#DFCFF4
(223,207,244)
#E3D5F5
(227,213,245)
#E7DBF6
(231,219,246)
#EBE1F7
(235,225,247)
#EFE7F8
(239,231,248)
#F3EDF9
(243,237,249)
#F7F3FA
(247,243,250)
#FBF9FB
(251,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BDF1 color. Also use rgb(211,189,241) instead hex code.

Text Font Color

.myTextColor { color: #D3BDF1; }

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

This text font color is #D3BDF1.


Background Color

.myBgColor { background-color: #D3BDF1; }

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

This div background color is #D3BDF1.


Border color

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

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

This div border color is #D3BDF1.


Opacity

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

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

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

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

This text has shadow with #D3BDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BDF1 on black background.


Color preview on white background

This text has color #D3BDF1 on white background.



Black color preview on #D3BDF1 background

This text has black color on #D3BDF1 background.


White color preview on #D3BDF1 background

This text has white color on #D3BDF1 background.