COLOR #D6BCFC

HEX: #D6BCFC
RGB: (214,188,252)

Color info

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

RGB color model

#D6BCFC color RGB value is (214,188,252).

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

RGB channels and saturation

R 214 of 255 = 84%
G 188 of 255 = 74%
B 252 of 255 = 99%

214
188
252

R + G + B ~ 86%. #D6BCFC is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 188 + 252 = 654 (100%)
R 214 of 654 ~ 32.72%
G 188 of 654 ~ 28.75%
B 252 of 654 ~ 38.53%

%32.72
%28.75
%38.53

CMYK color model

#D6BCFC color CMYK value is (15,25,0,1).

  • cyan value is 15.08%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(15,25,0,1)
C15M25Y0K1 
(15%,25%,0%,1%)
(0.15/0.25/0.00/0.01)	

CMYK percentages

%15.08
%25.4
%0
%1.18

Codes

Color #D6BCFC in popluar color models

D6BCFC
RGB214188252
HSL264°91.43%86.27%
HSB/HSV264°25.40%98.82%
CMYK15.08%25.40%0.00%
1.18%

Color #D6BCFC in popluar number systems.

HEXD6BCFC
Decimal214188252
Binary110101101011110011111100
Octal326274374

Shades and tints

Shades of #D6BCFC

#D6BCFC
(214,188,252)
#C3ABE6
(195,171,230)
#B09AD0
(176,154,208)
#9D89BA
(157,137,186)
#8A78A4
(138,120,164)
#77678E
(119,103,142)
#645678
(100,86,120)
#514562
(81,69,98)
#3E344C
(62,52,76)
#2B2336
(43,35,54)
#181220
(24,18,32)
#000000
(0,0,0)

Tints of #D6BCFC

#D6BCFC
(214,188,252)
#D9C2FC
(217,194,252)
#DCC8FC
(220,200,252)
#DFCEFC
(223,206,252)
#E2D4FC
(226,212,252)
#E5DAFC
(229,218,252)
#E8E0FC
(232,224,252)
#EBE6FC
(235,230,252)
#EEECFC
(238,236,252)
#F1F2FC
(241,242,252)
#F4F8FC
(244,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BCFC; }

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

This text font color is #D6BCFC.


Background Color

.myBgColor { background-color: #D6BCFC; }

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

This div background color is #D6BCFC.


Border color

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

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

This div border color is #D6BCFC.


Opacity

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

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

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

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

This text has shadow with #D6BCFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BCFC on black background.


Color preview on white background

This text has color #D6BCFC on white background.



Black color preview on #D6BCFC background

This text has black color on #D6BCFC background.


White color preview on #D6BCFC background

This text has white color on #D6BCFC background.