COLOR #D6C7C1

HEX: #D6C7C1
RGB: (214,199,193)

Color info

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

RGB color model

#D6C7C1 color RGB value is (214,199,193).

  • red value is 214;
  • green value is 199;
  • blue value is 193.
RGB:
(214,199,193)
(84%,78%,76%)

RGB channels and saturation

R 214 of 255 = 84%
G 199 of 255 = 78%
B 193 of 255 = 76%

214
199
193

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

Portions of RGB colors in percentages

R + G + B =
214 + 199 + 193 = 606 (100%)
R 214 of 606 ~ 35.31%
G 199 of 606 ~ 32.84%
B 193 of 606 ~ 31.85%

%35.31
%32.84
%31.85

CMYK color model

#D6C7C1 color CMYK value is (0,7,10,16).

  • cyan value is 0.00%
  • magenta value is 7.01%
  • yellow value is 9.81%
  • key color value is 16.08%
CMYK:
(0,7,10,16)
C0M7Y10K16 
(0%,7%,10%,16%)
(0.00/0.07/0.10/0.16)	

CMYK percentages

%0
%7.01
%9.81
%16.08

Codes

Color #D6C7C1 in popluar color models

D6C7C1
RGB214199193
HSL17°20.39%79.80%
HSB/HSV17°9.81%83.92%
CMYK0.00%7.01%9.81%
16.08%

Color #D6C7C1 in popluar number systems.

HEXD6C7C1
Decimal214199193
Binary110101101100011111000001
Octal326307301

Shades and tints

Shades of #D6C7C1

#D6C7C1
(214,199,193)
#C3B5B0
(195,181,176)
#B0A39F
(176,163,159)
#9D918E
(157,145,142)
#8A7F7D
(138,127,125)
#776D6C
(119,109,108)
#645B5B
(100,91,91)
#51494A
(81,73,74)
#3E3739
(62,55,57)
#2B2528
(43,37,40)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #D6C7C1

#D6C7C1
(214,199,193)
#D9CCC6
(217,204,198)
#DCD1CB
(220,209,203)
#DFD6D0
(223,214,208)
#E2DBD5
(226,219,213)
#E5E0DA
(229,224,218)
#E8E5DF
(232,229,223)
#EBEAE4
(235,234,228)
#EEEFE9
(238,239,233)
#F1F4EE
(241,244,238)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C7C1 color. Also use rgb(214,199,193) instead hex code.

Text Font Color

.myTextColor { color: #D6C7C1; }

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

This text font color is #D6C7C1.


Background Color

.myBgColor { background-color: #D6C7C1; }

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

This div background color is #D6C7C1.


Border color

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

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

This div border color is #D6C7C1.


Opacity

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

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

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

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

This text has shadow with #D6C7C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C7C1 on black background.


Color preview on white background

This text has color #D6C7C1 on white background.



Black color preview on #D6C7C1 background

This text has black color on #D6C7C1 background.


White color preview on #D6C7C1 background

This text has white color on #D6C7C1 background.