COLOR #D3BDD1

HEX: #D3BDD1
RGB: (211,189,209)

Color info

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

RGB color model

#D3BDD1 color RGB value is (211,189,209).

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

RGB channels and saturation

R 211 of 255 = 83%
G 189 of 255 = 74%
B 209 of 255 = 82%

211
189
209

R + G + B ~ 80%. #D3BDD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 189 + 209 = 609 (100%)
R 211 of 609 ~ 34.65%
G 189 of 609 ~ 31.03%
B 209 of 609 ~ 34.32%

%34.65
%31.03
%34.32

CMYK color model

#D3BDD1 color CMYK value is (0,10,1,17).

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 0.95%
  • key color value is 17.25%
CMYK:
(0,10,1,17)
C0M10Y1K17 
(0%,10%,1%,17%)
(0.00/0.10/0.01/0.17)	

CMYK percentages

%0
%10.43
%0.95
%17.25

Codes

Color #D3BDD1 in popluar color models

D3BDD1
RGB211189209
HSL305°20.00%78.43%
HSB/HSV305°10.43%82.75%
CMYK0.00%10.43%0.95%
17.25%

Color #D3BDD1 in popluar number systems.

HEXD3BDD1
Decimal211189209
Binary110100111011110111010001
Octal323275321

Shades and tints

Shades of #D3BDD1

#D3BDD1
(211,189,209)
#C0ACBE
(192,172,190)
#AD9BAB
(173,155,171)
#9A8A98
(154,138,152)
#877985
(135,121,133)
#746872
(116,104,114)
#61575F
(97,87,95)
#4E464C
(78,70,76)
#3B3539
(59,53,57)
#282426
(40,36,38)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #D3BDD1

#D3BDD1
(211,189,209)
#D7C3D5
(215,195,213)
#DBC9D9
(219,201,217)
#DFCFDD
(223,207,221)
#E3D5E1
(227,213,225)
#E7DBE5
(231,219,229)
#EBE1E9
(235,225,233)
#EFE7ED
(239,231,237)
#F3EDF1
(243,237,241)
#F7F3F5
(247,243,245)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BDD1; }

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

This text font color is #D3BDD1.


Background Color

.myBgColor { background-color: #D3BDD1; }

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

This div background color is #D3BDD1.


Border color

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

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

This div border color is #D3BDD1.


Opacity

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

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

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

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

This text has shadow with #D3BDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BDD1 on black background.


Color preview on white background

This text has color #D3BDD1 on white background.



Black color preview on #D3BDD1 background

This text has black color on #D3BDD1 background.


White color preview on #D3BDD1 background

This text has white color on #D3BDD1 background.