COLOR #D4BCE6

HEX: #D4BCE6
RGB: (212,188,230)

Color info

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

RGB color model

#D4BCE6 color RGB value is (212,188,230).

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

RGB channels and saturation

R 212 of 255 = 83%
G 188 of 255 = 74%
B 230 of 255 = 90%

212
188
230

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

Portions of RGB colors in percentages

R + G + B =
212 + 188 + 230 = 630 (100%)
R 212 of 630 ~ 33.65%
G 188 of 630 ~ 29.84%
B 230 of 630 ~ 36.51%

%33.65
%29.84
%36.51

CMYK color model

#D4BCE6 color CMYK value is (8,18,0,10).

  • cyan value is 7.83%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(8,18,0,10)
C8M18Y0K10 
(8%,18%,0%,10%)
(0.08/0.18/0.00/0.10)	

CMYK percentages

%7.83
%18.26
%0
%9.8

Codes

Color #D4BCE6 in popluar color models

D4BCE6
RGB212188230
HSL274°45.65%81.96%
HSB/HSV274°18.26%90.20%
CMYK7.83%18.26%0.00%
9.80%

Color #D4BCE6 in popluar number systems.

HEXD4BCE6
Decimal212188230
Binary110101001011110011100110
Octal324274346

Shades and tints

Shades of #D4BCE6

#D4BCE6
(212,188,230)
#C1ABD2
(193,171,210)
#AE9ABE
(174,154,190)
#9B89AA
(155,137,170)
#887896
(136,120,150)
#756782
(117,103,130)
#62566E
(98,86,110)
#4F455A
(79,69,90)
#3C3446
(60,52,70)
#292332
(41,35,50)
#16121E
(22,18,30)
#000000
(0,0,0)

Tints of #D4BCE6

#D4BCE6
(212,188,230)
#D7C2E8
(215,194,232)
#DAC8EA
(218,200,234)
#DDCEEC
(221,206,236)
#E0D4EE
(224,212,238)
#E3DAF0
(227,218,240)
#E6E0F2
(230,224,242)
#E9E6F4
(233,230,244)
#ECECF6
(236,236,246)
#EFF2F8
(239,242,248)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BCE6; }

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

This text font color is #D4BCE6.


Background Color

.myBgColor { background-color: #D4BCE6; }

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

This div background color is #D4BCE6.


Border color

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

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

This div border color is #D4BCE6.


Opacity

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

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

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

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

This text has shadow with #D4BCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BCE6 on black background.


Color preview on white background

This text has color #D4BCE6 on white background.



Black color preview on #D4BCE6 background

This text has black color on #D4BCE6 background.


White color preview on #D4BCE6 background

This text has white color on #D4BCE6 background.