COLOR #D6CAC0

HEX: #D6CAC0 RGB: (214,202,192)

Color info

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

RGB color model

#D6CAC0 color RGB value is (214,202,192).

RGB: (214,202,192) (84%, 79%, 75%)

RGB channels and saturation

R 214 of 255 = 84%
G 202 of 255 = 79%
B 192 of 255 = 75%

214
202
192

R + G + B ~ 79%. #D6CAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 202 + 192 = 608 (100%)
R 214 of 608 ~ 35.2%
G 202 of 608 ~ 33.22%
B 192 of 608 ~ 31.58'%

%35.2
%33.22
%31.58

CMYK color model

#D6CAC0 color CMYK value is (0,6,10,16).

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 10.28%
  • key color value is 16.08%

CMYK: (0,6,10,16)
C0M6Y10K16 (0%, 6%, 10%, 16%)
(0.00 / 0.06 / 0.10 / 0.16)

CMYK percentages

%0
%5.61
%10.28
%16.08

Codes

Color #D6CAC0 in popluar color models

D6 CA C0
RGB 214 202 192
HSL 27° 21.15% 79.61%
HSB/HSV 27° 10.28% 83.92%
CMYK 0.00% 5.61% 10.28%
16.08%

Color #D6CAC0 in popluar number systems.

HEX D6 CA C0
Decimal 214 202 192
Binary 11010110 11001010 11000000
Octal 326 312 300

Shades and tints

Shades of #D6CAC0

#D6CAC0
(214,202,192)
#C3B8AF
(195,184,175)
#B0A69E
(176,166,158)
#9D948D
(157,148,141)
#8A827C
(138,130,124)
#77706B
(119,112,107)
#645E5A
(100,94,90)
#514C49
(81,76,73)
#3E3A38
(62,58,56)
#2B2827
(43,40,39)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #D6CAC0

#D6CAC0
(214,202,192)
#D9CEC5
(217,206,197)
#DCD2CA
(220,210,202)
#DFD6CF
(223,214,207)
#E2DAD4
(226,218,212)
#E5DED9
(229,222,217)
#E8E2DE
(232,226,222)
#EBE6E3
(235,230,227)
#EEEAE8
(238,234,232)
#F1EEED
(241,238,237)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CAC0; }

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

This text font color is #D6CAC0.

Background Color

.myBgColor { background-color: #D6CAC0; }

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

This div background color is #D6CAC0.

Border color

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

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

This div border color is #D6CAC0.

Opacity

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

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

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

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

This text has shadow with #D6CAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CAC0.

Preview

Color preview on black background

This text has color #D6CAC0 on black background.


Color preview on white background

This text has color #D6CAC0 on white background.


Black color preview on #D6CAC0 background

This text has black color on #D6CAC0 background.


White color preview on #D6CAC0 background

This text has white color on #D6CAC0 background.


Related colors

Complementary color

Complementary color for #hex is #29353F.


I love getcolorcode.com

Triadic colors

1 #C0D6CA and #CAC0D6 with #D6CAC0 are triadic colors.

2 #C0CAD6 and #CAD6C0 with #D6CAC0 are triadic colors.