COLOR #D6BCCE

HEX: #D6BCCE
RGB: (214,188,206)

Color info

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

RGB color model

#D6BCCE color RGB value is (214,188,206).

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

RGB channels and saturation

R 214 of 255 = 84%
G 188 of 255 = 74%
B 206 of 255 = 81%

214
188
206

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

Portions of RGB colors in percentages

R + G + B =
214 + 188 + 206 = 608 (100%)
R 214 of 608 ~ 35.2%
G 188 of 608 ~ 30.92%
B 206 of 608 ~ 33.88%

%35.2
%30.92
%33.88

CMYK color model

#D6BCCE color CMYK value is (0,12,4,16).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 3.74%
  • key color value is 16.08%
CMYK:
(0,12,4,16)
C0M12Y4K16 
(0%,12%,4%,16%)
(0.00/0.12/0.04/0.16)	

CMYK percentages

%0
%12.15
%3.74
%16.08

Codes

Color #D6BCCE in popluar color models

D6BCCE
RGB214188206
HSL318°24.07%78.82%
HSB/HSV318°12.15%83.92%
CMYK0.00%12.15%3.74%
16.08%

Color #D6BCCE in popluar number systems.

HEXD6BCCE
Decimal214188206
Binary110101101011110011001110
Octal326274316

Shades and tints

Shades of #D6BCCE

#D6BCCE
(214,188,206)
#C3ABBC
(195,171,188)
#B09AAA
(176,154,170)
#9D8998
(157,137,152)
#8A7886
(138,120,134)
#776774
(119,103,116)
#645662
(100,86,98)
#514550
(81,69,80)
#3E343E
(62,52,62)
#2B232C
(43,35,44)
#18121A
(24,18,26)
#000000
(0,0,0)

Tints of #D6BCCE

#D6BCCE
(214,188,206)
#D9C2D2
(217,194,210)
#DCC8D6
(220,200,214)
#DFCEDA
(223,206,218)
#E2D4DE
(226,212,222)
#E5DAE2
(229,218,226)
#E8E0E6
(232,224,230)
#EBE6EA
(235,230,234)
#EEECEE
(238,236,238)
#F1F2F2
(241,242,242)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BCCE; }

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

This text font color is #D6BCCE.


Background Color

.myBgColor { background-color: #D6BCCE; }

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

This div background color is #D6BCCE.


Border color

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

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

This div border color is #D6BCCE.


Opacity

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

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

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

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

This text has shadow with #D6BCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BCCE on black background.


Color preview on white background

This text has color #D6BCCE on white background.



Black color preview on #D6BCCE background

This text has black color on #D6BCCE background.


White color preview on #D6BCCE background

This text has white color on #D6BCCE background.