COLOR #D1BCD5

HEX: #D1BCD5
RGB: (209,188,213)

Color info

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

RGB color model

#D1BCD5 color RGB value is (209,188,213).

  • red value is 209;
  • green value is 188;
  • blue value is 213.
RGB:
(209,188,213)
(82%,74%,84%)

RGB channels and saturation

R 209 of 255 = 82%
G 188 of 255 = 74%
B 213 of 255 = 84%

209
188
213

R + G + B ~ 80%. #D1BCD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 188 + 213 = 610 (100%)
R 209 of 610 ~ 34.26%
G 188 of 610 ~ 30.82%
B 213 of 610 ~ 34.92%

%34.26
%30.82
%34.92

CMYK color model

#D1BCD5 color CMYK value is (2,12,0,16).

  • cyan value is 1.88%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(2,12,0,16)
C2M12Y0K16 
(2%,12%,0%,16%)
(0.02/0.12/0.00/0.16)	

CMYK percentages

%1.88
%11.74
%0
%16.47

Codes

Color #D1BCD5 in popluar color models

D1BCD5
RGB209188213
HSL290°22.94%78.63%
HSB/HSV290°11.74%83.53%
CMYK1.88%11.74%0.00%
16.47%

Color #D1BCD5 in popluar number systems.

HEXD1BCD5
Decimal209188213
Binary110100011011110011010101
Octal321274325

Shades and tints

Shades of #D1BCD5

#D1BCD5
(209,188,213)
#BEABC2
(190,171,194)
#AB9AAF
(171,154,175)
#98899C
(152,137,156)
#857889
(133,120,137)
#726776
(114,103,118)
#5F5663
(95,86,99)
#4C4550
(76,69,80)
#39343D
(57,52,61)
#26232A
(38,35,42)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #D1BCD5

#D1BCD5
(209,188,213)
#D5C2D8
(213,194,216)
#D9C8DB
(217,200,219)
#DDCEDE
(221,206,222)
#E1D4E1
(225,212,225)
#E5DAE4
(229,218,228)
#E9E0E7
(233,224,231)
#EDE6EA
(237,230,234)
#F1ECED
(241,236,237)
#F5F2F0
(245,242,240)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BCD5 color. Also use rgb(209,188,213) instead hex code.

Text Font Color

.myTextColor { color: #D1BCD5; }

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

This text font color is #D1BCD5.


Background Color

.myBgColor { background-color: #D1BCD5; }

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

This div background color is #D1BCD5.


Border color

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

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

This div border color is #D1BCD5.


Opacity

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

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

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

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

This text has shadow with #D1BCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BCD5 on black background.


Color preview on white background

This text has color #D1BCD5 on white background.



Black color preview on #D1BCD5 background

This text has black color on #D1BCD5 background.


White color preview on #D1BCD5 background

This text has white color on #D1BCD5 background.