COLOR #D3B0DD

HEX: #D3B0DD
RGB: (211,176,221)

Color info

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

RGB color model

#D3B0DD color RGB value is (211,176,221).

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

RGB channels and saturation

R 211 of 255 = 83%
G 176 of 255 = 69%
B 221 of 255 = 87%

211
176
221

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

Portions of RGB colors in percentages

R + G + B =
211 + 176 + 221 = 608 (100%)
R 211 of 608 ~ 34.7%
G 176 of 608 ~ 28.95%
B 221 of 608 ~ 36.35%

%34.7
%28.95
%36.35

CMYK color model

#D3B0DD color CMYK value is (5,20,0,13).

  • cyan value is 4.52%
  • magenta value is 20.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(5,20,0,13)
C5M20Y0K13 
(5%,20%,0%,13%)
(0.05/0.20/0.00/0.13)	

CMYK percentages

%4.52
%20.36
%0
%13.33

Codes

Color #D3B0DD in popluar color models

D3B0DD
RGB211176221
HSL287°39.82%77.84%
HSB/HSV287°20.36%86.67%
CMYK4.52%20.36%0.00%
13.33%

Color #D3B0DD in popluar number systems.

HEXD3B0DD
Decimal211176221
Binary110100111011000011011101
Octal323260335

Shades and tints

Shades of #D3B0DD

#D3B0DD
(211,176,221)
#C0A0C9
(192,160,201)
#AD90B5
(173,144,181)
#9A80A1
(154,128,161)
#87708D
(135,112,141)
#746079
(116,96,121)
#615065
(97,80,101)
#4E4051
(78,64,81)
#3B303D
(59,48,61)
#282029
(40,32,41)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #D3B0DD

#D3B0DD
(211,176,221)
#D7B7E0
(215,183,224)
#DBBEE3
(219,190,227)
#DFC5E6
(223,197,230)
#E3CCE9
(227,204,233)
#E7D3EC
(231,211,236)
#EBDAEF
(235,218,239)
#EFE1F2
(239,225,242)
#F3E8F5
(243,232,245)
#F7EFF8
(247,239,248)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B0DD; }

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

This text font color is #D3B0DD.


Background Color

.myBgColor { background-color: #D3B0DD; }

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

This div background color is #D3B0DD.


Border color

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

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

This div border color is #D3B0DD.


Opacity

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

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

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

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

This text has shadow with #D3B0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B0DD on black background.


Color preview on white background

This text has color #D3B0DD on white background.



Black color preview on #D3B0DD background

This text has black color on #D3B0DD background.


White color preview on #D3B0DD background

This text has white color on #D3B0DD background.