COLOR #D3B5DE

HEX: #D3B5DE
RGB: (211,181,222)

Color info

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

RGB color model

#D3B5DE color RGB value is (211,181,222).

  • red value is 211;
  • green value is 181;
  • blue value is 222.
RGB:
(211,181,222)
(83%,71%,87%)

RGB channels and saturation

R 211 of 255 = 83%
G 181 of 255 = 71%
B 222 of 255 = 87%

211
181
222

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

Portions of RGB colors in percentages

R + G + B =
211 + 181 + 222 = 614 (100%)
R 211 of 614 ~ 34.36%
G 181 of 614 ~ 29.48%
B 222 of 614 ~ 36.16%

%34.36
%29.48
%36.16

CMYK color model

#D3B5DE color CMYK value is (5,18,0,13).

  • cyan value is 4.95%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(5,18,0,13)
C5M18Y0K13 
(5%,18%,0%,13%)
(0.05/0.18/0.00/0.13)	

CMYK percentages

%4.95
%18.47
%0
%12.94

Codes

Color #D3B5DE in popluar color models

D3B5DE
RGB211181222
HSL284°38.32%79.02%
HSB/HSV284°18.47%87.06%
CMYK4.95%18.47%0.00%
12.94%

Color #D3B5DE in popluar number systems.

HEXD3B5DE
Decimal211181222
Binary110100111011010111011110
Octal323265336

Shades and tints

Shades of #D3B5DE

#D3B5DE
(211,181,222)
#C0A5CA
(192,165,202)
#AD95B6
(173,149,182)
#9A85A2
(154,133,162)
#87758E
(135,117,142)
#74657A
(116,101,122)
#615566
(97,85,102)
#4E4552
(78,69,82)
#3B353E
(59,53,62)
#28252A
(40,37,42)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #D3B5DE

#D3B5DE
(211,181,222)
#D7BBE1
(215,187,225)
#DBC1E4
(219,193,228)
#DFC7E7
(223,199,231)
#E3CDEA
(227,205,234)
#E7D3ED
(231,211,237)
#EBD9F0
(235,217,240)
#EFDFF3
(239,223,243)
#F3E5F6
(243,229,246)
#F7EBF9
(247,235,249)
#FBF1FC
(251,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B5DE color. Also use rgb(211,181,222) instead hex code.

Text Font Color

.myTextColor { color: #D3B5DE; }

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

This text font color is #D3B5DE.


Background Color

.myBgColor { background-color: #D3B5DE; }

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

This div background color is #D3B5DE.


Border color

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

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

This div border color is #D3B5DE.


Opacity

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

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

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

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

This text has shadow with #D3B5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B5DE on black background.


Color preview on white background

This text has color #D3B5DE on white background.



Black color preview on #D3B5DE background

This text has black color on #D3B5DE background.


White color preview on #D3B5DE background

This text has white color on #D3B5DE background.