COLOR #D5BDDA

HEX: #D5BDDA
RGB: (213,189,218)

Color info

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

RGB color model

#D5BDDA color RGB value is (213,189,218).

  • red value is 213;
  • green value is 189;
  • blue value is 218.
RGB:
(213,189,218)
(84%,74%,85%)

RGB channels and saturation

R 213 of 255 = 84%
G 189 of 255 = 74%
B 218 of 255 = 85%

213
189
218

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

Portions of RGB colors in percentages

R + G + B =
213 + 189 + 218 = 620 (100%)
R 213 of 620 ~ 34.35%
G 189 of 620 ~ 30.48%
B 218 of 620 ~ 35.16%

%34.35
%30.48
%35.16

CMYK color model

#D5BDDA color CMYK value is (2,13,0,15).

  • cyan value is 2.29%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(2,13,0,15)
C2M13Y0K15 
(2%,13%,0%,15%)
(0.02/0.13/0.00/0.15)	

CMYK percentages

%2.29
%13.3
%0
%14.51

Codes

Color #D5BDDA in popluar color models

D5BDDA
RGB213189218
HSL290°28.16%79.80%
HSB/HSV290°13.30%85.49%
CMYK2.29%13.30%0.00%
14.51%

Color #D5BDDA in popluar number systems.

HEXD5BDDA
Decimal213189218
Binary110101011011110111011010
Octal325275332

Shades and tints

Shades of #D5BDDA

#D5BDDA
(213,189,218)
#C2ACC7
(194,172,199)
#AF9BB4
(175,155,180)
#9C8AA1
(156,138,161)
#89798E
(137,121,142)
#76687B
(118,104,123)
#635768
(99,87,104)
#504655
(80,70,85)
#3D3542
(61,53,66)
#2A242F
(42,36,47)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #D5BDDA

#D5BDDA
(213,189,218)
#D8C3DD
(216,195,221)
#DBC9E0
(219,201,224)
#DECFE3
(222,207,227)
#E1D5E6
(225,213,230)
#E4DBE9
(228,219,233)
#E7E1EC
(231,225,236)
#EAE7EF
(234,231,239)
#EDEDF2
(237,237,242)
#F0F3F5
(240,243,245)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BDDA color. Also use rgb(213,189,218) instead hex code.

Text Font Color

.myTextColor { color: #D5BDDA; }

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

This text font color is #D5BDDA.


Background Color

.myBgColor { background-color: #D5BDDA; }

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

This div background color is #D5BDDA.


Border color

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

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

This div border color is #D5BDDA.


Opacity

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

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

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

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

This text has shadow with #D5BDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BDDA on black background.


Color preview on white background

This text has color #D5BDDA on white background.



Black color preview on #D5BDDA background

This text has black color on #D5BDDA background.


White color preview on #D5BDDA background

This text has white color on #D5BDDA background.