COLOR #D6CAC8

HEX: #D6CAC8
RGB: (214,202,200)

Color info

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

RGB color model

#D6CAC8 color RGB value is (214,202,200).

  • red value is 214;
  • green value is 202;
  • blue value is 200.
RGB:
(214,202,200)
(84%,79%,78%)

RGB channels and saturation

R 214 of 255 = 84%
G 202 of 255 = 79%
B 200 of 255 = 78%

214
202
200

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

Portions of RGB colors in percentages

R + G + B =
214 + 202 + 200 = 616 (100%)
R 214 of 616 ~ 34.74%
G 202 of 616 ~ 32.79%
B 200 of 616 ~ 32.47%

%34.74
%32.79
%32.47

CMYK color model

#D6CAC8 color CMYK value is (0,6,7,16).

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 6.54%
  • key color value is 16.08%
CMYK:
(0,6,7,16)
C0M6Y7K16 
(0%,6%,7%,16%)
(0.00/0.06/0.07/0.16)	

CMYK percentages

%0
%5.61
%6.54
%16.08

Codes

Color #D6CAC8 in popluar color models

D6CAC8
RGB214202200
HSL14.58%81.18%
HSB/HSV6.54%83.92%
CMYK0.00%5.61%6.54%
16.08%

Color #D6CAC8 in popluar number systems.

HEXD6CAC8
Decimal214202200
Binary110101101100101011001000
Octal326312310

Shades and tints

Shades of #D6CAC8

#D6CAC8
(214,202,200)
#C3B8B6
(195,184,182)
#B0A6A4
(176,166,164)
#9D9492
(157,148,146)
#8A8280
(138,130,128)
#77706E
(119,112,110)
#645E5C
(100,94,92)
#514C4A
(81,76,74)
#3E3A38
(62,58,56)
#2B2826
(43,40,38)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #D6CAC8

#D6CAC8
(214,202,200)
#D9CECD
(217,206,205)
#DCD2D2
(220,210,210)
#DFD6D7
(223,214,215)
#E2DADC
(226,218,220)
#E5DEE1
(229,222,225)
#E8E2E6
(232,226,230)
#EBE6EB
(235,230,235)
#EEEAF0
(238,234,240)
#F1EEF5
(241,238,245)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CAC8 color. Also use rgb(214,202,200) instead hex code.

Text Font Color

.myTextColor { color: #D6CAC8; }

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

This text font color is #D6CAC8.


Background Color

.myBgColor { background-color: #D6CAC8; }

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

This div background color is #D6CAC8.


Border color

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

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

This div border color is #D6CAC8.


Opacity

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

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

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

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

This text has shadow with #D6CAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CAC8 on black background.


Color preview on white background

This text has color #D6CAC8 on white background.



Black color preview on #D6CAC8 background

This text has black color on #D6CAC8 background.


White color preview on #D6CAC8 background

This text has white color on #D6CAC8 background.