COLOR #D2BCD3

HEX: #D2BCD3 RGB: (210,188,211)

Color info

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

RGB color model

#D2BCD3 color RGB value is (210,188,211).

RGB: (210,188,211) (82%, 74%, 83%)

RGB channels and saturation

R 210 of 255 = 82%
G 188 of 255 = 74%
B 211 of 255 = 83%

210
188
211

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

Portions of RGB colors in percentages

R + G + B = 210 + 188 + 211 = 609 (100%)
R 210 of 609 ~ 34.48%
G 188 of 609 ~ 30.87%
B 211 of 609 ~ 34.65'%

%34.48
%30.87
%34.65

CMYK color model

#D2BCD3 color CMYK value is (0,11,0,17).

  • cyan value is 0.47%
  • magenta value is 10.90%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (0,11,0,17)
C0M11Y0K17 (0%, 11%, 0%, 17%)
(0.00 / 0.11 / 0.00 / 0.17)

CMYK percentages

%0.47
%10.9
%0
%17.25

Codes

Color #D2BCD3 in popluar color models

D2 BC D3
RGB 210 188 211
HSL 297° 20.72% 78.24%
HSB/HSV 297° 10.90% 82.75%
CMYK 0.47% 10.90% 0.00%
17.25%

Color #D2BCD3 in popluar number systems.

HEX D2 BC D3
Decimal 210 188 211
Binary 11010010 10111100 11010011
Octal 322 274 323

Shades and tints

Shades of #D2BCD3

#D2BCD3
(210,188,211)
#BFABC0
(191,171,192)
#AC9AAD
(172,154,173)
#99899A
(153,137,154)
#867887
(134,120,135)
#736774
(115,103,116)
#605661
(96,86,97)
#4D454E
(77,69,78)
#3A343B
(58,52,59)
#272328
(39,35,40)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #D2BCD3

#D2BCD3
(210,188,211)
#D6C2D7
(214,194,215)
#DAC8DB
(218,200,219)
#DECEDF
(222,206,223)
#E2D4E3
(226,212,227)
#E6DAE7
(230,218,231)
#EAE0EB
(234,224,235)
#EEE6EF
(238,230,239)
#F2ECF3
(242,236,243)
#F6F2F7
(246,242,247)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BCD3; }

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

This text font color is #D2BCD3.

Background Color

.myBgColor { background-color: #D2BCD3; }

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

This div background color is #D2BCD3.

Border color

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

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

This div border color is #D2BCD3.

Opacity

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

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

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

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

This text has shadow with #D2BCD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2BCD3.

Preview

Color preview on black background

This text has color #D2BCD3 on black background.


Color preview on white background

This text has color #D2BCD3 on white background.


Black color preview on #D2BCD3 background

This text has black color on #D2BCD3 background.


White color preview on #D2BCD3 background

This text has white color on #D2BCD3 background.


Related colors

Complementary color

Complementary color for #hex is #2D432C.


I love getcolorcode.com

Triadic colors

1 #D3D2BC and #BCD3D2 with #D2BCD3 are triadic colors.

2 #D3BCD2 and #BCD2D3 with #D2BCD3 are triadic colors.