COLOR #D6BCF8

HEX: #D6BCF8
RGB: (214,188,248)

Color info

#D6BCF8 contains mainly red and blue colors. Web safe color of #D6BCF8 is #CCCCFF (or #CCF).

RGB color model

#D6BCF8 color RGB value is (214,188,248).

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

RGB channels and saturation

R 214 of 255 = 84%
G 188 of 255 = 74%
B 248 of 255 = 97%

214
188
248

R + G + B ~ 85%. #D6BCF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 188 + 248 = 650 (100%)
R 214 of 650 ~ 32.92%
G 188 of 650 ~ 28.92%
B 248 of 650 ~ 38.15%

%32.92
%28.92
%38.15

CMYK color model

#D6BCF8 color CMYK value is (14,24,0,3).

  • cyan value is 13.71%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(14,24,0,3)
C14M24Y0K3 
(14%,24%,0%,3%)
(0.14/0.24/0.00/0.03)	

CMYK percentages

%13.71
%24.19
%0
%2.75

Codes

Color #D6BCF8 in popluar color models

D6BCF8
RGB214188248
HSL266°81.08%85.49%
HSB/HSV266°24.19%97.25%
CMYK13.71%24.19%0.00%
2.75%

Color #D6BCF8 in popluar number systems.

HEXD6BCF8
Decimal214188248
Binary110101101011110011111000
Octal326274370

Shades and tints

Shades of #D6BCF8

#D6BCF8
(214,188,248)
#C3ABE2
(195,171,226)
#B09ACC
(176,154,204)
#9D89B6
(157,137,182)
#8A78A0
(138,120,160)
#77678A
(119,103,138)
#645674
(100,86,116)
#51455E
(81,69,94)
#3E3448
(62,52,72)
#2B2332
(43,35,50)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #D6BCF8

#D6BCF8
(214,188,248)
#D9C2F8
(217,194,248)
#DCC8F8
(220,200,248)
#DFCEF8
(223,206,248)
#E2D4F8
(226,212,248)
#E5DAF8
(229,218,248)
#E8E0F8
(232,224,248)
#EBE6F8
(235,230,248)
#EEECF8
(238,236,248)
#F1F2F8
(241,242,248)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BCF8; }

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

This text font color is #D6BCF8.


Background Color

.myBgColor { background-color: #D6BCF8; }

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

This div background color is #D6BCF8.


Border color

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

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

This div border color is #D6BCF8.


Opacity

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

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

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

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

This text has shadow with #D6BCF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BCF8 on black background.


Color preview on white background

This text has color #D6BCF8 on white background.



Black color preview on #D6BCF8 background

This text has black color on #D6BCF8 background.


White color preview on #D6BCF8 background

This text has white color on #D6BCF8 background.