COLOR #D2BCD7

HEX: #D2BCD7
RGB: (210,188,215)

Color info

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

RGB color model

#D2BCD7 color RGB value is (210,188,215).

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

RGB channels and saturation

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

210
188
215

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

Portions of RGB colors in percentages

R + G + B =
210 + 188 + 215 = 613 (100%)
R 210 of 613 ~ 34.26%
G 188 of 613 ~ 30.67%
B 215 of 613 ~ 35.07%

%34.26
%30.67
%35.07

CMYK color model

#D2BCD7 color CMYK value is (2,13,0,16).

  • cyan value is 2.33%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(2,13,0,16)
C2M13Y0K16 
(2%,13%,0%,16%)
(0.02/0.13/0.00/0.16)	

CMYK percentages

%2.33
%12.56
%0
%15.69

Codes

Color #D2BCD7 in popluar color models

D2BCD7
RGB210188215
HSL289°25.23%79.02%
HSB/HSV289°12.56%84.31%
CMYK2.33%12.56%0.00%
15.69%

Color #D2BCD7 in popluar number systems.

HEXD2BCD7
Decimal210188215
Binary110100101011110011010111
Octal322274327

Shades and tints

Shades of #D2BCD7

#D2BCD7
(210,188,215)
#BFABC4
(191,171,196)
#AC9AB1
(172,154,177)
#99899E
(153,137,158)
#86788B
(134,120,139)
#736778
(115,103,120)
#605665
(96,86,101)
#4D4552
(77,69,82)
#3A343F
(58,52,63)
#27232C
(39,35,44)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #D2BCD7

#D2BCD7
(210,188,215)
#D6C2DA
(214,194,218)
#DAC8DD
(218,200,221)
#DECEE0
(222,206,224)
#E2D4E3
(226,212,227)
#E6DAE6
(230,218,230)
#EAE0E9
(234,224,233)
#EEE6EC
(238,230,236)
#F2ECEF
(242,236,239)
#F6F2F2
(246,242,242)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BCD7; }

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

This text font color is #D2BCD7.


Background Color

.myBgColor { background-color: #D2BCD7; }

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

This div background color is #D2BCD7.


Border color

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

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

This div border color is #D2BCD7.


Opacity

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

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

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

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

This text has shadow with #D2BCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BCD7 on black background.


Color preview on white background

This text has color #D2BCD7 on white background.



Black color preview on #D2BCD7 background

This text has black color on #D2BCD7 background.


White color preview on #D2BCD7 background

This text has white color on #D2BCD7 background.