COLOR #D6CCD0

HEX: #D6CCD0
RGB: (214,204,208)

Color info

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

RGB color model

#D6CCD0 color RGB value is (214,204,208).

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

RGB channels and saturation

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

214
204
208

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

Portions of RGB colors in percentages

R + G + B =
214 + 204 + 208 = 626 (100%)
R 214 of 626 ~ 34.19%
G 204 of 626 ~ 32.59%
B 208 of 626 ~ 33.23%

%34.19
%32.59
%33.23

CMYK color model

#D6CCD0 color CMYK value is (0,5,3,16).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 2.80%
  • key color value is 16.08%
CMYK:
(0,5,3,16)
C0M5Y3K16 
(0%,5%,3%,16%)
(0.00/0.05/0.03/0.16)	

CMYK percentages

%0
%4.67
%2.8
%16.08

Codes

Color #D6CCD0 in popluar color models

D6CCD0
RGB214204208
HSL336°10.87%81.96%
HSB/HSV336°4.67%83.92%
CMYK0.00%4.67%2.80%
16.08%

Color #D6CCD0 in popluar number systems.

HEXD6CCD0
Decimal214204208
Binary110101101100110011010000
Octal326314320

Shades and tints

Shades of #D6CCD0

#D6CCD0
(214,204,208)
#C3BABE
(195,186,190)
#B0A8AC
(176,168,172)
#9D969A
(157,150,154)
#8A8488
(138,132,136)
#777276
(119,114,118)
#646064
(100,96,100)
#514E52
(81,78,82)
#3E3C40
(62,60,64)
#2B2A2E
(43,42,46)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #D6CCD0

#D6CCD0
(214,204,208)
#D9D0D4
(217,208,212)
#DCD4D8
(220,212,216)
#DFD8DC
(223,216,220)
#E2DCE0
(226,220,224)
#E5E0E4
(229,224,228)
#E8E4E8
(232,228,232)
#EBE8EC
(235,232,236)
#EEECF0
(238,236,240)
#F1F0F4
(241,240,244)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CCD0; }

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

This text font color is #D6CCD0.


Background Color

.myBgColor { background-color: #D6CCD0; }

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

This div background color is #D6CCD0.


Border color

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

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

This div border color is #D6CCD0.


Opacity

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

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

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

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

This text has shadow with #D6CCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CCD0 on black background.


Color preview on white background

This text has color #D6CCD0 on white background.



Black color preview on #D6CCD0 background

This text has black color on #D6CCD0 background.


White color preview on #D6CCD0 background

This text has white color on #D6CCD0 background.