COLOR #D9D8D4

HEX: #D9D8D4
RGB: (217,216,212)

Color info

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

RGB color model

#D9D8D4 color RGB value is (217,216,212).

  • red value is 217;
  • green value is 216;
  • blue value is 212.
RGB:
(217,216,212)
(85%,85%,83%)

RGB channels and saturation

R 217 of 255 = 85%
G 216 of 255 = 85%
B 212 of 255 = 83%

217
216
212

R + G + B ~ 84%. #D9D8D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 216 + 212 = 645 (100%)
R 217 of 645 ~ 33.64%
G 216 of 645 ~ 33.49%
B 212 of 645 ~ 32.87%

%33.64
%33.49
%32.87

CMYK color model

#D9D8D4 color CMYK value is (0,0,2,15).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 2.30%
  • key color value is 14.90%
CMYK:
(0,0,2,15)
C0M0Y2K15 
(0%,0%,2%,15%)
(0.00/0.00/0.02/0.15)	

CMYK percentages

%0
%0.46
%2.3
%14.9

Codes

Color #D9D8D4 in popluar color models

D9D8D4
RGB217216212
HSL48°6.17%84.12%
HSB/HSV48°2.30%85.10%
CMYK0.00%0.46%2.30%
14.90%

Color #D9D8D4 in popluar number systems.

HEXD9D8D4
Decimal217216212
Binary110110011101100011010100
Octal331330324

Shades and tints

Shades of #D9D8D4

#D9D8D4
(217,216,212)
#C6C5C1
(198,197,193)
#B3B2AE
(179,178,174)
#A09F9B
(160,159,155)
#8D8C88
(141,140,136)
#7A7975
(122,121,117)
#676662
(103,102,98)
#54534F
(84,83,79)
#41403C
(65,64,60)
#2E2D29
(46,45,41)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #D9D8D4

#D9D8D4
(217,216,212)
#DCDBD7
(220,219,215)
#DFDEDA
(223,222,218)
#E2E1DD
(226,225,221)
#E5E4E0
(229,228,224)
#E8E7E3
(232,231,227)
#EBEAE6
(235,234,230)
#EEEDE9
(238,237,233)
#F1F0EC
(241,240,236)
#F4F3EF
(244,243,239)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D8D4 color. Also use rgb(217,216,212) instead hex code.

Text Font Color

.myTextColor { color: #D9D8D4; }

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

This text font color is #D9D8D4.


Background Color

.myBgColor { background-color: #D9D8D4; }

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

This div background color is #D9D8D4.


Border color

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

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

This div border color is #D9D8D4.


Opacity

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

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

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

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

This text has shadow with #D9D8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D8D4 on black background.


Color preview on white background

This text has color #D9D8D4 on white background.



Black color preview on #D9D8D4 background

This text has black color on #D9D8D4 background.


White color preview on #D9D8D4 background

This text has white color on #D9D8D4 background.