COLOR #D2B2DC

HEX: #D2B2DC
RGB: (210,178,220)

Color info

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

RGB color model

#D2B2DC color RGB value is (210,178,220).

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

RGB channels and saturation

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

210
178
220

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

Portions of RGB colors in percentages

R + G + B =
210 + 178 + 220 = 608 (100%)
R 210 of 608 ~ 34.54%
G 178 of 608 ~ 29.28%
B 220 of 608 ~ 36.18%

%34.54
%29.28
%36.18

CMYK color model

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

  • cyan value is 4.55%
  • magenta value is 19.09%
  • 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
%19.09
%0
%13.73

Codes

Color #D2B2DC in popluar color models

D2B2DC
RGB210178220
HSL286°37.50%78.04%
HSB/HSV286°19.09%86.27%
CMYK4.55%19.09%0.00%
13.73%

Color #D2B2DC in popluar number systems.

HEXD2B2DC
Decimal210178220
Binary110100101011001011011100
Octal322262334

Shades and tints

Shades of #D2B2DC

#D2B2DC
(210,178,220)
#BFA2C8
(191,162,200)
#AC92B4
(172,146,180)
#9982A0
(153,130,160)
#86728C
(134,114,140)
#736278
(115,98,120)
#605264
(96,82,100)
#4D4250
(77,66,80)
#3A323C
(58,50,60)
#272228
(39,34,40)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #D2B2DC

#D2B2DC
(210,178,220)
#D6B9DF
(214,185,223)
#DAC0E2
(218,192,226)
#DEC7E5
(222,199,229)
#E2CEE8
(226,206,232)
#E6D5EB
(230,213,235)
#EADCEE
(234,220,238)
#EEE3F1
(238,227,241)
#F2EAF4
(242,234,244)
#F6F1F7
(246,241,247)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B2DC; }

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

This text font color is #D2B2DC.


Background Color

.myBgColor { background-color: #D2B2DC; }

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

This div background color is #D2B2DC.


Border color

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

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

This div border color is #D2B2DC.


Opacity

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

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

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

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

This text has shadow with #D2B2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B2DC on black background.


Color preview on white background

This text has color #D2B2DC on white background.



Black color preview on #D2B2DC background

This text has black color on #D2B2DC background.


White color preview on #D2B2DC background

This text has white color on #D2B2DC background.