COLOR #D9D8CC

HEX: #D9D8CC
RGB: (217,216,204)

Color info

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

RGB color model

#D9D8CC color RGB value is (217,216,204).

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

RGB channels and saturation

R 217 of 255 = 85%
G 216 of 255 = 85%
B 204 of 255 = 80%

217
216
204

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

Portions of RGB colors in percentages

R + G + B =
217 + 216 + 204 = 637 (100%)
R 217 of 637 ~ 34.07%
G 216 of 637 ~ 33.91%
B 204 of 637 ~ 32.03%

%34.07
%33.91
%32.03

CMYK color model

#D9D8CC color CMYK value is (0,0,6,15).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 5.99%
  • key color value is 14.90%
CMYK:
(0,0,6,15)
C0M0Y6K15 
(0%,0%,6%,15%)
(0.00/0.00/0.06/0.15)	

CMYK percentages

%0
%0.46
%5.99
%14.9

Codes

Color #D9D8CC in popluar color models

D9D8CC
RGB217216204
HSL55°14.61%82.55%
HSB/HSV55°5.99%85.10%
CMYK0.00%0.46%5.99%
14.90%

Color #D9D8CC in popluar number systems.

HEXD9D8CC
Decimal217216204
Binary110110011101100011001100
Octal331330314

Shades and tints

Shades of #D9D8CC

#D9D8CC
(217,216,204)
#C6C5BA
(198,197,186)
#B3B2A8
(179,178,168)
#A09F96
(160,159,150)
#8D8C84
(141,140,132)
#7A7972
(122,121,114)
#676660
(103,102,96)
#54534E
(84,83,78)
#41403C
(65,64,60)
#2E2D2A
(46,45,42)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #D9D8CC

#D9D8CC
(217,216,204)
#DCDBD0
(220,219,208)
#DFDED4
(223,222,212)
#E2E1D8
(226,225,216)
#E5E4DC
(229,228,220)
#E8E7E0
(232,231,224)
#EBEAE4
(235,234,228)
#EEEDE8
(238,237,232)
#F1F0EC
(241,240,236)
#F4F3F0
(244,243,240)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D8CC; }

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

This text font color is #D9D8CC.


Background Color

.myBgColor { background-color: #D9D8CC; }

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

This div background color is #D9D8CC.


Border color

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

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

This div border color is #D9D8CC.


Opacity

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

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

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

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

This text has shadow with #D9D8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D8CC on black background.


Color preview on white background

This text has color #D9D8CC on white background.



Black color preview on #D9D8CC background

This text has black color on #D9D8CC background.


White color preview on #D9D8CC background

This text has white color on #D9D8CC background.