COLOR #D3B7DB

HEX: #D3B7DB
RGB: (211,183,219)

Color info

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

RGB color model

#D3B7DB color RGB value is (211,183,219).

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

RGB channels and saturation

R 211 of 255 = 83%
G 183 of 255 = 72%
B 219 of 255 = 86%

211
183
219

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

Portions of RGB colors in percentages

R + G + B =
211 + 183 + 219 = 613 (100%)
R 211 of 613 ~ 34.42%
G 183 of 613 ~ 29.85%
B 219 of 613 ~ 35.73%

%34.42
%29.85
%35.73

CMYK color model

#D3B7DB color CMYK value is (4,16,0,14).

  • cyan value is 3.65%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(4,16,0,14)
C4M16Y0K14 
(4%,16%,0%,14%)
(0.04/0.16/0.00/0.14)	

CMYK percentages

%3.65
%16.44
%0
%14.12

Codes

Color #D3B7DB in popluar color models

D3B7DB
RGB211183219
HSL287°33.33%78.82%
HSB/HSV287°16.44%85.88%
CMYK3.65%16.44%0.00%
14.12%

Color #D3B7DB in popluar number systems.

HEXD3B7DB
Decimal211183219
Binary110100111011011111011011
Octal323267333

Shades and tints

Shades of #D3B7DB

#D3B7DB
(211,183,219)
#C0A7C8
(192,167,200)
#AD97B5
(173,151,181)
#9A87A2
(154,135,162)
#87778F
(135,119,143)
#74677C
(116,103,124)
#615769
(97,87,105)
#4E4756
(78,71,86)
#3B3743
(59,55,67)
#282730
(40,39,48)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #D3B7DB

#D3B7DB
(211,183,219)
#D7BDDE
(215,189,222)
#DBC3E1
(219,195,225)
#DFC9E4
(223,201,228)
#E3CFE7
(227,207,231)
#E7D5EA
(231,213,234)
#EBDBED
(235,219,237)
#EFE1F0
(239,225,240)
#F3E7F3
(243,231,243)
#F7EDF6
(247,237,246)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B7DB; }

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

This text font color is #D3B7DB.


Background Color

.myBgColor { background-color: #D3B7DB; }

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

This div background color is #D3B7DB.


Border color

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

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

This div border color is #D3B7DB.


Opacity

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

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

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

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

This text has shadow with #D3B7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B7DB on black background.


Color preview on white background

This text has color #D3B7DB on white background.



Black color preview on #D3B7DB background

This text has black color on #D3B7DB background.


White color preview on #D3B7DB background

This text has white color on #D3B7DB background.