COLOR #D9DDC0

HEX: #D9DDC0
RGB: (217,221,192)

Color info

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

RGB color model

#D9DDC0 color RGB value is (217,221,192).

  • red value is 217;
  • green value is 221;
  • blue value is 192.
RGB:
(217,221,192)
(85%,87%,75%)

RGB channels and saturation

R 217 of 255 = 85%
G 221 of 255 = 87%
B 192 of 255 = 75%

217
221
192

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

Portions of RGB colors in percentages

R + G + B =
217 + 221 + 192 = 630 (100%)
R 217 of 630 ~ 34.44%
G 221 of 630 ~ 35.08%
B 192 of 630 ~ 30.48%

%34.44
%35.08
%30.48

CMYK color model

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

  • cyan value is 1.81%
  • magenta value is 0.00%
  • yellow value is 13.12%
  • key color value is 13.33%
CMYK:
(2,0,13,13)
C2M0Y13K13 
(2%,0%,13%,13%)
(0.02/0.00/0.13/0.13)	

CMYK percentages

%1.81
%0
%13.12
%13.33

Codes

Color #D9DDC0 in popluar color models

D9DDC0
RGB217221192
HSL68°29.90%80.98%
HSB/HSV68°13.12%86.67%
CMYK1.81%0.00%13.12%
13.33%

Color #D9DDC0 in popluar number systems.

HEXD9DDC0
Decimal217221192
Binary110110011101110111000000
Octal331335300

Shades and tints

Shades of #D9DDC0

#D9DDC0
(217,221,192)
#C6C9AF
(198,201,175)
#B3B59E
(179,181,158)
#A0A18D
(160,161,141)
#8D8D7C
(141,141,124)
#7A796B
(122,121,107)
#67655A
(103,101,90)
#545149
(84,81,73)
#413D38
(65,61,56)
#2E2927
(46,41,39)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #D9DDC0

#D9DDC0
(217,221,192)
#DCE0C5
(220,224,197)
#DFE3CA
(223,227,202)
#E2E6CF
(226,230,207)
#E5E9D4
(229,233,212)
#E8ECD9
(232,236,217)
#EBEFDE
(235,239,222)
#EEF2E3
(238,242,227)
#F1F5E8
(241,245,232)
#F4F8ED
(244,248,237)
#F7FBF2
(247,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DDC0; }

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

This text font color is #D9DDC0.


Background Color

.myBgColor { background-color: #D9DDC0; }

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

This div background color is #D9DDC0.


Border color

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

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

This div border color is #D9DDC0.


Opacity

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

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

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

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

This text has shadow with #D9DDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DDC0 on black background.


Color preview on white background

This text has color #D9DDC0 on white background.



Black color preview on #D9DDC0 background

This text has black color on #D9DDC0 background.


White color preview on #D9DDC0 background

This text has white color on #D9DDC0 background.