COLOR #D9DCD7

HEX: #D9DCD7
RGB: (217,220,215)

Color info

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

RGB color model

#D9DCD7 color RGB value is (217,220,215).

  • red value is 217;
  • green value is 220;
  • blue value is 215.
RGB:
(217,220,215)
(85%,86%,84%)

RGB channels and saturation

R 217 of 255 = 85%
G 220 of 255 = 86%
B 215 of 255 = 84%

217
220
215

R + G + B ~ 85%. #D9DCD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 220 + 215 = 652 (100%)
R 217 of 652 ~ 33.28%
G 220 of 652 ~ 33.74%
B 215 of 652 ~ 32.98%

%33.28
%33.74
%32.98

CMYK color model

#D9DCD7 color CMYK value is (1,0,2,14).

  • cyan value is 1.36%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 13.73%
CMYK:
(1,0,2,14)
C1M0Y2K14 
(1%,0%,2%,14%)
(0.01/0.00/0.02/0.14)	

CMYK percentages

%1.36
%0
%2.27
%13.73

Codes

Color #D9DCD7 in popluar color models

D9DCD7
RGB217220215
HSL96°6.67%85.29%
HSB/HSV96°2.27%86.27%
CMYK1.36%0.00%2.27%
13.73%

Color #D9DCD7 in popluar number systems.

HEXD9DCD7
Decimal217220215
Binary110110011101110011010111
Octal331334327

Shades and tints

Shades of #D9DCD7

#D9DCD7
(217,220,215)
#C6C8C4
(198,200,196)
#B3B4B1
(179,180,177)
#A0A09E
(160,160,158)
#8D8C8B
(141,140,139)
#7A7878
(122,120,120)
#676465
(103,100,101)
#545052
(84,80,82)
#413C3F
(65,60,63)
#2E282C
(46,40,44)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #D9DCD7

#D9DCD7
(217,220,215)
#DCDFDA
(220,223,218)
#DFE2DD
(223,226,221)
#E2E5E0
(226,229,224)
#E5E8E3
(229,232,227)
#E8EBE6
(232,235,230)
#EBEEE9
(235,238,233)
#EEF1EC
(238,241,236)
#F1F4EF
(241,244,239)
#F4F7F2
(244,247,242)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DCD7 color. Also use rgb(217,220,215) instead hex code.

Text Font Color

.myTextColor { color: #D9DCD7; }

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

This text font color is #D9DCD7.


Background Color

.myBgColor { background-color: #D9DCD7; }

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

This div background color is #D9DCD7.


Border color

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

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

This div border color is #D9DCD7.


Opacity

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

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

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

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

This text has shadow with #D9DCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DCD7 on black background.


Color preview on white background

This text has color #D9DCD7 on white background.



Black color preview on #D9DCD7 background

This text has black color on #D9DCD7 background.


White color preview on #D9DCD7 background

This text has white color on #D9DCD7 background.