COLOR #D3BCEB

HEX: #D3BCEB
RGB: (211,188,235)

Color info

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

RGB color model

#D3BCEB color RGB value is (211,188,235).

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

RGB channels and saturation

R 211 of 255 = 83%
G 188 of 255 = 74%
B 235 of 255 = 92%

211
188
235

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

Portions of RGB colors in percentages

R + G + B =
211 + 188 + 235 = 634 (100%)
R 211 of 634 ~ 33.28%
G 188 of 634 ~ 29.65%
B 235 of 634 ~ 37.07%

%33.28
%29.65
%37.07

CMYK color model

#D3BCEB color CMYK value is (10,20,0,8).

  • cyan value is 10.21%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(10,20,0,8)
C10M20Y0K8 
(10%,20%,0%,8%)
(0.10/0.20/0.00/0.08)	

CMYK percentages

%10.21
%20
%0
%7.84

Codes

Color #D3BCEB in popluar color models

D3BCEB
RGB211188235
HSL269°54.02%82.94%
HSB/HSV269°20.00%92.16%
CMYK10.21%20.00%0.00%
7.84%

Color #D3BCEB in popluar number systems.

HEXD3BCEB
Decimal211188235
Binary110100111011110011101011
Octal323274353

Shades and tints

Shades of #D3BCEB

#D3BCEB
(211,188,235)
#C0ABD6
(192,171,214)
#AD9AC1
(173,154,193)
#9A89AC
(154,137,172)
#877897
(135,120,151)
#746782
(116,103,130)
#61566D
(97,86,109)
#4E4558
(78,69,88)
#3B3443
(59,52,67)
#28232E
(40,35,46)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #D3BCEB

#D3BCEB
(211,188,235)
#D7C2EC
(215,194,236)
#DBC8ED
(219,200,237)
#DFCEEE
(223,206,238)
#E3D4EF
(227,212,239)
#E7DAF0
(231,218,240)
#EBE0F1
(235,224,241)
#EFE6F2
(239,230,242)
#F3ECF3
(243,236,243)
#F7F2F4
(247,242,244)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BCEB; }

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

This text font color is #D3BCEB.


Background Color

.myBgColor { background-color: #D3BCEB; }

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

This div background color is #D3BCEB.


Border color

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

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

This div border color is #D3BCEB.


Opacity

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

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

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

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

This text has shadow with #D3BCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BCEB on black background.


Color preview on white background

This text has color #D3BCEB on white background.



Black color preview on #D3BCEB background

This text has black color on #D3BCEB background.


White color preview on #D3BCEB background

This text has white color on #D3BCEB background.