COLOR #D2BCF8

HEX: #D2BCF8
RGB: (210,188,248)

Color info

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

RGB color model

#D2BCF8 color RGB value is (210,188,248).

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

RGB channels and saturation

R 210 of 255 = 82%
G 188 of 255 = 74%
B 248 of 255 = 97%

210
188
248

R + G + B ~ 84%. #D2BCF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 188 + 248 = 646 (100%)
R 210 of 646 ~ 32.51%
G 188 of 646 ~ 29.1%
B 248 of 646 ~ 38.39%

%32.51
%29.1
%38.39

CMYK color model

#D2BCF8 color CMYK value is (15,24,0,3).

  • cyan value is 15.32%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(15,24,0,3)
C15M24Y0K3 
(15%,24%,0%,3%)
(0.15/0.24/0.00/0.03)	

CMYK percentages

%15.32
%24.19
%0
%2.75

Codes

Color #D2BCF8 in popluar color models

D2BCF8
RGB210188248
HSL262°81.08%85.49%
HSB/HSV262°24.19%97.25%
CMYK15.32%24.19%0.00%
2.75%

Color #D2BCF8 in popluar number systems.

HEXD2BCF8
Decimal210188248
Binary110100101011110011111000
Octal322274370

Shades and tints

Shades of #D2BCF8

#D2BCF8
(210,188,248)
#BFABE2
(191,171,226)
#AC9ACC
(172,154,204)
#9989B6
(153,137,182)
#8678A0
(134,120,160)
#73678A
(115,103,138)
#605674
(96,86,116)
#4D455E
(77,69,94)
#3A3448
(58,52,72)
#272332
(39,35,50)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #D2BCF8

#D2BCF8
(210,188,248)
#D6C2F8
(214,194,248)
#DAC8F8
(218,200,248)
#DECEF8
(222,206,248)
#E2D4F8
(226,212,248)
#E6DAF8
(230,218,248)
#EAE0F8
(234,224,248)
#EEE6F8
(238,230,248)
#F2ECF8
(242,236,248)
#F6F2F8
(246,242,248)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BCF8; }

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

This text font color is #D2BCF8.


Background Color

.myBgColor { background-color: #D2BCF8; }

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

This div background color is #D2BCF8.


Border color

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

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

This div border color is #D2BCF8.


Opacity

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

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

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

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

This text has shadow with #D2BCF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BCF8 on black background.


Color preview on white background

This text has color #D2BCF8 on white background.



Black color preview on #D2BCF8 background

This text has black color on #D2BCF8 background.


White color preview on #D2BCF8 background

This text has white color on #D2BCF8 background.