COLOR #D6DECD

HEX: #D6DECD
RGB: (214,222,205)

Color info

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

RGB color model

#D6DECD color RGB value is (214,222,205).

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

RGB channels and saturation

R 214 of 255 = 84%
G 222 of 255 = 87%
B 205 of 255 = 80%

214
222
205

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

Portions of RGB colors in percentages

R + G + B =
214 + 222 + 205 = 641 (100%)
R 214 of 641 ~ 33.39%
G 222 of 641 ~ 34.63%
B 205 of 641 ~ 31.98%

%33.39
%34.63
%31.98

CMYK color model

#D6DECD color CMYK value is (4,0,8,13).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 12.94%
CMYK:
(4,0,8,13)
C4M0Y8K13 
(4%,0%,8%,13%)
(0.04/0.00/0.08/0.13)	

CMYK percentages

%3.6
%0
%7.66
%12.94

Codes

Color #D6DECD in popluar color models

D6DECD
RGB214222205
HSL88°20.48%83.73%
HSB/HSV88°7.66%87.06%
CMYK3.60%0.00%7.66%
12.94%

Color #D6DECD in popluar number systems.

HEXD6DECD
Decimal214222205
Binary110101101101111011001101
Octal326336315

Shades and tints

Shades of #D6DECD

#D6DECD
(214,222,205)
#C3CABB
(195,202,187)
#B0B6A9
(176,182,169)
#9DA297
(157,162,151)
#8A8E85
(138,142,133)
#777A73
(119,122,115)
#646661
(100,102,97)
#51524F
(81,82,79)
#3E3E3D
(62,62,61)
#2B2A2B
(43,42,43)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #D6DECD

#D6DECD
(214,222,205)
#D9E1D1
(217,225,209)
#DCE4D5
(220,228,213)
#DFE7D9
(223,231,217)
#E2EADD
(226,234,221)
#E5EDE1
(229,237,225)
#E8F0E5
(232,240,229)
#EBF3E9
(235,243,233)
#EEF6ED
(238,246,237)
#F1F9F1
(241,249,241)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DECD; }

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

This text font color is #D6DECD.


Background Color

.myBgColor { background-color: #D6DECD; }

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

This div background color is #D6DECD.


Border color

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

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

This div border color is #D6DECD.


Opacity

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

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

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

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

This text has shadow with #D6DECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DECD on black background.


Color preview on white background

This text has color #D6DECD on white background.



Black color preview on #D6DECD background

This text has black color on #D6DECD background.


White color preview on #D6DECD background

This text has white color on #D6DECD background.