COLOR #D2BCD5

HEX: #D2BCD5
RGB: (210,188,213)

Color info

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

RGB color model

#D2BCD5 color RGB value is (210,188,213).

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

RGB channels and saturation

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

210
188
213

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

Portions of RGB colors in percentages

R + G + B =
210 + 188 + 213 = 611 (100%)
R 210 of 611 ~ 34.37%
G 188 of 611 ~ 30.77%
B 213 of 611 ~ 34.86%

%34.37
%30.77
%34.86

CMYK color model

#D2BCD5 color CMYK value is (1,12,0,16).

  • cyan value is 1.41%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(1,12,0,16)
C1M12Y0K16 
(1%,12%,0%,16%)
(0.01/0.12/0.00/0.16)	

CMYK percentages

%1.41
%11.74
%0
%16.47

Codes

Color #D2BCD5 in popluar color models

D2BCD5
RGB210188213
HSL293°22.94%78.63%
HSB/HSV293°11.74%83.53%
CMYK1.41%11.74%0.00%
16.47%

Color #D2BCD5 in popluar number systems.

HEXD2BCD5
Decimal210188213
Binary110100101011110011010101
Octal322274325

Shades and tints

Shades of #D2BCD5

#D2BCD5
(210,188,213)
#BFABC2
(191,171,194)
#AC9AAF
(172,154,175)
#99899C
(153,137,156)
#867889
(134,120,137)
#736776
(115,103,118)
#605663
(96,86,99)
#4D4550
(77,69,80)
#3A343D
(58,52,61)
#27232A
(39,35,42)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #D2BCD5

#D2BCD5
(210,188,213)
#D6C2D8
(214,194,216)
#DAC8DB
(218,200,219)
#DECEDE
(222,206,222)
#E2D4E1
(226,212,225)
#E6DAE4
(230,218,228)
#EAE0E7
(234,224,231)
#EEE6EA
(238,230,234)
#F2ECED
(242,236,237)
#F6F2F0
(246,242,240)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BCD5; }

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

This text font color is #D2BCD5.


Background Color

.myBgColor { background-color: #D2BCD5; }

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

This div background color is #D2BCD5.


Border color

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

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

This div border color is #D2BCD5.


Opacity

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

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

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

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

This text has shadow with #D2BCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BCD5 on black background.


Color preview on white background

This text has color #D2BCD5 on white background.



Black color preview on #D2BCD5 background

This text has black color on #D2BCD5 background.


White color preview on #D2BCD5 background

This text has white color on #D2BCD5 background.