COLOR #D3B6CD

HEX: #D3B6CD
RGB: (211,182,205)

Color info

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

RGB color model

#D3B6CD color RGB value is (211,182,205).

  • red value is 211;
  • green value is 182;
  • blue value is 205.
RGB:
(211,182,205)
(83%,71%,80%)

RGB channels and saturation

R 211 of 255 = 83%
G 182 of 255 = 71%
B 205 of 255 = 80%

211
182
205

R + G + B ~ 78%. #D3B6CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 182 + 205 = 598 (100%)
R 211 of 598 ~ 35.28%
G 182 of 598 ~ 30.43%
B 205 of 598 ~ 34.28%

%35.28
%30.43
%34.28

CMYK color model

#D3B6CD color CMYK value is (0,14,3,17).

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 2.84%
  • key color value is 17.25%
CMYK:
(0,14,3,17)
C0M14Y3K17 
(0%,14%,3%,17%)
(0.00/0.14/0.03/0.17)	

CMYK percentages

%0
%13.74
%2.84
%17.25

Codes

Color #D3B6CD in popluar color models

D3B6CD
RGB211182205
HSL312°24.79%77.06%
HSB/HSV312°13.74%82.75%
CMYK0.00%13.74%2.84%
17.25%

Color #D3B6CD in popluar number systems.

HEXD3B6CD
Decimal211182205
Binary110100111011011011001101
Octal323266315

Shades and tints

Shades of #D3B6CD

#D3B6CD
(211,182,205)
#C0A6BB
(192,166,187)
#AD96A9
(173,150,169)
#9A8697
(154,134,151)
#877685
(135,118,133)
#746673
(116,102,115)
#615661
(97,86,97)
#4E464F
(78,70,79)
#3B363D
(59,54,61)
#28262B
(40,38,43)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #D3B6CD

#D3B6CD
(211,182,205)
#D7BCD1
(215,188,209)
#DBC2D5
(219,194,213)
#DFC8D9
(223,200,217)
#E3CEDD
(227,206,221)
#E7D4E1
(231,212,225)
#EBDAE5
(235,218,229)
#EFE0E9
(239,224,233)
#F3E6ED
(243,230,237)
#F7ECF1
(247,236,241)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B6CD color. Also use rgb(211,182,205) instead hex code.

Text Font Color

.myTextColor { color: #D3B6CD; }

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

This text font color is #D3B6CD.


Background Color

.myBgColor { background-color: #D3B6CD; }

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

This div background color is #D3B6CD.


Border color

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

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

This div border color is #D3B6CD.


Opacity

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

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

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

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

This text has shadow with #D3B6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B6CD on black background.


Color preview on white background

This text has color #D3B6CD on white background.



Black color preview on #D3B6CD background

This text has black color on #D3B6CD background.


White color preview on #D3B6CD background

This text has white color on #D3B6CD background.