COLOR #D6C4CE

HEX: #D6C4CE
RGB: (214,196,206)

Color info

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

RGB color model

#D6C4CE color RGB value is (214,196,206).

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

RGB channels and saturation

R 214 of 255 = 84%
G 196 of 255 = 77%
B 206 of 255 = 81%

214
196
206

R + G + B ~ 81%. #D6C4CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 196 + 206 = 616 (100%)
R 214 of 616 ~ 34.74%
G 196 of 616 ~ 31.82%
B 206 of 616 ~ 33.44%

%34.74
%31.82
%33.44

CMYK color model

#D6C4CE color CMYK value is (0,8,4,16).

  • cyan value is 0.00%
  • magenta value is 8.41%
  • yellow value is 3.74%
  • key color value is 16.08%
CMYK:
(0,8,4,16)
C0M8Y4K16 
(0%,8%,4%,16%)
(0.00/0.08/0.04/0.16)	

CMYK percentages

%0
%8.41
%3.74
%16.08

Codes

Color #D6C4CE in popluar color models

D6C4CE
RGB214196206
HSL327°18.00%80.39%
HSB/HSV327°8.41%83.92%
CMYK0.00%8.41%3.74%
16.08%

Color #D6C4CE in popluar number systems.

HEXD6C4CE
Decimal214196206
Binary110101101100010011001110
Octal326304316

Shades and tints

Shades of #D6C4CE

#D6C4CE
(214,196,206)
#C3B3BC
(195,179,188)
#B0A2AA
(176,162,170)
#9D9198
(157,145,152)
#8A8086
(138,128,134)
#776F74
(119,111,116)
#645E62
(100,94,98)
#514D50
(81,77,80)
#3E3C3E
(62,60,62)
#2B2B2C
(43,43,44)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #D6C4CE

#D6C4CE
(214,196,206)
#D9C9D2
(217,201,210)
#DCCED6
(220,206,214)
#DFD3DA
(223,211,218)
#E2D8DE
(226,216,222)
#E5DDE2
(229,221,226)
#E8E2E6
(232,226,230)
#EBE7EA
(235,231,234)
#EEECEE
(238,236,238)
#F1F1F2
(241,241,242)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C4CE; }

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

This text font color is #D6C4CE.


Background Color

.myBgColor { background-color: #D6C4CE; }

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

This div background color is #D6C4CE.


Border color

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

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

This div border color is #D6C4CE.


Opacity

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

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

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

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

This text has shadow with #D6C4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C4CE on black background.


Color preview on white background

This text has color #D6C4CE on white background.



Black color preview on #D6C4CE background

This text has black color on #D6C4CE background.


White color preview on #D6C4CE background

This text has white color on #D6C4CE background.