COLOR #D6C8CA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

214
200
202

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

Portions of RGB colors in percentages

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

%34.74
%32.47
%32.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.54%
  • 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
%6.54
%5.61
%16.08

Codes

Color #D6C8CA in popluar color models

D6C8CA
RGB214200202
HSL351°14.58%81.18%
HSB/HSV351°6.54%83.92%
CMYK0.00%6.54%5.61%
16.08%

Color #D6C8CA in popluar number systems.

HEXD6C8CA
Decimal214200202
Binary110101101100100011001010
Octal326310312

Shades and tints

Shades of #D6C8CA

#D6C8CA
(214,200,202)
#C3B6B8
(195,182,184)
#B0A4A6
(176,164,166)
#9D9294
(157,146,148)
#8A8082
(138,128,130)
#776E70
(119,110,112)
#645C5E
(100,92,94)
#514A4C
(81,74,76)
#3E383A
(62,56,58)
#2B2628
(43,38,40)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #D6C8CA

#D6C8CA
(214,200,202)
#D9CDCE
(217,205,206)
#DCD2D2
(220,210,210)
#DFD7D6
(223,215,214)
#E2DCDA
(226,220,218)
#E5E1DE
(229,225,222)
#E8E6E2
(232,230,226)
#EBEBE6
(235,235,230)
#EEF0EA
(238,240,234)
#F1F5EE
(241,245,238)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C8CA; }

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

This text font color is #D6C8CA.


Background Color

.myBgColor { background-color: #D6C8CA; }

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

This div background color is #D6C8CA.


Border color

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

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

This div border color is #D6C8CA.


Opacity

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

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

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

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

This text has shadow with #D6C8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C8CA on black background.


Color preview on white background

This text has color #D6C8CA on white background.



Black color preview on #D6C8CA background

This text has black color on #D6C8CA background.


White color preview on #D6C8CA background

This text has white color on #D6C8CA background.