COLOR #D6DECE

HEX: #D6DECE
RGB: (214,222,206)

Color info

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

RGB color model

#D6DECE color RGB value is (214,222,206).

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

RGB channels and saturation

R 214 of 255 = 84%
G 222 of 255 = 87%
B 206 of 255 = 81%

214
222
206

R + G + B ~ 84%. #D6DECE is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 222 + 206 = 642 (100%)
R 214 of 642 ~ 33.33%
G 222 of 642 ~ 34.58%
B 206 of 642 ~ 32.09%

%33.33
%34.58
%32.09

CMYK color model

#D6DECE color CMYK value is (4,0,7,13).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 7.21%
  • key color value is 12.94%
CMYK:
(4,0,7,13)
C4M0Y7K13 
(4%,0%,7%,13%)
(0.04/0.00/0.07/0.13)	

CMYK percentages

%3.6
%0
%7.21
%12.94

Codes

Color #D6DECE in popluar color models

D6DECE
RGB214222206
HSL90°19.51%83.92%
HSB/HSV90°7.21%87.06%
CMYK3.60%0.00%7.21%
12.94%

Color #D6DECE in popluar number systems.

HEXD6DECE
Decimal214222206
Binary110101101101111011001110
Octal326336316

Shades and tints

Shades of #D6DECE

#D6DECE
(214,222,206)
#C3CABC
(195,202,188)
#B0B6AA
(176,182,170)
#9DA298
(157,162,152)
#8A8E86
(138,142,134)
#777A74
(119,122,116)
#646662
(100,102,98)
#515250
(81,82,80)
#3E3E3E
(62,62,62)
#2B2A2C
(43,42,44)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #D6DECE

#D6DECE
(214,222,206)
#D9E1D2
(217,225,210)
#DCE4D6
(220,228,214)
#DFE7DA
(223,231,218)
#E2EADE
(226,234,222)
#E5EDE2
(229,237,226)
#E8F0E6
(232,240,230)
#EBF3EA
(235,243,234)
#EEF6EE
(238,246,238)
#F1F9F2
(241,249,242)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DECE; }

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

This text font color is #D6DECE.


Background Color

.myBgColor { background-color: #D6DECE; }

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

This div background color is #D6DECE.


Border color

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

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

This div border color is #D6DECE.


Opacity

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

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

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

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

This text has shadow with #D6DECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DECE on black background.


Color preview on white background

This text has color #D6DECE on white background.



Black color preview on #D6DECE background

This text has black color on #D6DECE background.


White color preview on #D6DECE background

This text has white color on #D6DECE background.