COLOR #D5DDC6

HEX: #D5DDC6 RGB: (213,221,198)

Color info

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

RGB color model

#D5DDC6 color RGB value is (213,221,198).

RGB: (213,221,198) (84%, 87%, 78%)

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 198 of 255 = 78%

213
221
198

R + G + B ~ 83%. #D5DDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 221 + 198 = 632 (100%)
R 213 of 632 ~ 33.7%
G 221 of 632 ~ 34.97%
B 198 of 632 ~ 31.33'%

%33.7
%34.97
%31.33

CMYK color model

#D5DDC6 color CMYK value is (4,0,10,13).

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

CMYK: (4,0,10,13)
C4M0Y10K13 (4%, 0%, 10%, 13%)
(0.04 / 0.00 / 0.10 / 0.13)

CMYK percentages

%3.62
%0
%10.41
%13.33

Codes

Color #D5DDC6 in popluar color models

D5 DD C6
RGB 213 221 198
HSL 81° 25.27% 82.16%
HSB/HSV 81° 10.41% 86.67%
CMYK 3.62% 0.00% 10.41%
13.33%

Color #D5DDC6 in popluar number systems.

HEX D5 DD C6
Decimal 213 221 198
Binary 11010101 11011101 11000110
Octal 325 335 306

Shades and tints

Shades of #D5DDC6

#D5DDC6
(213,221,198)
#C2C9B4
(194,201,180)
#AFB5A2
(175,181,162)
#9CA190
(156,161,144)
#898D7E
(137,141,126)
#76796C
(118,121,108)
#63655A
(99,101,90)
#505148
(80,81,72)
#3D3D36
(61,61,54)
#2A2924
(42,41,36)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #D5DDC6

#D5DDC6
(213,221,198)
#D8E0CB
(216,224,203)
#DBE3D0
(219,227,208)
#DEE6D5
(222,230,213)
#E1E9DA
(225,233,218)
#E4ECDF
(228,236,223)
#E7EFE4
(231,239,228)
#EAF2E9
(234,242,233)
#EDF5EE
(237,245,238)
#F0F8F3
(240,248,243)
#F3FBF8
(243,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DDC6; }

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

This text font color is #D5DDC6.

Background Color

.myBgColor { background-color: #D5DDC6; }

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

This div background color is #D5DDC6.

Border color

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

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

This div border color is #D5DDC6.

Opacity

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

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

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

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

This text has shadow with #D5DDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DDC6.

Preview

Color preview on black background

This text has color #D5DDC6 on black background.


Color preview on white background

This text has color #D5DDC6 on white background.


Black color preview on #D5DDC6 background

This text has black color on #D5DDC6 background.


White color preview on #D5DDC6 background

This text has white color on #D5DDC6 background.


Related colors

Complementary color

Complementary color for #hex is #2A2239.


I love getcolorcode.com

Triadic colors

1 #C6D5DD and #DDC6D5 with #D5DDC6 are triadic colors.

2 #C6DDD5 and #DDD5C6 with #D5DDC6 are triadic colors.