COLOR #D6DDC2

HEX: #D6DDC2 RGB: (214,221,194)

Color info

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

RGB color model

#D6DDC2 color RGB value is (214,221,194).

RGB: (214,221,194) (84%, 87%, 76%)

RGB channels and saturation

R 214 of 255 = 84%
G 221 of 255 = 87%
B 194 of 255 = 76%

214
221
194

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

Portions of RGB colors in percentages

R + G + B = 214 + 221 + 194 = 629 (100%)
R 214 of 629 ~ 34.02%
G 221 of 629 ~ 35.14%
B 194 of 629 ~ 30.84'%

%34.02
%35.14
%30.84

CMYK color model

#D6DDC2 color CMYK value is (3,0,12,13).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 13.33%
CMYK: (3,0,12,13) C3M0Y12K13 (3%,0%,12%,13%) (0.03/0.00/0.12/0.13) 

CMYK percentages

%3.17
%0
%12.22
%13.33

Codes

Color #D6DDC2 in popluar color models

D6 DD C2
RGB 214 221 194
HSL 76° 28.42% 81.37%
HSB/HSV 76° 12.22% 86.67%
CMYK 3.17% 0.00% 12.22%
13.33%

Color #D6DDC2 in popluar number systems.

HEX D6 DD C2
Decimal 214 221 194
Binary 11010110 11011101 11000010
Octal 326 335 302

Shades and tints

Shades of #D6DDC2

#D6DDC2
(214,221,194)
#C3C9B1
(195,201,177)
#B0B5A0
(176,181,160)
#9DA18F
(157,161,143)
#8A8D7E
(138,141,126)
#77796D
(119,121,109)
#64655C
(100,101,92)
#51514B
(81,81,75)
#3E3D3A
(62,61,58)
#2B2929
(43,41,41)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #D6DDC2

#D6DDC2
(214,221,194)
#D9E0C7
(217,224,199)
#DCE3CC
(220,227,204)
#DFE6D1
(223,230,209)
#E2E9D6
(226,233,214)
#E5ECDB
(229,236,219)
#E8EFE0
(232,239,224)
#EBF2E5
(235,242,229)
#EEF5EA
(238,245,234)
#F1F8EF
(241,248,239)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DDC2; }

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

This text font color is #D6DDC2.

Background Color

.myBgColor { background-color: #D6DDC2; }

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

This div background color is #D6DDC2.

Border color

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

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

This div border color is #D6DDC2.

Opacity

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

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

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

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

This text has shadow with #D6DDC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DDC2.

Preview

Color preview on black background

This text has color #D6DDC2 on black background.


Color preview on white background

This text has color #D6DDC2 on white background.


Black color preview on #D6DDC2 background

This text has black color on #D6DDC2 background.


White color preview on #D6DDC2 background

This text has white color on #D6DDC2 background.


Related colors

Complementary color

Complementary color for #hex is #29223D.


I love getcolorcode.com

Triadic colors

1 #C2D6DD and #DDC2D6 with #D6DDC2 are triadic colors.

2 #C2DDD6 and #DDD6C2 with #D6DDC2 are triadic colors.