COLOR #D6D4CE

HEX: #D6D4CE
RGB: (214,212,206)

Color info

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

RGB color model

#D6D4CE color RGB value is (214,212,206).

  • red value is 214;
  • green value is 212;
  • blue value is 206.
RGB:
(214,212,206)
(84%,83%,81%)

RGB channels and saturation

R 214 of 255 = 84%
G 212 of 255 = 83%
B 206 of 255 = 81%

214
212
206

R + G + B ~ 83%. #D6D4CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 212 + 206 = 632 (100%)
R 214 of 632 ~ 33.86%
G 212 of 632 ~ 33.54%
B 206 of 632 ~ 32.59%

%33.86
%33.54
%32.59

CMYK color model

#D6D4CE color CMYK value is (0,1,4,16).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 3.74%
  • key color value is 16.08%
CMYK:
(0,1,4,16)
C0M1Y4K16 
(0%,1%,4%,16%)
(0.00/0.01/0.04/0.16)	

CMYK percentages

%0
%0.93
%3.74
%16.08

Codes

Color #D6D4CE in popluar color models

D6D4CE
RGB214212206
HSL45°8.89%82.35%
HSB/HSV45°3.74%83.92%
CMYK0.00%0.93%3.74%
16.08%

Color #D6D4CE in popluar number systems.

HEXD6D4CE
Decimal214212206
Binary110101101101010011001110
Octal326324316

Shades and tints

Shades of #D6D4CE

#D6D4CE
(214,212,206)
#C3C1BC
(195,193,188)
#B0AEAA
(176,174,170)
#9D9B98
(157,155,152)
#8A8886
(138,136,134)
#777574
(119,117,116)
#646262
(100,98,98)
#514F50
(81,79,80)
#3E3C3E
(62,60,62)
#2B292C
(43,41,44)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #D6D4CE

#D6D4CE
(214,212,206)
#D9D7D2
(217,215,210)
#DCDAD6
(220,218,214)
#DFDDDA
(223,221,218)
#E2E0DE
(226,224,222)
#E5E3E2
(229,227,226)
#E8E6E6
(232,230,230)
#EBE9EA
(235,233,234)
#EEECEE
(238,236,238)
#F1EFF2
(241,239,242)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D4CE color. Also use rgb(214,212,206) instead hex code.

Text Font Color

.myTextColor { color: #D6D4CE; }

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

This text font color is #D6D4CE.


Background Color

.myBgColor { background-color: #D6D4CE; }

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

This div background color is #D6D4CE.


Border color

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

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

This div border color is #D6D4CE.


Opacity

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

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

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

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

This text has shadow with #D6D4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D4CE on black background.


Color preview on white background

This text has color #D6D4CE on white background.



Black color preview on #D6D4CE background

This text has black color on #D6D4CE background.


White color preview on #D6D4CE background

This text has white color on #D6D4CE background.