COLOR #D2DDC6

HEX: #D2DDC6 RGB: (210,221,198)

Color info

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

RGB color model

#D2DDC6 color RGB value is (210,221,198).

RGB: (210,221,198) (82%, 87%, 78%)

RGB channels and saturation

R 210 of 255 = 82%
G 221 of 255 = 87%
B 198 of 255 = 78%

210
221
198

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

Portions of RGB colors in percentages

R + G + B = 210 + 221 + 198 = 629 (100%)
R 210 of 629 ~ 33.39%
G 221 of 629 ~ 35.14%
B 198 of 629 ~ 31.48'%

%33.39
%35.14
%31.48

CMYK color model

#D2DDC6 color CMYK value is (5,0,10,13).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 10.41%
  • key color value is 13.33%

CMYK: (5,0,10,13)
C5M0Y10K13 (5%, 0%, 10%, 13%)
(0.05 / 0.00 / 0.10 / 0.13)

CMYK percentages

%4.98
%0
%10.41
%13.33

Codes

Color #D2DDC6 in popluar color models

D2 DD C6
RGB 210 221 198
HSL 89° 25.27% 82.16%
HSB/HSV 89° 10.41% 86.67%
CMYK 4.98% 0.00% 10.41%
13.33%

Color #D2DDC6 in popluar number systems.

HEX D2 DD C6
Decimal 210 221 198
Binary 11010010 11011101 11000110
Octal 322 335 306

Shades and tints

Shades of #D2DDC6

#D2DDC6
(210,221,198)
#BFC9B4
(191,201,180)
#ACB5A2
(172,181,162)
#99A190
(153,161,144)
#868D7E
(134,141,126)
#73796C
(115,121,108)
#60655A
(96,101,90)
#4D5148
(77,81,72)
#3A3D36
(58,61,54)
#272924
(39,41,36)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #D2DDC6

#D2DDC6
(210,221,198)
#D6E0CB
(214,224,203)
#DAE3D0
(218,227,208)
#DEE6D5
(222,230,213)
#E2E9DA
(226,233,218)
#E6ECDF
(230,236,223)
#EAEFE4
(234,239,228)
#EEF2E9
(238,242,233)
#F2F5EE
(242,245,238)
#F6F8F3
(246,248,243)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DDC6 color. Also use rgb(210,221,198) instead hex code.

Text Font Color

.myTextColor { color: #D2DDC6; }

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

This text font color is #D2DDC6.

Background Color

.myBgColor { background-color: #D2DDC6; }

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

This div background color is #D2DDC6.

Border color

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

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

This div border color is #D2DDC6.

Opacity

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

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

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

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

This text has shadow with #D2DDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2DDC6.

Preview

Color preview on black background

This text has color #D2DDC6 on black background.


Color preview on white background

This text has color #D2DDC6 on white background.


Black color preview on #D2DDC6 background

This text has black color on #D2DDC6 background.


White color preview on #D2DDC6 background

This text has white color on #D2DDC6 background.


Related colors

Complementary color

Complementary color for #hex is #2D2239.


I love getcolorcode.com

Triadic colors

1 #C6D2DD and #DDC6D2 with #D2DDC6 are triadic colors.

2 #C6DDD2 and #DDD2C6 with #D2DDC6 are triadic colors.