COLOR #D6BCD7

HEX: #D6BCD7
RGB: (214,188,215)

Color info

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

RGB color model

#D6BCD7 color RGB value is (214,188,215).

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

RGB channels and saturation

R 214 of 255 = 84%
G 188 of 255 = 74%
B 215 of 255 = 84%

214
188
215

R + G + B ~ 81%. #D6BCD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 188 + 215 = 617 (100%)
R 214 of 617 ~ 34.68%
G 188 of 617 ~ 30.47%
B 215 of 617 ~ 34.85%

%34.68
%30.47
%34.85

CMYK color model

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

  • cyan value is 0.47%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(0,13,0,16)
C0M13Y0K16 
(0%,13%,0%,16%)
(0.00/0.13/0.00/0.16)	

CMYK percentages

%0.47
%12.56
%0
%15.69

Codes

Color #D6BCD7 in popluar color models

D6BCD7
RGB214188215
HSL298°25.23%79.02%
HSB/HSV298°12.56%84.31%
CMYK0.47%12.56%0.00%
15.69%

Color #D6BCD7 in popluar number systems.

HEXD6BCD7
Decimal214188215
Binary110101101011110011010111
Octal326274327

Shades and tints

Shades of #D6BCD7

#D6BCD7
(214,188,215)
#C3ABC4
(195,171,196)
#B09AB1
(176,154,177)
#9D899E
(157,137,158)
#8A788B
(138,120,139)
#776778
(119,103,120)
#645665
(100,86,101)
#514552
(81,69,82)
#3E343F
(62,52,63)
#2B232C
(43,35,44)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #D6BCD7

#D6BCD7
(214,188,215)
#D9C2DA
(217,194,218)
#DCC8DD
(220,200,221)
#DFCEE0
(223,206,224)
#E2D4E3
(226,212,227)
#E5DAE6
(229,218,230)
#E8E0E9
(232,224,233)
#EBE6EC
(235,230,236)
#EEECEF
(238,236,239)
#F1F2F2
(241,242,242)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BCD7; }

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

This text font color is #D6BCD7.


Background Color

.myBgColor { background-color: #D6BCD7; }

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

This div background color is #D6BCD7.


Border color

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

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

This div border color is #D6BCD7.


Opacity

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

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

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

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

This text has shadow with #D6BCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BCD7 on black background.


Color preview on white background

This text has color #D6BCD7 on white background.



Black color preview on #D6BCD7 background

This text has black color on #D6BCD7 background.


White color preview on #D6BCD7 background

This text has white color on #D6BCD7 background.