COLOR #D6BCFE

HEX: #D6BCFE RGB: (214,188,254)

Color info

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

RGB color model

#D6BCFE color RGB value is (214,188,254).

RGB: (214,188,254) (84%, 74%, 100%)

RGB channels and saturation

R 214 of 255 = 84%
G 188 of 255 = 74%
B 254 of 255 = 100%

214
188
254

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

Portions of RGB colors in percentages

R + G + B = 214 + 188 + 254 = 656 (100%)
R 214 of 656 ~ 32.62%
G 188 of 656 ~ 28.66%
B 254 of 656 ~ 38.72'%

%32.62
%28.66
%38.72

CMYK color model

#D6BCFE color CMYK value is (16,26,0,0).

  • cyan value is 15.75%
  • magenta value is 25.98%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (16,26,0,0) C16M26Y0K0 (16%,26%,0%,0%) (0.16/0.26/0.00/0.00) 

CMYK percentages

%15.75
%25.98
%0
%0.39

Codes

Color #D6BCFE in popluar color models

D6 BC FE
RGB 214 188 254
HSL 264° 97.06% 86.67%
HSB/HSV 264° 25.98% 99.61%
CMYK 15.75% 25.98% 0.00%
0.39%

Color #D6BCFE in popluar number systems.

HEX D6 BC FE
Decimal 214 188 254
Binary 11010110 10111100 11111110
Octal 326 274 376

Shades and tints

Shades of #D6BCFE

#D6BCFE
(214,188,254)
#C3ABE7
(195,171,231)
#B09AD0
(176,154,208)
#9D89B9
(157,137,185)
#8A78A2
(138,120,162)
#77678B
(119,103,139)
#645674
(100,86,116)
#51455D
(81,69,93)
#3E3446
(62,52,70)
#2B232F
(43,35,47)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #D6BCFE

#D6BCFE
(214,188,254)
#D9C2FE
(217,194,254)
#DCC8FE
(220,200,254)
#DFCEFE
(223,206,254)
#E2D4FE
(226,212,254)
#E5DAFE
(229,218,254)
#E8E0FE
(232,224,254)
#EBE6FE
(235,230,254)
#EEECFE
(238,236,254)
#F1F2FE
(241,242,254)
#F4F8FE
(244,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BCFE; }

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

This text font color is #D6BCFE.

Background Color

.myBgColor { background-color: #D6BCFE; }

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

This div background color is #D6BCFE.

Border color

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

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

This div border color is #D6BCFE.

Opacity

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

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

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

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

This text has shadow with #D6BCFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BCFE.

Preview

Color preview on black background

This text has color #D6BCFE on black background.


Color preview on white background

This text has color #D6BCFE on white background.


Black color preview on #D6BCFE background

This text has black color on #D6BCFE background.


White color preview on #D6BCFE background

This text has white color on #D6BCFE background.


Related colors

Complementary color

Complementary color for #hex is #294301.


I love getcolorcode.com

Triadic colors

1 #FED6BC and #BCFED6 with #D6BCFE are triadic colors.

2 #FEBCD6 and #BCD6FE with #D6BCFE are triadic colors.