COLOR #D5BCDE

HEX: #D5BCDE
RGB: (213,188,222)

Color info

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

RGB color model

#D5BCDE color RGB value is (213,188,222).

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

RGB channels and saturation

R 213 of 255 = 84%
G 188 of 255 = 74%
B 222 of 255 = 87%

213
188
222

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

Portions of RGB colors in percentages

R + G + B =
213 + 188 + 222 = 623 (100%)
R 213 of 623 ~ 34.19%
G 188 of 623 ~ 30.18%
B 222 of 623 ~ 35.63%

%34.19
%30.18
%35.63

CMYK color model

#D5BCDE color CMYK value is (4,15,0,13).

  • cyan value is 4.05%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(4,15,0,13)
C4M15Y0K13 
(4%,15%,0%,13%)
(0.04/0.15/0.00/0.13)	

CMYK percentages

%4.05
%15.32
%0
%12.94

Codes

Color #D5BCDE in popluar color models

D5BCDE
RGB213188222
HSL284°34.00%80.39%
HSB/HSV284°15.32%87.06%
CMYK4.05%15.32%0.00%
12.94%

Color #D5BCDE in popluar number systems.

HEXD5BCDE
Decimal213188222
Binary110101011011110011011110
Octal325274336

Shades and tints

Shades of #D5BCDE

#D5BCDE
(213,188,222)
#C2ABCA
(194,171,202)
#AF9AB6
(175,154,182)
#9C89A2
(156,137,162)
#89788E
(137,120,142)
#76677A
(118,103,122)
#635666
(99,86,102)
#504552
(80,69,82)
#3D343E
(61,52,62)
#2A232A
(42,35,42)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #D5BCDE

#D5BCDE
(213,188,222)
#D8C2E1
(216,194,225)
#DBC8E4
(219,200,228)
#DECEE7
(222,206,231)
#E1D4EA
(225,212,234)
#E4DAED
(228,218,237)
#E7E0F0
(231,224,240)
#EAE6F3
(234,230,243)
#EDECF6
(237,236,246)
#F0F2F9
(240,242,249)
#F3F8FC
(243,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BCDE; }

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

This text font color is #D5BCDE.


Background Color

.myBgColor { background-color: #D5BCDE; }

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

This div background color is #D5BCDE.


Border color

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

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

This div border color is #D5BCDE.


Opacity

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

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

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

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

This text has shadow with #D5BCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BCDE on black background.


Color preview on white background

This text has color #D5BCDE on white background.



Black color preview on #D5BCDE background

This text has black color on #D5BCDE background.


White color preview on #D5BCDE background

This text has white color on #D5BCDE background.