COLOR #D4D8AC

HEX: #D4D8AC RGB: (212,216,172)

Color info

#D4D8AC contains red, green and blue colors in about the same proportion. Web safe color of #D4D8AC is #CCCC99 (or #CC9).

RGB color model

#D4D8AC color RGB value is (212,216,172).

RGB: (212,216,172) (83%, 85%, 67%)

RGB channels and saturation

R 212 of 255 = 83%
G 216 of 255 = 85%
B 172 of 255 = 67%

212
216
172

R + G + B ~ 78%. #D4D8AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 216 + 172 = 600 (100%)
R 212 of 600 ~ 35.33%
G 216 of 600 ~ 36%
B 172 of 600 ~ 28.67'%

%35.33
%36
%28.67

CMYK color model

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

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

CMYK: (2,0,20,15)
C2M0Y20K15 (2%, 0%, 20%, 15%)
(0.02 / 0.00 / 0.20 / 0.15)

CMYK percentages

%1.85
%0
%20.37
%15.29

Codes

Color #D4D8AC in popluar color models

D4 D8 AC
RGB 212 216 172
HSL 65° 36.07% 76.08%
HSB/HSV 65° 20.37% 84.71%
CMYK 1.85% 0.00% 20.37%
15.29%

Color #D4D8AC in popluar number systems.

HEX D4 D8 AC
Decimal 212 216 172
Binary 11010100 11011000 10101100
Octal 324 330 254

Shades and tints

Shades of #D4D8AC

#D4D8AC
(212,216,172)
#C1C59D
(193,197,157)
#AEB28E
(174,178,142)
#9B9F7F
(155,159,127)
#888C70
(136,140,112)
#757961
(117,121,97)
#626652
(98,102,82)
#4F5343
(79,83,67)
#3C4034
(60,64,52)
#292D25
(41,45,37)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #D4D8AC

#D4D8AC
(212,216,172)
#D7DBB3
(215,219,179)
#DADEBA
(218,222,186)
#DDE1C1
(221,225,193)
#E0E4C8
(224,228,200)
#E3E7CF
(227,231,207)
#E6EAD6
(230,234,214)
#E9EDDD
(233,237,221)
#ECF0E4
(236,240,228)
#EFF3EB
(239,243,235)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D8AC; }

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

This text font color is #D4D8AC.

Background Color

.myBgColor { background-color: #D4D8AC; }

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

This div background color is #D4D8AC.

Border color

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

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

This div border color is #D4D8AC.

Opacity

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

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

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

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

This text has shadow with #D4D8AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D8AC.

Preview

Color preview on black background

This text has color #D4D8AC on black background.


Color preview on white background

This text has color #D4D8AC on white background.


Black color preview on #D4D8AC background

This text has black color on #D4D8AC background.


White color preview on #D4D8AC background

This text has white color on #D4D8AC background.


Related colors

Complementary color

Complementary color for #hex is #2B2753.


I love getcolorcode.com

Triadic colors

1 #ACD4D8 and #D8ACD4 with #D4D8AC are triadic colors.

2 #ACD8D4 and #D8D4AC with #D4D8AC are triadic colors.