COLOR #D3B5DB

HEX: #D3B5DB
RGB: (211,181,219)

Color info

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

RGB color model

#D3B5DB color RGB value is (211,181,219).

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

RGB channels and saturation

R 211 of 255 = 83%
G 181 of 255 = 71%
B 219 of 255 = 86%

211
181
219

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

Portions of RGB colors in percentages

R + G + B =
211 + 181 + 219 = 611 (100%)
R 211 of 611 ~ 34.53%
G 181 of 611 ~ 29.62%
B 219 of 611 ~ 35.84%

%34.53
%29.62
%35.84

CMYK color model

#D3B5DB color CMYK value is (4,17,0,14).

  • cyan value is 3.65%
  • magenta value is 17.35%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(4,17,0,14)
C4M17Y0K14 
(4%,17%,0%,14%)
(0.04/0.17/0.00/0.14)	

CMYK percentages

%3.65
%17.35
%0
%14.12

Codes

Color #D3B5DB in popluar color models

D3B5DB
RGB211181219
HSL287°34.55%78.43%
HSB/HSV287°17.35%85.88%
CMYK3.65%17.35%0.00%
14.12%

Color #D3B5DB in popluar number systems.

HEXD3B5DB
Decimal211181219
Binary110100111011010111011011
Octal323265333

Shades and tints

Shades of #D3B5DB

#D3B5DB
(211,181,219)
#C0A5C8
(192,165,200)
#AD95B5
(173,149,181)
#9A85A2
(154,133,162)
#87758F
(135,117,143)
#74657C
(116,101,124)
#615569
(97,85,105)
#4E4556
(78,69,86)
#3B3543
(59,53,67)
#282530
(40,37,48)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #D3B5DB

#D3B5DB
(211,181,219)
#D7BBDE
(215,187,222)
#DBC1E1
(219,193,225)
#DFC7E4
(223,199,228)
#E3CDE7
(227,205,231)
#E7D3EA
(231,211,234)
#EBD9ED
(235,217,237)
#EFDFF0
(239,223,240)
#F3E5F3
(243,229,243)
#F7EBF6
(247,235,246)
#FBF1F9
(251,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B5DB; }

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

This text font color is #D3B5DB.


Background Color

.myBgColor { background-color: #D3B5DB; }

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

This div background color is #D3B5DB.


Border color

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

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

This div border color is #D3B5DB.


Opacity

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

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

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

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

This text has shadow with #D3B5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B5DB on black background.


Color preview on white background

This text has color #D3B5DB on white background.



Black color preview on #D3B5DB background

This text has black color on #D3B5DB background.


White color preview on #D3B5DB background

This text has white color on #D3B5DB background.