COLOR #D2BCFF

HEX: #D2BCFF
RGB: (210,188,255)

Color info

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

RGB color model

#D2BCFF color RGB value is (210,188,255).

  • red value is 210;
  • green value is 188;
  • blue value is 255.
RGB:
(210,188,255)
(82%,74%,100%)

RGB channels and saturation

R 210 of 255 = 82%
G 188 of 255 = 74%
B 255 of 255 = 100%

210
188
255

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

Portions of RGB colors in percentages

R + G + B =
210 + 188 + 255 = 653 (100%)
R 210 of 653 ~ 32.16%
G 188 of 653 ~ 28.79%
B 255 of 653 ~ 39.05%

%32.16
%28.79
%39.05

CMYK color model

#D2BCFF color CMYK value is (18,26,0,0).

  • cyan value is 17.65%
  • magenta value is 26.27%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(18,26,0,0)
C18M26Y0K0 
(18%,26%,0%,0%)
(0.18/0.26/0.00/0.00)	

CMYK percentages

%17.65
%26.27
%0
%0

Codes

Color #D2BCFF in popluar color models

D2BCFF
RGB210188255
HSL260°100.00%86.86%
HSB/HSV260°26.27%100.00%
CMYK17.65%26.27%0.00%
0.00%

Color #D2BCFF in popluar number systems.

HEXD2BCFF
Decimal210188255
Binary110100101011110011111111
Octal322274377

Shades and tints

Shades of #D2BCFF

#D2BCFF
(210,188,255)
#BFABE8
(191,171,232)
#AC9AD1
(172,154,209)
#9989BA
(153,137,186)
#8678A3
(134,120,163)
#73678C
(115,103,140)
#605675
(96,86,117)
#4D455E
(77,69,94)
#3A3447
(58,52,71)
#272330
(39,35,48)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #D2BCFF

#D2BCFF
(210,188,255)
#D6C2FF
(214,194,255)
#DAC8FF
(218,200,255)
#DECEFF
(222,206,255)
#E2D4FF
(226,212,255)
#E6DAFF
(230,218,255)
#EAE0FF
(234,224,255)
#EEE6FF
(238,230,255)
#F2ECFF
(242,236,255)
#F6F2FF
(246,242,255)
#FAF8FF
(250,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BCFF color. Also use rgb(210,188,255) instead hex code.

Text Font Color

.myTextColor { color: #D2BCFF; }

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

This text font color is #D2BCFF.


Background Color

.myBgColor { background-color: #D2BCFF; }

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

This div background color is #D2BCFF.


Border color

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

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

This div border color is #D2BCFF.


Opacity

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

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

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

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

This text has shadow with #D2BCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BCFF on black background.


Color preview on white background

This text has color #D2BCFF on white background.



Black color preview on #D2BCFF background

This text has black color on #D2BCFF background.


White color preview on #D2BCFF background

This text has white color on #D2BCFF background.