COLOR #D6DDCD

HEX: #D6DDCD RGB: (214,221,205)

Color info

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

RGB color model

#D6DDCD color RGB value is (214,221,205).

RGB: (214,221,205) (84%, 87%, 80%)

RGB channels and saturation

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

214
221
205

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

Portions of RGB colors in percentages

R + G + B = 214 + 221 + 205 = 640 (100%)
R 214 of 640 ~ 33.44%
G 221 of 640 ~ 34.53%
B 205 of 640 ~ 32.03'%

%33.44
%34.53
%32.03

CMYK color model

#D6DDCD color CMYK value is (3,0,7,13).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 7.24%
  • key color value is 13.33%

CMYK: (3,0,7,13)
C3M0Y7K13 (3%, 0%, 7%, 13%)
(0.03 / 0.00 / 0.07 / 0.13)

CMYK percentages

%3.17
%0
%7.24
%13.33

Codes

Color #D6DDCD in popluar color models

D6 DD CD
RGB 214 221 205
HSL 86° 19.05% 83.53%
HSB/HSV 86° 7.24% 86.67%
CMYK 3.17% 0.00% 7.24%
13.33%

Color #D6DDCD in popluar number systems.

HEX D6 DD CD
Decimal 214 221 205
Binary 11010110 11011101 11001101
Octal 326 335 315

Shades and tints

Shades of #D6DDCD

#D6DDCD
(214,221,205)
#C3C9BB
(195,201,187)
#B0B5A9
(176,181,169)
#9DA197
(157,161,151)
#8A8D85
(138,141,133)
#777973
(119,121,115)
#646561
(100,101,97)
#51514F
(81,81,79)
#3E3D3D
(62,61,61)
#2B292B
(43,41,43)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #D6DDCD

#D6DDCD
(214,221,205)
#D9E0D1
(217,224,209)
#DCE3D5
(220,227,213)
#DFE6D9
(223,230,217)
#E2E9DD
(226,233,221)
#E5ECE1
(229,236,225)
#E8EFE5
(232,239,229)
#EBF2E9
(235,242,233)
#EEF5ED
(238,245,237)
#F1F8F1
(241,248,241)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DDCD; }

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

This text font color is #D6DDCD.

Background Color

.myBgColor { background-color: #D6DDCD; }

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

This div background color is #D6DDCD.

Border color

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

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

This div border color is #D6DDCD.

Opacity

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

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

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

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

This text has shadow with #D6DDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DDCD.

Preview

Color preview on black background

This text has color #D6DDCD on black background.


Color preview on white background

This text has color #D6DDCD on white background.


Black color preview on #D6DDCD background

This text has black color on #D6DDCD background.


White color preview on #D6DDCD background

This text has white color on #D6DDCD background.


Related colors

Complementary color

Complementary color for #hex is #292232.


I love getcolorcode.com

Triadic colors

1 #CDD6DD and #DDCDD6 with #D6DDCD are triadic colors.

2 #CDDDD6 and #DDD6CD with #D6DDCD are triadic colors.