COLOR #D3BCF7

HEX: #D3BCF7
RGB: (211,188,247)

Color info

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

RGB color model

#D3BCF7 color RGB value is (211,188,247).

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

RGB channels and saturation

R 211 of 255 = 83%
G 188 of 255 = 74%
B 247 of 255 = 97%

211
188
247

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

Portions of RGB colors in percentages

R + G + B =
211 + 188 + 247 = 646 (100%)
R 211 of 646 ~ 32.66%
G 188 of 646 ~ 29.1%
B 247 of 646 ~ 38.24%

%32.66
%29.1
%38.24

CMYK color model

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

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

CMYK percentages

%14.57
%23.89
%0
%3.14

Codes

Color #D3BCF7 in popluar color models

D3BCF7
RGB211188247
HSL263°78.67%85.29%
HSB/HSV263°23.89%96.86%
CMYK14.57%23.89%0.00%
3.14%

Color #D3BCF7 in popluar number systems.

HEXD3BCF7
Decimal211188247
Binary110100111011110011110111
Octal323274367

Shades and tints

Shades of #D3BCF7

#D3BCF7
(211,188,247)
#C0ABE1
(192,171,225)
#AD9ACB
(173,154,203)
#9A89B5
(154,137,181)
#87789F
(135,120,159)
#746789
(116,103,137)
#615673
(97,86,115)
#4E455D
(78,69,93)
#3B3447
(59,52,71)
#282331
(40,35,49)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #D3BCF7

#D3BCF7
(211,188,247)
#D7C2F7
(215,194,247)
#DBC8F7
(219,200,247)
#DFCEF7
(223,206,247)
#E3D4F7
(227,212,247)
#E7DAF7
(231,218,247)
#EBE0F7
(235,224,247)
#EFE6F7
(239,230,247)
#F3ECF7
(243,236,247)
#F7F2F7
(247,242,247)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BCF7; }

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

This text font color is #D3BCF7.


Background Color

.myBgColor { background-color: #D3BCF7; }

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

This div background color is #D3BCF7.


Border color

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

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

This div border color is #D3BCF7.


Opacity

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

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

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

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

This text has shadow with #D3BCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BCF7 on black background.


Color preview on white background

This text has color #D3BCF7 on white background.



Black color preview on #D3BCF7 background

This text has black color on #D3BCF7 background.


White color preview on #D3BCF7 background

This text has white color on #D3BCF7 background.