COLOR #D4D8CC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

212
216
204

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

Portions of RGB colors in percentages

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

%33.54
%34.18
%32.28

CMYK color model

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

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

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

CMYK percentages

%1.85
%0
%5.56
%15.29

Codes

Color #D4D8CC in popluar color models

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

Color #D4D8CC in popluar number systems.

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

Shades and tints

Shades of #D4D8CC

#D4D8CC
(212,216,204)
#C1C5BA
(193,197,186)
#AEB2A8
(174,178,168)
#9B9F96
(155,159,150)
#888C84
(136,140,132)
#757972
(117,121,114)
#626660
(98,102,96)
#4F534E
(79,83,78)
#3C403C
(60,64,60)
#292D2A
(41,45,42)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #D4D8CC

#D4D8CC
(212,216,204)
#D7DBD0
(215,219,208)
#DADED4
(218,222,212)
#DDE1D8
(221,225,216)
#E0E4DC
(224,228,220)
#E3E7E0
(227,231,224)
#E6EAE4
(230,234,228)
#E9EDE8
(233,237,232)
#ECF0EC
(236,240,236)
#EFF3F0
(239,243,240)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D8CC; }

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

This text font color is #D4D8CC.

Background Color

.myBgColor { background-color: #D4D8CC; }

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

This div background color is #D4D8CC.

Border color

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

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

This div border color is #D4D8CC.

Opacity

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

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

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

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

This text has shadow with #D4D8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D8CC.

Preview

Color preview on black background

This text has color #D4D8CC on black background.


Color preview on white background

This text has color #D4D8CC on white background.


Black color preview on #D4D8CC background

This text has black color on #D4D8CC background.


White color preview on #D4D8CC background

This text has white color on #D4D8CC background.


Related colors

Complementary color

Complementary color for #hex is #2B2733.


I love getcolorcode.com

Triadic colors

1 #CCD4D8 and #D8CCD4 with #D4D8CC are triadic colors.

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