COLOR #D6BCE7

HEX: #D6BCE7
RGB: (214,188,231)

Color info

#D6BCE7 contains red, green and blue colors in about the same proportion. Web safe color of #D6BCE7 is #CCCCFF (or #CCF).

RGB color model

#D6BCE7 color RGB value is (214,188,231).

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

RGB channels and saturation

R 214 of 255 = 84%
G 188 of 255 = 74%
B 231 of 255 = 91%

214
188
231

R + G + B ~ 83%. #D6BCE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 188 + 231 = 633 (100%)
R 214 of 633 ~ 33.81%
G 188 of 633 ~ 29.7%
B 231 of 633 ~ 36.49%

%33.81
%29.7
%36.49

CMYK color model

#D6BCE7 color CMYK value is (7,19,0,9).

  • cyan value is 7.36%
  • magenta value is 18.61%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(7,19,0,9)
C7M19Y0K9 
(7%,19%,0%,9%)
(0.07/0.19/0.00/0.09)	

CMYK percentages

%7.36
%18.61
%0
%9.41

Codes

Color #D6BCE7 in popluar color models

D6BCE7
RGB214188231
HSL276°47.25%82.16%
HSB/HSV276°18.61%90.59%
CMYK7.36%18.61%0.00%
9.41%

Color #D6BCE7 in popluar number systems.

HEXD6BCE7
Decimal214188231
Binary110101101011110011100111
Octal326274347

Shades and tints

Shades of #D6BCE7

#D6BCE7
(214,188,231)
#C3ABD2
(195,171,210)
#B09ABD
(176,154,189)
#9D89A8
(157,137,168)
#8A7893
(138,120,147)
#77677E
(119,103,126)
#645669
(100,86,105)
#514554
(81,69,84)
#3E343F
(62,52,63)
#2B232A
(43,35,42)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #D6BCE7

#D6BCE7
(214,188,231)
#D9C2E9
(217,194,233)
#DCC8EB
(220,200,235)
#DFCEED
(223,206,237)
#E2D4EF
(226,212,239)
#E5DAF1
(229,218,241)
#E8E0F3
(232,224,243)
#EBE6F5
(235,230,245)
#EEECF7
(238,236,247)
#F1F2F9
(241,242,249)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BCE7; }

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

This text font color is #D6BCE7.


Background Color

.myBgColor { background-color: #D6BCE7; }

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

This div background color is #D6BCE7.


Border color

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

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

This div border color is #D6BCE7.


Opacity

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

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

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

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

This text has shadow with #D6BCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BCE7 on black background.


Color preview on white background

This text has color #D6BCE7 on white background.



Black color preview on #D6BCE7 background

This text has black color on #D6BCE7 background.


White color preview on #D6BCE7 background

This text has white color on #D6BCE7 background.