COLOR #D6BCD3

HEX: #D6BCD3
RGB: (214,188,211)

Color info

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

RGB color model

#D6BCD3 color RGB value is (214,188,211).

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

RGB channels and saturation

R 214 of 255 = 84%
G 188 of 255 = 74%
B 211 of 255 = 83%

214
188
211

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

Portions of RGB colors in percentages

R + G + B =
214 + 188 + 211 = 613 (100%)
R 214 of 613 ~ 34.91%
G 188 of 613 ~ 30.67%
B 211 of 613 ~ 34.42%

%34.91
%30.67
%34.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 1.40%
  • key color value is 16.08%
CMYK:
(0,12,1,16)
C0M12Y1K16 
(0%,12%,1%,16%)
(0.00/0.12/0.01/0.16)	

CMYK percentages

%0
%12.15
%1.4
%16.08

Codes

Color #D6BCD3 in popluar color models

D6BCD3
RGB214188211
HSL307°24.07%78.82%
HSB/HSV307°12.15%83.92%
CMYK0.00%12.15%1.40%
16.08%

Color #D6BCD3 in popluar number systems.

HEXD6BCD3
Decimal214188211
Binary110101101011110011010011
Octal326274323

Shades and tints

Shades of #D6BCD3

#D6BCD3
(214,188,211)
#C3ABC0
(195,171,192)
#B09AAD
(176,154,173)
#9D899A
(157,137,154)
#8A7887
(138,120,135)
#776774
(119,103,116)
#645661
(100,86,97)
#51454E
(81,69,78)
#3E343B
(62,52,59)
#2B2328
(43,35,40)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #D6BCD3

#D6BCD3
(214,188,211)
#D9C2D7
(217,194,215)
#DCC8DB
(220,200,219)
#DFCEDF
(223,206,223)
#E2D4E3
(226,212,227)
#E5DAE7
(229,218,231)
#E8E0EB
(232,224,235)
#EBE6EF
(235,230,239)
#EEECF3
(238,236,243)
#F1F2F7
(241,242,247)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BCD3; }

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

This text font color is #D6BCD3.


Background Color

.myBgColor { background-color: #D6BCD3; }

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

This div background color is #D6BCD3.


Border color

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

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

This div border color is #D6BCD3.


Opacity

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

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

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

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

This text has shadow with #D6BCD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BCD3 on black background.


Color preview on white background

This text has color #D6BCD3 on white background.



Black color preview on #D6BCD3 background

This text has black color on #D6BCD3 background.


White color preview on #D6BCD3 background

This text has white color on #D6BCD3 background.