COLOR #D2B8DC

HEX: #D2B8DC
RGB: (210,184,220)

Color info

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

RGB color model

#D2B8DC color RGB value is (210,184,220).

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

RGB channels and saturation

R 210 of 255 = 82%
G 184 of 255 = 72%
B 220 of 255 = 86%

210
184
220

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

Portions of RGB colors in percentages

R + G + B =
210 + 184 + 220 = 614 (100%)
R 210 of 614 ~ 34.2%
G 184 of 614 ~ 29.97%
B 220 of 614 ~ 35.83%

%34.2
%29.97
%35.83

CMYK color model

#D2B8DC color CMYK value is (5,16,0,14).

  • cyan value is 4.55%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(5,16,0,14)
C5M16Y0K14 
(5%,16%,0%,14%)
(0.05/0.16/0.00/0.14)	

CMYK percentages

%4.55
%16.36
%0
%13.73

Codes

Color #D2B8DC in popluar color models

D2B8DC
RGB210184220
HSL283°33.96%79.22%
HSB/HSV283°16.36%86.27%
CMYK4.55%16.36%0.00%
13.73%

Color #D2B8DC in popluar number systems.

HEXD2B8DC
Decimal210184220
Binary110100101011100011011100
Octal322270334

Shades and tints

Shades of #D2B8DC

#D2B8DC
(210,184,220)
#BFA8C8
(191,168,200)
#AC98B4
(172,152,180)
#9988A0
(153,136,160)
#86788C
(134,120,140)
#736878
(115,104,120)
#605864
(96,88,100)
#4D4850
(77,72,80)
#3A383C
(58,56,60)
#272828
(39,40,40)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #D2B8DC

#D2B8DC
(210,184,220)
#D6BEDF
(214,190,223)
#DAC4E2
(218,196,226)
#DECAE5
(222,202,229)
#E2D0E8
(226,208,232)
#E6D6EB
(230,214,235)
#EADCEE
(234,220,238)
#EEE2F1
(238,226,241)
#F2E8F4
(242,232,244)
#F6EEF7
(246,238,247)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B8DC; }

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

This text font color is #D2B8DC.


Background Color

.myBgColor { background-color: #D2B8DC; }

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

This div background color is #D2B8DC.


Border color

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

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

This div border color is #D2B8DC.


Opacity

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

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

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

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

This text has shadow with #D2B8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B8DC on black background.


Color preview on white background

This text has color #D2B8DC on white background.



Black color preview on #D2B8DC background

This text has black color on #D2B8DC background.


White color preview on #D2B8DC background

This text has white color on #D2B8DC background.