COLOR #D9DDC8

HEX: #D9DDC8 RGB: (217,221,200)

Color info

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

RGB color model

#D9DDC8 color RGB value is (217,221,200).

RGB: (217,221,200) (85%, 87%, 78%)

RGB channels and saturation

R 217 of 255 = 85%
G 221 of 255 = 87%
B 200 of 255 = 78%

217
221
200

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

Portions of RGB colors in percentages

R + G + B = 217 + 221 + 200 = 638 (100%)
R 217 of 638 ~ 34.01%
G 221 of 638 ~ 34.64%
B 200 of 638 ~ 31.35'%

%34.01
%34.64
%31.35

CMYK color model

#D9DDC8 color CMYK value is (2,0,10,13).

  • cyan value is 1.81%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 13.33%
CMYK: (2,0,10,13) C2M0Y10K13 (2%,0%,10%,13%) (0.02/0.00/0.10/0.13) 

CMYK percentages

%1.81
%0
%9.5
%13.33

Codes

Color #D9DDC8 in popluar color models

D9 DD C8
RGB 217 221 200
HSL 71° 23.60% 82.55%
HSB/HSV 71° 9.50% 86.67%
CMYK 1.81% 0.00% 9.50%
13.33%

Color #D9DDC8 in popluar number systems.

HEX D9 DD C8
Decimal 217 221 200
Binary 11011001 11011101 11001000
Octal 331 335 310

Shades and tints

Shades of #D9DDC8

#D9DDC8
(217,221,200)
#C6C9B6
(198,201,182)
#B3B5A4
(179,181,164)
#A0A192
(160,161,146)
#8D8D80
(141,141,128)
#7A796E
(122,121,110)
#67655C
(103,101,92)
#54514A
(84,81,74)
#413D38
(65,61,56)
#2E2926
(46,41,38)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #D9DDC8

#D9DDC8
(217,221,200)
#DCE0CD
(220,224,205)
#DFE3D2
(223,227,210)
#E2E6D7
(226,230,215)
#E5E9DC
(229,233,220)
#E8ECE1
(232,236,225)
#EBEFE6
(235,239,230)
#EEF2EB
(238,242,235)
#F1F5F0
(241,245,240)
#F4F8F5
(244,248,245)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DDC8 color. Also use rgb(217,221,200) instead hex code.

Text Font Color

.myTextColor { color: #D9DDC8; }

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

This text font color is #D9DDC8.

Background Color

.myBgColor { background-color: #D9DDC8; }

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

This div background color is #D9DDC8.

Border color

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

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

This div border color is #D9DDC8.

Opacity

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

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

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

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

This text has shadow with #D9DDC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DDC8.

Preview

Color preview on black background

This text has color #D9DDC8 on black background.


Color preview on white background

This text has color #D9DDC8 on white background.


Black color preview on #D9DDC8 background

This text has black color on #D9DDC8 background.


White color preview on #D9DDC8 background

This text has white color on #D9DDC8 background.


Related colors

Complementary color

Complementary color for #hex is #262237.


I love getcolorcode.com

Triadic colors

1 #C8D9DD and #DDC8D9 with #D9DDC8 are triadic colors.

2 #C8DDD9 and #DDD9C8 with #D9DDC8 are triadic colors.