COLOR #D3B3DD

HEX: #D3B3DD
RGB: (211,179,221)

Color info

#D3B3DD contains red, green and blue colors in about the same proportion. Web safe color of #D3B3DD is #CC99CC (or #C9C).

RGB color model

#D3B3DD color RGB value is (211,179,221).

  • red value is 211;
  • green value is 179;
  • blue value is 221.
RGB:
(211,179,221)
(83%,70%,87%)

RGB channels and saturation

R 211 of 255 = 83%
G 179 of 255 = 70%
B 221 of 255 = 87%

211
179
221

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

Portions of RGB colors in percentages

R + G + B =
211 + 179 + 221 = 611 (100%)
R 211 of 611 ~ 34.53%
G 179 of 611 ~ 29.3%
B 221 of 611 ~ 36.17%

%34.53
%29.3
%36.17

CMYK color model

#D3B3DD color CMYK value is (5,19,0,13).

  • cyan value is 4.52%
  • magenta value is 19.00%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(5,19,0,13)
C5M19Y0K13 
(5%,19%,0%,13%)
(0.05/0.19/0.00/0.13)	

CMYK percentages

%4.52
%19
%0
%13.33

Codes

Color #D3B3DD in popluar color models

D3B3DD
RGB211179221
HSL286°38.18%78.43%
HSB/HSV286°19.00%86.67%
CMYK4.52%19.00%0.00%
13.33%

Color #D3B3DD in popluar number systems.

HEXD3B3DD
Decimal211179221
Binary110100111011001111011101
Octal323263335

Shades and tints

Shades of #D3B3DD

#D3B3DD
(211,179,221)
#C0A3C9
(192,163,201)
#AD93B5
(173,147,181)
#9A83A1
(154,131,161)
#87738D
(135,115,141)
#746379
(116,99,121)
#615365
(97,83,101)
#4E4351
(78,67,81)
#3B333D
(59,51,61)
#282329
(40,35,41)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #D3B3DD

#D3B3DD
(211,179,221)
#D7B9E0
(215,185,224)
#DBBFE3
(219,191,227)
#DFC5E6
(223,197,230)
#E3CBE9
(227,203,233)
#E7D1EC
(231,209,236)
#EBD7EF
(235,215,239)
#EFDDF2
(239,221,242)
#F3E3F5
(243,227,245)
#F7E9F8
(247,233,248)
#FBEFFB
(251,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B3DD color. Also use rgb(211,179,221) instead hex code.

Text Font Color

.myTextColor { color: #D3B3DD; }

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

This text font color is #D3B3DD.


Background Color

.myBgColor { background-color: #D3B3DD; }

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

This div background color is #D3B3DD.


Border color

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

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

This div border color is #D3B3DD.


Opacity

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

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

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

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

This text has shadow with #D3B3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B3DD on black background.


Color preview on white background

This text has color #D3B3DD on white background.



Black color preview on #D3B3DD background

This text has black color on #D3B3DD background.


White color preview on #D3B3DD background

This text has white color on #D3B3DD background.