COLOR #D3B3D1

HEX: #D3B3D1
RGB: (211,179,209)

Color info

#D3B3D1 contains red, green and blue colors in about the same proportion. Web safe color of #D3B3D1 is #CC99CC (or #C9C).

RGB color model

#D3B3D1 color RGB value is (211,179,209).

  • red value is 211;
  • green value is 179;
  • blue value is 209.
RGB:
(211,179,209)
(83%,70%,82%)

RGB channels and saturation

R 211 of 255 = 83%
G 179 of 255 = 70%
B 209 of 255 = 82%

211
179
209

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

Portions of RGB colors in percentages

R + G + B =
211 + 179 + 209 = 599 (100%)
R 211 of 599 ~ 35.23%
G 179 of 599 ~ 29.88%
B 209 of 599 ~ 34.89%

%35.23
%29.88
%34.89

CMYK color model

#D3B3D1 color CMYK value is (0,15,1,17).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 0.95%
  • key color value is 17.25%
CMYK:
(0,15,1,17)
C0M15Y1K17 
(0%,15%,1%,17%)
(0.00/0.15/0.01/0.17)	

CMYK percentages

%0
%15.17
%0.95
%17.25

Codes

Color #D3B3D1 in popluar color models

D3B3D1
RGB211179209
HSL304°26.67%76.47%
HSB/HSV304°15.17%82.75%
CMYK0.00%15.17%0.95%
17.25%

Color #D3B3D1 in popluar number systems.

HEXD3B3D1
Decimal211179209
Binary110100111011001111010001
Octal323263321

Shades and tints

Shades of #D3B3D1

#D3B3D1
(211,179,209)
#C0A3BE
(192,163,190)
#AD93AB
(173,147,171)
#9A8398
(154,131,152)
#877385
(135,115,133)
#746372
(116,99,114)
#61535F
(97,83,95)
#4E434C
(78,67,76)
#3B3339
(59,51,57)
#282326
(40,35,38)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #D3B3D1

#D3B3D1
(211,179,209)
#D7B9D5
(215,185,213)
#DBBFD9
(219,191,217)
#DFC5DD
(223,197,221)
#E3CBE1
(227,203,225)
#E7D1E5
(231,209,229)
#EBD7E9
(235,215,233)
#EFDDED
(239,221,237)
#F3E3F1
(243,227,241)
#F7E9F5
(247,233,245)
#FBEFF9
(251,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B3D1 color. Also use rgb(211,179,209) instead hex code.

Text Font Color

.myTextColor { color: #D3B3D1; }

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

This text font color is #D3B3D1.


Background Color

.myBgColor { background-color: #D3B3D1; }

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

This div background color is #D3B3D1.


Border color

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

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

This div border color is #D3B3D1.


Opacity

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

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

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

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

This text has shadow with #D3B3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B3D1 on black background.


Color preview on white background

This text has color #D3B3D1 on white background.



Black color preview on #D3B3D1 background

This text has black color on #D3B3D1 background.


White color preview on #D3B3D1 background

This text has white color on #D3B3D1 background.