COLOR #D2BCD6

HEX: #D2BCD6
RGB: (210,188,214)

Color info

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

RGB color model

#D2BCD6 color RGB value is (210,188,214).

  • red value is 210;
  • green value is 188;
  • blue value is 214.
RGB:
(210,188,214)
(82%,74%,84%)

RGB channels and saturation

R 210 of 255 = 82%
G 188 of 255 = 74%
B 214 of 255 = 84%

210
188
214

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

Portions of RGB colors in percentages

R + G + B =
210 + 188 + 214 = 612 (100%)
R 210 of 612 ~ 34.31%
G 188 of 612 ~ 30.72%
B 214 of 612 ~ 34.97%

%34.31
%30.72
%34.97

CMYK color model

#D2BCD6 color CMYK value is (2,12,0,16).

  • cyan value is 1.87%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(2,12,0,16)
C2M12Y0K16 
(2%,12%,0%,16%)
(0.02/0.12/0.00/0.16)	

CMYK percentages

%1.87
%12.15
%0
%16.08

Codes

Color #D2BCD6 in popluar color models

D2BCD6
RGB210188214
HSL291°24.07%78.82%
HSB/HSV291°12.15%83.92%
CMYK1.87%12.15%0.00%
16.08%

Color #D2BCD6 in popluar number systems.

HEXD2BCD6
Decimal210188214
Binary110100101011110011010110
Octal322274326

Shades and tints

Shades of #D2BCD6

#D2BCD6
(210,188,214)
#BFABC3
(191,171,195)
#AC9AB0
(172,154,176)
#99899D
(153,137,157)
#86788A
(134,120,138)
#736777
(115,103,119)
#605664
(96,86,100)
#4D4551
(77,69,81)
#3A343E
(58,52,62)
#27232B
(39,35,43)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #D2BCD6

#D2BCD6
(210,188,214)
#D6C2D9
(214,194,217)
#DAC8DC
(218,200,220)
#DECEDF
(222,206,223)
#E2D4E2
(226,212,226)
#E6DAE5
(230,218,229)
#EAE0E8
(234,224,232)
#EEE6EB
(238,230,235)
#F2ECEE
(242,236,238)
#F6F2F1
(246,242,241)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BCD6 color. Also use rgb(210,188,214) instead hex code.

Text Font Color

.myTextColor { color: #D2BCD6; }

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

This text font color is #D2BCD6.


Background Color

.myBgColor { background-color: #D2BCD6; }

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

This div background color is #D2BCD6.


Border color

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

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

This div border color is #D2BCD6.


Opacity

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

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

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

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

This text has shadow with #D2BCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BCD6 on black background.


Color preview on white background

This text has color #D2BCD6 on white background.



Black color preview on #D2BCD6 background

This text has black color on #D2BCD6 background.


White color preview on #D2BCD6 background

This text has white color on #D2BCD6 background.