COLOR #D4BCDA

HEX: #D4BCDA
RGB: (212,188,218)

Color info

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

RGB color model

#D4BCDA color RGB value is (212,188,218).

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

RGB channels and saturation

R 212 of 255 = 83%
G 188 of 255 = 74%
B 218 of 255 = 85%

212
188
218

R + G + B ~ 81%. #D4BCDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 188 + 218 = 618 (100%)
R 212 of 618 ~ 34.3%
G 188 of 618 ~ 30.42%
B 218 of 618 ~ 35.28%

%34.3
%30.42
%35.28

CMYK color model

#D4BCDA color CMYK value is (3,14,0,15).

  • cyan value is 2.75%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(3,14,0,15)
C3M14Y0K15 
(3%,14%,0%,15%)
(0.03/0.14/0.00/0.15)	

CMYK percentages

%2.75
%13.76
%0
%14.51

Codes

Color #D4BCDA in popluar color models

D4BCDA
RGB212188218
HSL288°28.85%79.61%
HSB/HSV288°13.76%85.49%
CMYK2.75%13.76%0.00%
14.51%

Color #D4BCDA in popluar number systems.

HEXD4BCDA
Decimal212188218
Binary110101001011110011011010
Octal324274332

Shades and tints

Shades of #D4BCDA

#D4BCDA
(212,188,218)
#C1ABC7
(193,171,199)
#AE9AB4
(174,154,180)
#9B89A1
(155,137,161)
#88788E
(136,120,142)
#75677B
(117,103,123)
#625668
(98,86,104)
#4F4555
(79,69,85)
#3C3442
(60,52,66)
#29232F
(41,35,47)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #D4BCDA

#D4BCDA
(212,188,218)
#D7C2DD
(215,194,221)
#DAC8E0
(218,200,224)
#DDCEE3
(221,206,227)
#E0D4E6
(224,212,230)
#E3DAE9
(227,218,233)
#E6E0EC
(230,224,236)
#E9E6EF
(233,230,239)
#ECECF2
(236,236,242)
#EFF2F5
(239,242,245)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BCDA; }

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

This text font color is #D4BCDA.


Background Color

.myBgColor { background-color: #D4BCDA; }

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

This div background color is #D4BCDA.


Border color

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

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

This div border color is #D4BCDA.


Opacity

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

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

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

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

This text has shadow with #D4BCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BCDA on black background.


Color preview on white background

This text has color #D4BCDA on white background.



Black color preview on #D4BCDA background

This text has black color on #D4BCDA background.


White color preview on #D4BCDA background

This text has white color on #D4BCDA background.