COLOR #D6D3CE

HEX: #D6D3CE
RGB: (214,211,206)

Color info

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

RGB color model

#D6D3CE color RGB value is (214,211,206).

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

RGB channels and saturation

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

214
211
206

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

Portions of RGB colors in percentages

R + G + B =
214 + 211 + 206 = 631 (100%)
R 214 of 631 ~ 33.91%
G 211 of 631 ~ 33.44%
B 206 of 631 ~ 32.65%

%33.91
%33.44
%32.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.40%
  • 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
%1.4
%3.74
%16.08

Codes

Color #D6D3CE in popluar color models

D6D3CE
RGB214211206
HSL37°8.89%82.35%
HSB/HSV37°3.74%83.92%
CMYK0.00%1.40%3.74%
16.08%

Color #D6D3CE in popluar number systems.

HEXD6D3CE
Decimal214211206
Binary110101101101001111001110
Octal326323316

Shades and tints

Shades of #D6D3CE

#D6D3CE
(214,211,206)
#C3C0BC
(195,192,188)
#B0ADAA
(176,173,170)
#9D9A98
(157,154,152)
#8A8786
(138,135,134)
#777474
(119,116,116)
#646162
(100,97,98)
#514E50
(81,78,80)
#3E3B3E
(62,59,62)
#2B282C
(43,40,44)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #D6D3CE

#D6D3CE
(214,211,206)
#D9D7D2
(217,215,210)
#DCDBD6
(220,219,214)
#DFDFDA
(223,223,218)
#E2E3DE
(226,227,222)
#E5E7E2
(229,231,226)
#E8EBE6
(232,235,230)
#EBEFEA
(235,239,234)
#EEF3EE
(238,243,238)
#F1F7F2
(241,247,242)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D3CE; }

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

This text font color is #D6D3CE.


Background Color

.myBgColor { background-color: #D6D3CE; }

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

This div background color is #D6D3CE.


Border color

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

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

This div border color is #D6D3CE.


Opacity

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

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

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

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

This text has shadow with #D6D3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D3CE on black background.


Color preview on white background

This text has color #D6D3CE on white background.



Black color preview on #D6D3CE background

This text has black color on #D6D3CE background.


White color preview on #D6D3CE background

This text has white color on #D6D3CE background.