COLOR #D3C2D7

HEX: #D3C2D7
RGB: (211,194,215)

Color info

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

RGB color model

#D3C2D7 color RGB value is (211,194,215).

  • red value is 211;
  • green value is 194;
  • blue value is 215.
RGB:
(211,194,215)
(83%,76%,84%)

RGB channels and saturation

R 211 of 255 = 83%
G 194 of 255 = 76%
B 215 of 255 = 84%

211
194
215

R + G + B ~ 81%. #D3C2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 194 + 215 = 620 (100%)
R 211 of 620 ~ 34.03%
G 194 of 620 ~ 31.29%
B 215 of 620 ~ 34.68%

%34.03
%31.29
%34.68

CMYK color model

#D3C2D7 color CMYK value is (2,10,0,16).

  • cyan value is 1.86%
  • magenta value is 9.77%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(2,10,0,16)
C2M10Y0K16 
(2%,10%,0%,16%)
(0.02/0.10/0.00/0.16)	

CMYK percentages

%1.86
%9.77
%0
%15.69

Codes

Color #D3C2D7 in popluar color models

D3C2D7
RGB211194215
HSL289°20.79%80.20%
HSB/HSV289°9.77%84.31%
CMYK1.86%9.77%0.00%
15.69%

Color #D3C2D7 in popluar number systems.

HEXD3C2D7
Decimal211194215
Binary110100111100001011010111
Octal323302327

Shades and tints

Shades of #D3C2D7

#D3C2D7
(211,194,215)
#C0B1C4
(192,177,196)
#ADA0B1
(173,160,177)
#9A8F9E
(154,143,158)
#877E8B
(135,126,139)
#746D78
(116,109,120)
#615C65
(97,92,101)
#4E4B52
(78,75,82)
#3B3A3F
(59,58,63)
#28292C
(40,41,44)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #D3C2D7

#D3C2D7
(211,194,215)
#D7C7DA
(215,199,218)
#DBCCDD
(219,204,221)
#DFD1E0
(223,209,224)
#E3D6E3
(227,214,227)
#E7DBE6
(231,219,230)
#EBE0E9
(235,224,233)
#EFE5EC
(239,229,236)
#F3EAEF
(243,234,239)
#F7EFF2
(247,239,242)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C2D7 color. Also use rgb(211,194,215) instead hex code.

Text Font Color

.myTextColor { color: #D3C2D7; }

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

This text font color is #D3C2D7.


Background Color

.myBgColor { background-color: #D3C2D7; }

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

This div background color is #D3C2D7.


Border color

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

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

This div border color is #D3C2D7.


Opacity

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

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

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

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

This text has shadow with #D3C2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C2D7 on black background.


Color preview on white background

This text has color #D3C2D7 on white background.



Black color preview on #D3C2D7 background

This text has black color on #D3C2D7 background.


White color preview on #D3C2D7 background

This text has white color on #D3C2D7 background.