COLOR #D3C2CE

HEX: #D3C2CE
RGB: (211,194,206)

Color info

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

RGB color model

#D3C2CE color RGB value is (211,194,206).

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

RGB channels and saturation

R 211 of 255 = 83%
G 194 of 255 = 76%
B 206 of 255 = 81%

211
194
206

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

Portions of RGB colors in percentages

R + G + B =
211 + 194 + 206 = 611 (100%)
R 211 of 611 ~ 34.53%
G 194 of 611 ~ 31.75%
B 206 of 611 ~ 33.72%

%34.53
%31.75
%33.72

CMYK color model

#D3C2CE color CMYK value is (0,8,2,17).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 2.37%
  • key color value is 17.25%
CMYK:
(0,8,2,17)
C0M8Y2K17 
(0%,8%,2%,17%)
(0.00/0.08/0.02/0.17)	

CMYK percentages

%0
%8.06
%2.37
%17.25

Codes

Color #D3C2CE in popluar color models

D3C2CE
RGB211194206
HSL318°16.19%79.41%
HSB/HSV318°8.06%82.75%
CMYK0.00%8.06%2.37%
17.25%

Color #D3C2CE in popluar number systems.

HEXD3C2CE
Decimal211194206
Binary110100111100001011001110
Octal323302316

Shades and tints

Shades of #D3C2CE

#D3C2CE
(211,194,206)
#C0B1BC
(192,177,188)
#ADA0AA
(173,160,170)
#9A8F98
(154,143,152)
#877E86
(135,126,134)
#746D74
(116,109,116)
#615C62
(97,92,98)
#4E4B50
(78,75,80)
#3B3A3E
(59,58,62)
#28292C
(40,41,44)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #D3C2CE

#D3C2CE
(211,194,206)
#D7C7D2
(215,199,210)
#DBCCD6
(219,204,214)
#DFD1DA
(223,209,218)
#E3D6DE
(227,214,222)
#E7DBE2
(231,219,226)
#EBE0E6
(235,224,230)
#EFE5EA
(239,229,234)
#F3EAEE
(243,234,238)
#F7EFF2
(247,239,242)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C2CE; }

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

This text font color is #D3C2CE.


Background Color

.myBgColor { background-color: #D3C2CE; }

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

This div background color is #D3C2CE.


Border color

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

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

This div border color is #D3C2CE.


Opacity

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

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

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

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

This text has shadow with #D3C2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C2CE on black background.


Color preview on white background

This text has color #D3C2CE on white background.



Black color preview on #D3C2CE background

This text has black color on #D3C2CE background.


White color preview on #D3C2CE background

This text has white color on #D3C2CE background.