COLOR #D1C2CE

HEX: #D1C2CE
RGB: (209,194,206)

Color info

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

RGB color model

#D1C2CE color RGB value is (209,194,206).

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

RGB channels and saturation

R 209 of 255 = 82%
G 194 of 255 = 76%
B 206 of 255 = 81%

209
194
206

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

Portions of RGB colors in percentages

R + G + B =
209 + 194 + 206 = 609 (100%)
R 209 of 609 ~ 34.32%
G 194 of 609 ~ 31.86%
B 206 of 609 ~ 33.83%

%34.32
%31.86
%33.83

CMYK color model

#D1C2CE color CMYK value is (0,7,1,18).

  • cyan value is 0.00%
  • magenta value is 7.18%
  • yellow value is 1.44%
  • key color value is 18.04%
CMYK:
(0,7,1,18)
C0M7Y1K18 
(0%,7%,1%,18%)
(0.00/0.07/0.01/0.18)	

CMYK percentages

%0
%7.18
%1.44
%18.04

Codes

Color #D1C2CE in popluar color models

D1C2CE
RGB209194206
HSL312°14.02%79.02%
HSB/HSV312°7.18%81.96%
CMYK0.00%7.18%1.44%
18.04%

Color #D1C2CE in popluar number systems.

HEXD1C2CE
Decimal209194206
Binary110100011100001011001110
Octal321302316

Shades and tints

Shades of #D1C2CE

#D1C2CE
(209,194,206)
#BEB1BC
(190,177,188)
#ABA0AA
(171,160,170)
#988F98
(152,143,152)
#857E86
(133,126,134)
#726D74
(114,109,116)
#5F5C62
(95,92,98)
#4C4B50
(76,75,80)
#393A3E
(57,58,62)
#26292C
(38,41,44)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #D1C2CE

#D1C2CE
(209,194,206)
#D5C7D2
(213,199,210)
#D9CCD6
(217,204,214)
#DDD1DA
(221,209,218)
#E1D6DE
(225,214,222)
#E5DBE2
(229,219,226)
#E9E0E6
(233,224,230)
#EDE5EA
(237,229,234)
#F1EAEE
(241,234,238)
#F5EFF2
(245,239,242)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C2CE; }

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

This text font color is #D1C2CE.


Background Color

.myBgColor { background-color: #D1C2CE; }

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

This div background color is #D1C2CE.


Border color

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

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

This div border color is #D1C2CE.


Opacity

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

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

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

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

This text has shadow with #D1C2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C2CE on black background.


Color preview on white background

This text has color #D1C2CE on white background.



Black color preview on #D1C2CE background

This text has black color on #D1C2CE background.


White color preview on #D1C2CE background

This text has white color on #D1C2CE background.