COLOR #D3C9DD

HEX: #D3C9DD
RGB: (211,201,221)

Color info

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

RGB color model

#D3C9DD color RGB value is (211,201,221).

  • red value is 211;
  • green value is 201;
  • blue value is 221.
RGB:
(211,201,221)
(83%,79%,87%)

RGB channels and saturation

R 211 of 255 = 83%
G 201 of 255 = 79%
B 221 of 255 = 87%

211
201
221

R + G + B ~ 83%. #D3C9DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 201 + 221 = 633 (100%)
R 211 of 633 ~ 33.33%
G 201 of 633 ~ 31.75%
B 221 of 633 ~ 34.91%

%33.33
%31.75
%34.91

CMYK color model

#D3C9DD color CMYK value is (5,9,0,13).

  • cyan value is 4.52%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(5,9,0,13)
C5M9Y0K13 
(5%,9%,0%,13%)
(0.05/0.09/0.00/0.13)	

CMYK percentages

%4.52
%9.05
%0
%13.33

Codes

Color #D3C9DD in popluar color models

D3C9DD
RGB211201221
HSL270°22.73%82.75%
HSB/HSV270°9.05%86.67%
CMYK4.52%9.05%0.00%
13.33%

Color #D3C9DD in popluar number systems.

HEXD3C9DD
Decimal211201221
Binary110100111100100111011101
Octal323311335

Shades and tints

Shades of #D3C9DD

#D3C9DD
(211,201,221)
#C0B7C9
(192,183,201)
#ADA5B5
(173,165,181)
#9A93A1
(154,147,161)
#87818D
(135,129,141)
#746F79
(116,111,121)
#615D65
(97,93,101)
#4E4B51
(78,75,81)
#3B393D
(59,57,61)
#282729
(40,39,41)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #D3C9DD

#D3C9DD
(211,201,221)
#D7CDE0
(215,205,224)
#DBD1E3
(219,209,227)
#DFD5E6
(223,213,230)
#E3D9E9
(227,217,233)
#E7DDEC
(231,221,236)
#EBE1EF
(235,225,239)
#EFE5F2
(239,229,242)
#F3E9F5
(243,233,245)
#F7EDF8
(247,237,248)
#FBF1FB
(251,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C9DD color. Also use rgb(211,201,221) instead hex code.

Text Font Color

.myTextColor { color: #D3C9DD; }

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

This text font color is #D3C9DD.


Background Color

.myBgColor { background-color: #D3C9DD; }

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

This div background color is #D3C9DD.


Border color

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

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

This div border color is #D3C9DD.


Opacity

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

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

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

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

This text has shadow with #D3C9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C9DD on black background.


Color preview on white background

This text has color #D3C9DD on white background.



Black color preview on #D3C9DD background

This text has black color on #D3C9DD background.


White color preview on #D3C9DD background

This text has white color on #D3C9DD background.