COLOR #D2BCE6

HEX: #D2BCE6
RGB: (210,188,230)

Color info

#D2BCE6 contains red, green and blue colors in about the same proportion. Web safe color of #D2BCE6 is #CCCCCC (or #CCC).

RGB color model

#D2BCE6 color RGB value is (210,188,230).

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

RGB channels and saturation

R 210 of 255 = 82%
G 188 of 255 = 74%
B 230 of 255 = 90%

210
188
230

R + G + B ~ 82%. #D2BCE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 188 + 230 = 628 (100%)
R 210 of 628 ~ 33.44%
G 188 of 628 ~ 29.94%
B 230 of 628 ~ 36.62%

%33.44
%29.94
%36.62

CMYK color model

#D2BCE6 color CMYK value is (9,18,0,10).

  • cyan value is 8.70%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(9,18,0,10)
C9M18Y0K10 
(9%,18%,0%,10%)
(0.09/0.18/0.00/0.10)	

CMYK percentages

%8.7
%18.26
%0
%9.8

Codes

Color #D2BCE6 in popluar color models

D2BCE6
RGB210188230
HSL271°45.65%81.96%
HSB/HSV271°18.26%90.20%
CMYK8.70%18.26%0.00%
9.80%

Color #D2BCE6 in popluar number systems.

HEXD2BCE6
Decimal210188230
Binary110100101011110011100110
Octal322274346

Shades and tints

Shades of #D2BCE6

#D2BCE6
(210,188,230)
#BFABD2
(191,171,210)
#AC9ABE
(172,154,190)
#9989AA
(153,137,170)
#867896
(134,120,150)
#736782
(115,103,130)
#60566E
(96,86,110)
#4D455A
(77,69,90)
#3A3446
(58,52,70)
#272332
(39,35,50)
#14121E
(20,18,30)
#000000
(0,0,0)

Tints of #D2BCE6

#D2BCE6
(210,188,230)
#D6C2E8
(214,194,232)
#DAC8EA
(218,200,234)
#DECEEC
(222,206,236)
#E2D4EE
(226,212,238)
#E6DAF0
(230,218,240)
#EAE0F2
(234,224,242)
#EEE6F4
(238,230,244)
#F2ECF6
(242,236,246)
#F6F2F8
(246,242,248)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BCE6; }

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

This text font color is #D2BCE6.


Background Color

.myBgColor { background-color: #D2BCE6; }

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

This div background color is #D2BCE6.


Border color

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

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

This div border color is #D2BCE6.


Opacity

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

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

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

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

This text has shadow with #D2BCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BCE6 on black background.


Color preview on white background

This text has color #D2BCE6 on white background.



Black color preview on #D2BCE6 background

This text has black color on #D2BCE6 background.


White color preview on #D2BCE6 background

This text has white color on #D2BCE6 background.