COLOR #D6CCCE

HEX: #D6CCCE
RGB: (214,204,206)

Color info

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

RGB color model

#D6CCCE color RGB value is (214,204,206).

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

RGB channels and saturation

R 214 of 255 = 84%
G 204 of 255 = 80%
B 206 of 255 = 81%

214
204
206

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

Portions of RGB colors in percentages

R + G + B =
214 + 204 + 206 = 624 (100%)
R 214 of 624 ~ 34.29%
G 204 of 624 ~ 32.69%
B 206 of 624 ~ 33.01%

%34.29
%32.69
%33.01

CMYK color model

#D6CCCE color CMYK value is (0,5,4,16).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 3.74%
  • key color value is 16.08%
CMYK:
(0,5,4,16)
C0M5Y4K16 
(0%,5%,4%,16%)
(0.00/0.05/0.04/0.16)	

CMYK percentages

%0
%4.67
%3.74
%16.08

Codes

Color #D6CCCE in popluar color models

D6CCCE
RGB214204206
HSL348°10.87%81.96%
HSB/HSV348°4.67%83.92%
CMYK0.00%4.67%3.74%
16.08%

Color #D6CCCE in popluar number systems.

HEXD6CCCE
Decimal214204206
Binary110101101100110011001110
Octal326314316

Shades and tints

Shades of #D6CCCE

#D6CCCE
(214,204,206)
#C3BABC
(195,186,188)
#B0A8AA
(176,168,170)
#9D9698
(157,150,152)
#8A8486
(138,132,134)
#777274
(119,114,116)
#646062
(100,96,98)
#514E50
(81,78,80)
#3E3C3E
(62,60,62)
#2B2A2C
(43,42,44)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #D6CCCE

#D6CCCE
(214,204,206)
#D9D0D2
(217,208,210)
#DCD4D6
(220,212,214)
#DFD8DA
(223,216,218)
#E2DCDE
(226,220,222)
#E5E0E2
(229,224,226)
#E8E4E6
(232,228,230)
#EBE8EA
(235,232,234)
#EEECEE
(238,236,238)
#F1F0F2
(241,240,242)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CCCE; }

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

This text font color is #D6CCCE.


Background Color

.myBgColor { background-color: #D6CCCE; }

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

This div background color is #D6CCCE.


Border color

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

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

This div border color is #D6CCCE.


Opacity

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

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

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

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

This text has shadow with #D6CCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CCCE on black background.


Color preview on white background

This text has color #D6CCCE on white background.



Black color preview on #D6CCCE background

This text has black color on #D6CCCE background.


White color preview on #D6CCCE background

This text has white color on #D6CCCE background.