COLOR #D4D2AE

HEX: #D4D2AE RGB: (212,210,174)

Color info

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

RGB color model

#D4D2AE color RGB value is (212,210,174).

RGB: (212,210,174) (83%, 82%, 68%)

RGB channels and saturation

R 212 of 255 = 83%
G 210 of 255 = 82%
B 174 of 255 = 68%

212
210
174

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

Portions of RGB colors in percentages

R + G + B = 212 + 210 + 174 = 596 (100%)
R 212 of 596 ~ 35.57%
G 210 of 596 ~ 35.23%
B 174 of 596 ~ 29.19'%

%35.57
%35.23
%29.19

CMYK color model

#D4D2AE color CMYK value is (0,1,18,17).

  • cyan value is 0.00%
  • magenta value is 0.94%
  • yellow value is 17.92%
  • key color value is 16.86%

CMYK: (0,1,18,17)
C0M1Y18K17 (0%, 1%, 18%, 17%)
(0.00 / 0.01 / 0.18 / 0.17)

CMYK percentages

%0
%0.94
%17.92
%16.86

Codes

Color #D4D2AE in popluar color models

D4 D2 AE
RGB 212 210 174
HSL 57° 30.65% 75.69%
HSB/HSV 57° 17.92% 83.14%
CMYK 0.00% 0.94% 17.92%
16.86%

Color #D4D2AE in popluar number systems.

HEX D4 D2 AE
Decimal 212 210 174
Binary 11010100 11010010 10101110
Octal 324 322 256

Shades and tints

Shades of #D4D2AE

#D4D2AE
(212,210,174)
#C1BF9F
(193,191,159)
#AEAC90
(174,172,144)
#9B9981
(155,153,129)
#888672
(136,134,114)
#757363
(117,115,99)
#626054
(98,96,84)
#4F4D45
(79,77,69)
#3C3A36
(60,58,54)
#292727
(41,39,39)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #D4D2AE

#D4D2AE
(212,210,174)
#D7D6B5
(215,214,181)
#DADABC
(218,218,188)
#DDDEC3
(221,222,195)
#E0E2CA
(224,226,202)
#E3E6D1
(227,230,209)
#E6EAD8
(230,234,216)
#E9EEDF
(233,238,223)
#ECF2E6
(236,242,230)
#EFF6ED
(239,246,237)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D2AE color. Also use rgb(212,210,174) instead hex code.

Text Font Color

.myTextColor { color: #D4D2AE; }

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

This text font color is #D4D2AE.

Background Color

.myBgColor { background-color: #D4D2AE; }

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

This div background color is #D4D2AE.

Border color

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

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

This div border color is #D4D2AE.

Opacity

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

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

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

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

This text has shadow with #D4D2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D2AE.

Preview

Color preview on black background

This text has color #D4D2AE on black background.


Color preview on white background

This text has color #D4D2AE on white background.


Black color preview on #D4D2AE background

This text has black color on #D4D2AE background.


White color preview on #D4D2AE background

This text has white color on #D4D2AE background.


Related colors

Complementary color

Complementary color for #hex is #2B2D51.


I love getcolorcode.com

Triadic colors

1 #AED4D2 and #D2AED4 with #D4D2AE are triadic colors.

2 #AED2D4 and #D2D4AE with #D4D2AE are triadic colors.