COLOR #D2B3DC

HEX: #D2B3DC
RGB: (210,179,220)

Color info

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

RGB color model

#D2B3DC color RGB value is (210,179,220).

  • red value is 210;
  • green value is 179;
  • blue value is 220.
RGB:
(210,179,220)
(82%,70%,86%)

RGB channels and saturation

R 210 of 255 = 82%
G 179 of 255 = 70%
B 220 of 255 = 86%

210
179
220

R + G + B ~ 79%. #D2B3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 179 + 220 = 609 (100%)
R 210 of 609 ~ 34.48%
G 179 of 609 ~ 29.39%
B 220 of 609 ~ 36.12%

%34.48
%29.39
%36.12

CMYK color model

#D2B3DC color CMYK value is (5,19,0,14).

  • cyan value is 4.55%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(5,19,0,14)
C5M19Y0K14 
(5%,19%,0%,14%)
(0.05/0.19/0.00/0.14)	

CMYK percentages

%4.55
%18.64
%0
%13.73

Codes

Color #D2B3DC in popluar color models

D2B3DC
RGB210179220
HSL285°36.94%78.24%
HSB/HSV285°18.64%86.27%
CMYK4.55%18.64%0.00%
13.73%

Color #D2B3DC in popluar number systems.

HEXD2B3DC
Decimal210179220
Binary110100101011001111011100
Octal322263334

Shades and tints

Shades of #D2B3DC

#D2B3DC
(210,179,220)
#BFA3C8
(191,163,200)
#AC93B4
(172,147,180)
#9983A0
(153,131,160)
#86738C
(134,115,140)
#736378
(115,99,120)
#605364
(96,83,100)
#4D4350
(77,67,80)
#3A333C
(58,51,60)
#272328
(39,35,40)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #D2B3DC

#D2B3DC
(210,179,220)
#D6B9DF
(214,185,223)
#DABFE2
(218,191,226)
#DEC5E5
(222,197,229)
#E2CBE8
(226,203,232)
#E6D1EB
(230,209,235)
#EAD7EE
(234,215,238)
#EEDDF1
(238,221,241)
#F2E3F4
(242,227,244)
#F6E9F7
(246,233,247)
#FAEFFA
(250,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B3DC color. Also use rgb(210,179,220) instead hex code.

Text Font Color

.myTextColor { color: #D2B3DC; }

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

This text font color is #D2B3DC.


Background Color

.myBgColor { background-color: #D2B3DC; }

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

This div background color is #D2B3DC.


Border color

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

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

This div border color is #D2B3DC.


Opacity

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

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

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

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

This text has shadow with #D2B3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B3DC on black background.


Color preview on white background

This text has color #D2B3DC on white background.



Black color preview on #D2B3DC background

This text has black color on #D2B3DC background.


White color preview on #D2B3DC background

This text has white color on #D2B3DC background.