COLOR #D8D4CC

HEX: #D8D4CC RGB: (216,212,204)

Color info

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

RGB color model

#D8D4CC color RGB value is (216,212,204).

RGB: (216,212,204) (85%, 83%, 80%)

RGB channels and saturation

R 216 of 255 = 85%
G 212 of 255 = 83%
B 204 of 255 = 80%

216
212
204

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

Portions of RGB colors in percentages

R + G + B = 216 + 212 + 204 = 632 (100%)
R 216 of 632 ~ 34.18%
G 212 of 632 ~ 33.54%
B 204 of 632 ~ 32.28'%

%34.18
%33.54
%32.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 5.56%
  • key color value is 15.29%

CMYK: (0,2,6,15)
C0M2Y6K15 (0%, 2%, 6%, 15%)
(0.00 / 0.02 / 0.06 / 0.15)

CMYK percentages

%0
%1.85
%5.56
%15.29

Codes

Color #D8D4CC in popluar color models

D8 D4 CC
RGB 216 212 204
HSL 40° 13.33% 82.35%
HSB/HSV 40° 5.56% 84.71%
CMYK 0.00% 1.85% 5.56%
15.29%

Color #D8D4CC in popluar number systems.

HEX D8 D4 CC
Decimal 216 212 204
Binary 11011000 11010100 11001100
Octal 330 324 314

Shades and tints

Shades of #D8D4CC

#D8D4CC
(216,212,204)
#C5C1BA
(197,193,186)
#B2AEA8
(178,174,168)
#9F9B96
(159,155,150)
#8C8884
(140,136,132)
#797572
(121,117,114)
#666260
(102,98,96)
#534F4E
(83,79,78)
#403C3C
(64,60,60)
#2D292A
(45,41,42)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #D8D4CC

#D8D4CC
(216,212,204)
#DBD7D0
(219,215,208)
#DEDAD4
(222,218,212)
#E1DDD8
(225,221,216)
#E4E0DC
(228,224,220)
#E7E3E0
(231,227,224)
#EAE6E4
(234,230,228)
#EDE9E8
(237,233,232)
#F0ECEC
(240,236,236)
#F3EFF0
(243,239,240)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D4CC; }

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

This text font color is #D8D4CC.

Background Color

.myBgColor { background-color: #D8D4CC; }

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

This div background color is #D8D4CC.

Border color

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

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

This div border color is #D8D4CC.

Opacity

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

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

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

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

This text has shadow with #D8D4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D4CC.

Preview

Color preview on black background

This text has color #D8D4CC on black background.


Color preview on white background

This text has color #D8D4CC on white background.


Black color preview on #D8D4CC background

This text has black color on #D8D4CC background.


White color preview on #D8D4CC background

This text has white color on #D8D4CC background.


Related colors

Complementary color

Complementary color for #hex is #272B33.


I love getcolorcode.com

Triadic colors

1 #CCD8D4 and #D4CCD8 with #D8D4CC are triadic colors.

2 #CCD4D8 and #D4D8CC with #D8D4CC are triadic colors.