COLOR #D3BCF6

HEX: #D3BCF6
RGB: (211,188,246)

Color info

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

RGB color model

#D3BCF6 color RGB value is (211,188,246).

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

RGB channels and saturation

R 211 of 255 = 83%
G 188 of 255 = 74%
B 246 of 255 = 96%

211
188
246

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

Portions of RGB colors in percentages

R + G + B =
211 + 188 + 246 = 645 (100%)
R 211 of 645 ~ 32.71%
G 188 of 645 ~ 29.15%
B 246 of 645 ~ 38.14%

%32.71
%29.15
%38.14

CMYK color model

#D3BCF6 color CMYK value is (14,24,0,4).

  • cyan value is 14.23%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(14,24,0,4)
C14M24Y0K4 
(14%,24%,0%,4%)
(0.14/0.24/0.00/0.04)	

CMYK percentages

%14.23
%23.58
%0
%3.53

Codes

Color #D3BCF6 in popluar color models

D3BCF6
RGB211188246
HSL264°76.32%85.10%
HSB/HSV264°23.58%96.47%
CMYK14.23%23.58%0.00%
3.53%

Color #D3BCF6 in popluar number systems.

HEXD3BCF6
Decimal211188246
Binary110100111011110011110110
Octal323274366

Shades and tints

Shades of #D3BCF6

#D3BCF6
(211,188,246)
#C0ABE0
(192,171,224)
#AD9ACA
(173,154,202)
#9A89B4
(154,137,180)
#87789E
(135,120,158)
#746788
(116,103,136)
#615672
(97,86,114)
#4E455C
(78,69,92)
#3B3446
(59,52,70)
#282330
(40,35,48)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #D3BCF6

#D3BCF6
(211,188,246)
#D7C2F6
(215,194,246)
#DBC8F6
(219,200,246)
#DFCEF6
(223,206,246)
#E3D4F6
(227,212,246)
#E7DAF6
(231,218,246)
#EBE0F6
(235,224,246)
#EFE6F6
(239,230,246)
#F3ECF6
(243,236,246)
#F7F2F6
(247,242,246)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BCF6; }

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

This text font color is #D3BCF6.


Background Color

.myBgColor { background-color: #D3BCF6; }

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

This div background color is #D3BCF6.


Border color

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

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

This div border color is #D3BCF6.


Opacity

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

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

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

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

This text has shadow with #D3BCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BCF6 on black background.


Color preview on white background

This text has color #D3BCF6 on white background.



Black color preview on #D3BCF6 background

This text has black color on #D3BCF6 background.


White color preview on #D3BCF6 background

This text has white color on #D3BCF6 background.