COLOR #D3B5FD

HEX: #D3B5FD RGB: (211,181,253)

Color info

#D3B5FD contains mainly red and blue colors. Web safe color of #D3B5FD is #CCCCFF (or #CCF).

RGB color model

#D3B5FD color RGB value is (211,181,253).

RGB: (211,181,253) (83%, 71%, 99%)

RGB channels and saturation

R 211 of 255 = 83%
G 181 of 255 = 71%
B 253 of 255 = 99%

211
181
253

R + G + B ~ 84%. #D3B5FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 181 + 253 = 645 (100%)
R 211 of 645 ~ 32.71%
G 181 of 645 ~ 28.06%
B 253 of 645 ~ 39.22'%

%32.71
%28.06
%39.22

CMYK color model

#D3B5FD color CMYK value is (17,28,0,1).

  • cyan value is 16.60%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (17,28,0,1)
C17M28Y0K1 (17%, 28%, 0%, 1%)
(0.17 / 0.28 / 0.00 / 0.01)

CMYK percentages

%16.6
%28.46
%0
%0.78

Codes

Color #D3B5FD in popluar color models

D3 B5 FD
RGB 211 181 253
HSL 265° 94.74% 85.10%
HSB/HSV 265° 28.46% 99.22%
CMYK 16.60% 28.46% 0.00%
0.78%

Color #D3B5FD in popluar number systems.

HEX D3 B5 FD
Decimal 211 181 253
Binary 11010011 10110101 11111101
Octal 323 265 375

Shades and tints

Shades of #D3B5FD

#D3B5FD
(211,181,253)
#C0A5E6
(192,165,230)
#AD95CF
(173,149,207)
#9A85B8
(154,133,184)
#8775A1
(135,117,161)
#74658A
(116,101,138)
#615573
(97,85,115)
#4E455C
(78,69,92)
#3B3545
(59,53,69)
#28252E
(40,37,46)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #D3B5FD

#D3B5FD
(211,181,253)
#D7BBFD
(215,187,253)
#DBC1FD
(219,193,253)
#DFC7FD
(223,199,253)
#E3CDFD
(227,205,253)
#E7D3FD
(231,211,253)
#EBD9FD
(235,217,253)
#EFDFFD
(239,223,253)
#F3E5FD
(243,229,253)
#F7EBFD
(247,235,253)
#FBF1FD
(251,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B5FD; }

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

This text font color is #D3B5FD.

Background Color

.myBgColor { background-color: #D3B5FD; }

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

This div background color is #D3B5FD.

Border color

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

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

This div border color is #D3B5FD.

Opacity

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

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

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

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

This text has shadow with #D3B5FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B5FD.

Preview

Color preview on black background

This text has color #D3B5FD on black background.


Color preview on white background

This text has color #D3B5FD on white background.


Black color preview on #D3B5FD background

This text has black color on #D3B5FD background.


White color preview on #D3B5FD background

This text has white color on #D3B5FD background.


Related colors

Complementary color

Complementary color for #hex is #2C4A02.


I love getcolorcode.com

Triadic colors

1 #FDD3B5 and #B5FDD3 with #D3B5FD are triadic colors.

2 #FDB5D3 and #B5D3FD with #D3B5FD are triadic colors.