COLOR #D6CCD1

HEX: #D6CCD1
RGB: (214,204,209)

Color info

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

RGB color model

#D6CCD1 color RGB value is (214,204,209).

  • red value is 214;
  • green value is 204;
  • blue value is 209.
RGB:
(214,204,209)
(84%,80%,82%)

RGB channels and saturation

R 214 of 255 = 84%
G 204 of 255 = 80%
B 209 of 255 = 82%

214
204
209

R + G + B ~ 82%. #D6CCD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 204 + 209 = 627 (100%)
R 214 of 627 ~ 34.13%
G 204 of 627 ~ 32.54%
B 209 of 627 ~ 33.33%

%34.13
%32.54
%33.33

CMYK color model

#D6CCD1 color CMYK value is (0,5,2,16).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 2.34%
  • key color value is 16.08%
CMYK:
(0,5,2,16)
C0M5Y2K16 
(0%,5%,2%,16%)
(0.00/0.05/0.02/0.16)	

CMYK percentages

%0
%4.67
%2.34
%16.08

Codes

Color #D6CCD1 in popluar color models

D6CCD1
RGB214204209
HSL330°10.87%81.96%
HSB/HSV330°4.67%83.92%
CMYK0.00%4.67%2.34%
16.08%

Color #D6CCD1 in popluar number systems.

HEXD6CCD1
Decimal214204209
Binary110101101100110011010001
Octal326314321

Shades and tints

Shades of #D6CCD1

#D6CCD1
(214,204,209)
#C3BABE
(195,186,190)
#B0A8AB
(176,168,171)
#9D9698
(157,150,152)
#8A8485
(138,132,133)
#777272
(119,114,114)
#64605F
(100,96,95)
#514E4C
(81,78,76)
#3E3C39
(62,60,57)
#2B2A26
(43,42,38)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #D6CCD1

#D6CCD1
(214,204,209)
#D9D0D5
(217,208,213)
#DCD4D9
(220,212,217)
#DFD8DD
(223,216,221)
#E2DCE1
(226,220,225)
#E5E0E5
(229,224,229)
#E8E4E9
(232,228,233)
#EBE8ED
(235,232,237)
#EEECF1
(238,236,241)
#F1F0F5
(241,240,245)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CCD1 color. Also use rgb(214,204,209) instead hex code.

Text Font Color

.myTextColor { color: #D6CCD1; }

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

This text font color is #D6CCD1.


Background Color

.myBgColor { background-color: #D6CCD1; }

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

This div background color is #D6CCD1.


Border color

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

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

This div border color is #D6CCD1.


Opacity

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

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

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

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

This text has shadow with #D6CCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CCD1 on black background.


Color preview on white background

This text has color #D6CCD1 on white background.



Black color preview on #D6CCD1 background

This text has black color on #D6CCD1 background.


White color preview on #D6CCD1 background

This text has white color on #D6CCD1 background.