COLOR #D3C1DB

HEX: #D3C1DB
RGB: (211,193,219)

Color info

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

RGB color model

#D3C1DB color RGB value is (211,193,219).

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

RGB channels and saturation

R 211 of 255 = 83%
G 193 of 255 = 76%
B 219 of 255 = 86%

211
193
219

R + G + B ~ 82%. #D3C1DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 193 + 219 = 623 (100%)
R 211 of 623 ~ 33.87%
G 193 of 623 ~ 30.98%
B 219 of 623 ~ 35.15%

%33.87
%30.98
%35.15

CMYK color model

#D3C1DB color CMYK value is (4,12,0,14).

  • cyan value is 3.65%
  • magenta value is 11.87%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(4,12,0,14)
C4M12Y0K14 
(4%,12%,0%,14%)
(0.04/0.12/0.00/0.14)	

CMYK percentages

%3.65
%11.87
%0
%14.12

Codes

Color #D3C1DB in popluar color models

D3C1DB
RGB211193219
HSL282°26.53%80.78%
HSB/HSV282°11.87%85.88%
CMYK3.65%11.87%0.00%
14.12%

Color #D3C1DB in popluar number systems.

HEXD3C1DB
Decimal211193219
Binary110100111100000111011011
Octal323301333

Shades and tints

Shades of #D3C1DB

#D3C1DB
(211,193,219)
#C0B0C8
(192,176,200)
#AD9FB5
(173,159,181)
#9A8EA2
(154,142,162)
#877D8F
(135,125,143)
#746C7C
(116,108,124)
#615B69
(97,91,105)
#4E4A56
(78,74,86)
#3B3943
(59,57,67)
#282830
(40,40,48)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #D3C1DB

#D3C1DB
(211,193,219)
#D7C6DE
(215,198,222)
#DBCBE1
(219,203,225)
#DFD0E4
(223,208,228)
#E3D5E7
(227,213,231)
#E7DAEA
(231,218,234)
#EBDFED
(235,223,237)
#EFE4F0
(239,228,240)
#F3E9F3
(243,233,243)
#F7EEF6
(247,238,246)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C1DB; }

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

This text font color is #D3C1DB.


Background Color

.myBgColor { background-color: #D3C1DB; }

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

This div background color is #D3C1DB.


Border color

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

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

This div border color is #D3C1DB.


Opacity

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

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

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

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

This text has shadow with #D3C1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C1DB on black background.


Color preview on white background

This text has color #D3C1DB on white background.



Black color preview on #D3C1DB background

This text has black color on #D3C1DB background.


White color preview on #D3C1DB background

This text has white color on #D3C1DB background.