COLOR #D3BCD0

HEX: #D3BCD0
RGB: (211,188,208)

Color info

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

RGB color model

#D3BCD0 color RGB value is (211,188,208).

  • red value is 211;
  • green value is 188;
  • blue value is 208.
RGB:
(211,188,208)
(83%,74%,82%)

RGB channels and saturation

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

211
188
208

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

Portions of RGB colors in percentages

R + G + B =
211 + 188 + 208 = 607 (100%)
R 211 of 607 ~ 34.76%
G 188 of 607 ~ 30.97%
B 208 of 607 ~ 34.27%

%34.76
%30.97
%34.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.90%
  • yellow value is 1.42%
  • key color value is 17.25%
CMYK:
(0,11,1,17)
C0M11Y1K17 
(0%,11%,1%,17%)
(0.00/0.11/0.01/0.17)	

CMYK percentages

%0
%10.9
%1.42
%17.25

Codes

Color #D3BCD0 in popluar color models

D3BCD0
RGB211188208
HSL308°20.72%78.24%
HSB/HSV308°10.90%82.75%
CMYK0.00%10.90%1.42%
17.25%

Color #D3BCD0 in popluar number systems.

HEXD3BCD0
Decimal211188208
Binary110100111011110011010000
Octal323274320

Shades and tints

Shades of #D3BCD0

#D3BCD0
(211,188,208)
#C0ABBE
(192,171,190)
#AD9AAC
(173,154,172)
#9A899A
(154,137,154)
#877888
(135,120,136)
#746776
(116,103,118)
#615664
(97,86,100)
#4E4552
(78,69,82)
#3B3440
(59,52,64)
#28232E
(40,35,46)
#15121C
(21,18,28)
#000000
(0,0,0)

Tints of #D3BCD0

#D3BCD0
(211,188,208)
#D7C2D4
(215,194,212)
#DBC8D8
(219,200,216)
#DFCEDC
(223,206,220)
#E3D4E0
(227,212,224)
#E7DAE4
(231,218,228)
#EBE0E8
(235,224,232)
#EFE6EC
(239,230,236)
#F3ECF0
(243,236,240)
#F7F2F4
(247,242,244)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BCD0; }

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

This text font color is #D3BCD0.


Background Color

.myBgColor { background-color: #D3BCD0; }

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

This div background color is #D3BCD0.


Border color

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

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

This div border color is #D3BCD0.


Opacity

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

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

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

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

This text has shadow with #D3BCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BCD0 on black background.


Color preview on white background

This text has color #D3BCD0 on white background.



Black color preview on #D3BCD0 background

This text has black color on #D3BCD0 background.


White color preview on #D3BCD0 background

This text has white color on #D3BCD0 background.