COLOR #D3C5CE

HEX: #D3C5CE
RGB: (211,197,206)

Color info

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

RGB color model

#D3C5CE color RGB value is (211,197,206).

  • red value is 211;
  • green value is 197;
  • blue value is 206.
RGB:
(211,197,206)
(83%,77%,81%)

RGB channels and saturation

R 211 of 255 = 83%
G 197 of 255 = 77%
B 206 of 255 = 81%

211
197
206

R + G + B ~ 80%. #D3C5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 197 + 206 = 614 (100%)
R 211 of 614 ~ 34.36%
G 197 of 614 ~ 32.08%
B 206 of 614 ~ 33.55%

%34.36
%32.08
%33.55

CMYK color model

#D3C5CE color CMYK value is (0,7,2,17).

  • cyan value is 0.00%
  • magenta value is 6.64%
  • yellow value is 2.37%
  • key color value is 17.25%
CMYK:
(0,7,2,17)
C0M7Y2K17 
(0%,7%,2%,17%)
(0.00/0.07/0.02/0.17)	

CMYK percentages

%0
%6.64
%2.37
%17.25

Codes

Color #D3C5CE in popluar color models

D3C5CE
RGB211197206
HSL321°13.73%80.00%
HSB/HSV321°6.64%82.75%
CMYK0.00%6.64%2.37%
17.25%

Color #D3C5CE in popluar number systems.

HEXD3C5CE
Decimal211197206
Binary110100111100010111001110
Octal323305316

Shades and tints

Shades of #D3C5CE

#D3C5CE
(211,197,206)
#C0B4BC
(192,180,188)
#ADA3AA
(173,163,170)
#9A9298
(154,146,152)
#878186
(135,129,134)
#747074
(116,112,116)
#615F62
(97,95,98)
#4E4E50
(78,78,80)
#3B3D3E
(59,61,62)
#282C2C
(40,44,44)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #D3C5CE

#D3C5CE
(211,197,206)
#D7CAD2
(215,202,210)
#DBCFD6
(219,207,214)
#DFD4DA
(223,212,218)
#E3D9DE
(227,217,222)
#E7DEE2
(231,222,226)
#EBE3E6
(235,227,230)
#EFE8EA
(239,232,234)
#F3EDEE
(243,237,238)
#F7F2F2
(247,242,242)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C5CE color. Also use rgb(211,197,206) instead hex code.

Text Font Color

.myTextColor { color: #D3C5CE; }

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

This text font color is #D3C5CE.


Background Color

.myBgColor { background-color: #D3C5CE; }

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

This div background color is #D3C5CE.


Border color

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

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

This div border color is #D3C5CE.


Opacity

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

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

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

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

This text has shadow with #D3C5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C5CE on black background.


Color preview on white background

This text has color #D3C5CE on white background.



Black color preview on #D3C5CE background

This text has black color on #D3C5CE background.


White color preview on #D3C5CE background

This text has white color on #D3C5CE background.