COLOR #D6C7CA

HEX: #D6C7CA
RGB: (214,199,202)

Color info

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

RGB color model

#D6C7CA color RGB value is (214,199,202).

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

RGB channels and saturation

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

214
199
202

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

Portions of RGB colors in percentages

R + G + B =
214 + 199 + 202 = 615 (100%)
R 214 of 615 ~ 34.8%
G 199 of 615 ~ 32.36%
B 202 of 615 ~ 32.85%

%34.8
%32.36
%32.85

CMYK color model

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

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

CMYK percentages

%0
%7.01
%5.61
%16.08

Codes

Color #D6C7CA in popluar color models

D6C7CA
RGB214199202
HSL348°15.46%80.98%
HSB/HSV348°7.01%83.92%
CMYK0.00%7.01%5.61%
16.08%

Color #D6C7CA in popluar number systems.

HEXD6C7CA
Decimal214199202
Binary110101101100011111001010
Octal326307312

Shades and tints

Shades of #D6C7CA

#D6C7CA
(214,199,202)
#C3B5B8
(195,181,184)
#B0A3A6
(176,163,166)
#9D9194
(157,145,148)
#8A7F82
(138,127,130)
#776D70
(119,109,112)
#645B5E
(100,91,94)
#51494C
(81,73,76)
#3E373A
(62,55,58)
#2B2528
(43,37,40)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #D6C7CA

#D6C7CA
(214,199,202)
#D9CCCE
(217,204,206)
#DCD1D2
(220,209,210)
#DFD6D6
(223,214,214)
#E2DBDA
(226,219,218)
#E5E0DE
(229,224,222)
#E8E5E2
(232,229,226)
#EBEAE6
(235,234,230)
#EEEFEA
(238,239,234)
#F1F4EE
(241,244,238)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C7CA; }

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

This text font color is #D6C7CA.


Background Color

.myBgColor { background-color: #D6C7CA; }

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

This div background color is #D6C7CA.


Border color

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

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

This div border color is #D6C7CA.


Opacity

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

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

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

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

This text has shadow with #D6C7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C7CA on black background.


Color preview on white background

This text has color #D6C7CA on white background.



Black color preview on #D6C7CA background

This text has black color on #D6C7CA background.


White color preview on #D6C7CA background

This text has white color on #D6C7CA background.