COLOR #D1C8CE

HEX: #D1C8CE
RGB: (209,200,206)

Color info

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

RGB color model

#D1C8CE color RGB value is (209,200,206).

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

RGB channels and saturation

R 209 of 255 = 82%
G 200 of 255 = 78%
B 206 of 255 = 81%

209
200
206

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

Portions of RGB colors in percentages

R + G + B =
209 + 200 + 206 = 615 (100%)
R 209 of 615 ~ 33.98%
G 200 of 615 ~ 32.52%
B 206 of 615 ~ 33.5%

%33.98
%32.52
%33.5

CMYK color model

#D1C8CE color CMYK value is (0,4,1,18).

  • cyan value is 0.00%
  • magenta value is 4.31%
  • yellow value is 1.44%
  • key color value is 18.04%
CMYK:
(0,4,1,18)
C0M4Y1K18 
(0%,4%,1%,18%)
(0.00/0.04/0.01/0.18)	

CMYK percentages

%0
%4.31
%1.44
%18.04

Codes

Color #D1C8CE in popluar color models

D1C8CE
RGB209200206
HSL320°8.91%80.20%
HSB/HSV320°4.31%81.96%
CMYK0.00%4.31%1.44%
18.04%

Color #D1C8CE in popluar number systems.

HEXD1C8CE
Decimal209200206
Binary110100011100100011001110
Octal321310316

Shades and tints

Shades of #D1C8CE

#D1C8CE
(209,200,206)
#BEB6BC
(190,182,188)
#ABA4AA
(171,164,170)
#989298
(152,146,152)
#858086
(133,128,134)
#726E74
(114,110,116)
#5F5C62
(95,92,98)
#4C4A50
(76,74,80)
#39383E
(57,56,62)
#26262C
(38,38,44)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #D1C8CE

#D1C8CE
(209,200,206)
#D5CDD2
(213,205,210)
#D9D2D6
(217,210,214)
#DDD7DA
(221,215,218)
#E1DCDE
(225,220,222)
#E5E1E2
(229,225,226)
#E9E6E6
(233,230,230)
#EDEBEA
(237,235,234)
#F1F0EE
(241,240,238)
#F5F5F2
(245,245,242)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C8CE; }

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

This text font color is #D1C8CE.


Background Color

.myBgColor { background-color: #D1C8CE; }

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

This div background color is #D1C8CE.


Border color

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

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

This div border color is #D1C8CE.


Opacity

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

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

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

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

This text has shadow with #D1C8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C8CE on black background.


Color preview on white background

This text has color #D1C8CE on white background.



Black color preview on #D1C8CE background

This text has black color on #D1C8CE background.


White color preview on #D1C8CE background

This text has white color on #D1C8CE background.