COLOR #D3BCE8

HEX: #D3BCE8
RGB: (211,188,232)

Color info

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

RGB color model

#D3BCE8 color RGB value is (211,188,232).

  • red value is 211;
  • green value is 188;
  • blue value is 232.
RGB:
(211,188,232)
(83%,74%,91%)

RGB channels and saturation

R 211 of 255 = 83%
G 188 of 255 = 74%
B 232 of 255 = 91%

211
188
232

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

Portions of RGB colors in percentages

R + G + B =
211 + 188 + 232 = 631 (100%)
R 211 of 631 ~ 33.44%
G 188 of 631 ~ 29.79%
B 232 of 631 ~ 36.77%

%33.44
%29.79
%36.77

CMYK color model

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

  • cyan value is 9.05%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(9,19,0,9)
C9M19Y0K9 
(9%,19%,0%,9%)
(0.09/0.19/0.00/0.09)	

CMYK percentages

%9.05
%18.97
%0
%9.02

Codes

Color #D3BCE8 in popluar color models

D3BCE8
RGB211188232
HSL271°48.89%82.35%
HSB/HSV271°18.97%90.98%
CMYK9.05%18.97%0.00%
9.02%

Color #D3BCE8 in popluar number systems.

HEXD3BCE8
Decimal211188232
Binary110100111011110011101000
Octal323274350

Shades and tints

Shades of #D3BCE8

#D3BCE8
(211,188,232)
#C0ABD3
(192,171,211)
#AD9ABE
(173,154,190)
#9A89A9
(154,137,169)
#877894
(135,120,148)
#74677F
(116,103,127)
#61566A
(97,86,106)
#4E4555
(78,69,85)
#3B3440
(59,52,64)
#28232B
(40,35,43)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #D3BCE8

#D3BCE8
(211,188,232)
#D7C2EA
(215,194,234)
#DBC8EC
(219,200,236)
#DFCEEE
(223,206,238)
#E3D4F0
(227,212,240)
#E7DAF2
(231,218,242)
#EBE0F4
(235,224,244)
#EFE6F6
(239,230,246)
#F3ECF8
(243,236,248)
#F7F2FA
(247,242,250)
#FBF8FC
(251,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BCE8 color. Also use rgb(211,188,232) instead hex code.

Text Font Color

.myTextColor { color: #D3BCE8; }

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

This text font color is #D3BCE8.


Background Color

.myBgColor { background-color: #D3BCE8; }

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

This div background color is #D3BCE8.


Border color

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

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

This div border color is #D3BCE8.


Opacity

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

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

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

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

This text has shadow with #D3BCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BCE8 on black background.


Color preview on white background

This text has color #D3BCE8 on white background.



Black color preview on #D3BCE8 background

This text has black color on #D3BCE8 background.


White color preview on #D3BCE8 background

This text has white color on #D3BCE8 background.