COLOR #D6C3CE

HEX: #D6C3CE
RGB: (214,195,206)

Color info

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

RGB color model

#D6C3CE color RGB value is (214,195,206).

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

RGB channels and saturation

R 214 of 255 = 84%
G 195 of 255 = 76%
B 206 of 255 = 81%

214
195
206

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

Portions of RGB colors in percentages

R + G + B =
214 + 195 + 206 = 615 (100%)
R 214 of 615 ~ 34.8%
G 195 of 615 ~ 31.71%
B 206 of 615 ~ 33.5%

%34.8
%31.71
%33.5

CMYK color model

#D6C3CE color CMYK value is (0,9,4,16).

  • cyan value is 0.00%
  • magenta value is 8.88%
  • yellow value is 3.74%
  • key color value is 16.08%
CMYK:
(0,9,4,16)
C0M9Y4K16 
(0%,9%,4%,16%)
(0.00/0.09/0.04/0.16)	

CMYK percentages

%0
%8.88
%3.74
%16.08

Codes

Color #D6C3CE in popluar color models

D6C3CE
RGB214195206
HSL325°18.81%80.20%
HSB/HSV325°8.88%83.92%
CMYK0.00%8.88%3.74%
16.08%

Color #D6C3CE in popluar number systems.

HEXD6C3CE
Decimal214195206
Binary110101101100001111001110
Octal326303316

Shades and tints

Shades of #D6C3CE

#D6C3CE
(214,195,206)
#C3B2BC
(195,178,188)
#B0A1AA
(176,161,170)
#9D9098
(157,144,152)
#8A7F86
(138,127,134)
#776E74
(119,110,116)
#645D62
(100,93,98)
#514C50
(81,76,80)
#3E3B3E
(62,59,62)
#2B2A2C
(43,42,44)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #D6C3CE

#D6C3CE
(214,195,206)
#D9C8D2
(217,200,210)
#DCCDD6
(220,205,214)
#DFD2DA
(223,210,218)
#E2D7DE
(226,215,222)
#E5DCE2
(229,220,226)
#E8E1E6
(232,225,230)
#EBE6EA
(235,230,234)
#EEEBEE
(238,235,238)
#F1F0F2
(241,240,242)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C3CE; }

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

This text font color is #D6C3CE.


Background Color

.myBgColor { background-color: #D6C3CE; }

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

This div background color is #D6C3CE.


Border color

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

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

This div border color is #D6C3CE.


Opacity

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

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

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

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

This text has shadow with #D6C3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C3CE on black background.


Color preview on white background

This text has color #D6C3CE on white background.



Black color preview on #D6C3CE background

This text has black color on #D6C3CE background.


White color preview on #D6C3CE background

This text has white color on #D6C3CE background.