COLOR #D4D1AE

HEX: #D4D1AE
RGB: (212,209,174)

Color info

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

RGB color model

#D4D1AE color RGB value is (212,209,174).

  • red value is 212;
  • green value is 209;
  • blue value is 174.
RGB:
(212,209,174)
(83%,82%,68%)

RGB channels and saturation

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

212
209
174

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

Portions of RGB colors in percentages

R + G + B =
212 + 209 + 174 = 595 (100%)
R 212 of 595 ~ 35.63%
G 209 of 595 ~ 35.13%
B 174 of 595 ~ 29.24%

%35.63
%35.13
%29.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.42%
  • 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
%1.42
%17.92
%16.86

Codes

Color #D4D1AE in popluar color models

D4D1AE
RGB212209174
HSL55°30.65%75.69%
HSB/HSV55°17.92%83.14%
CMYK0.00%1.42%17.92%
16.86%

Color #D4D1AE in popluar number systems.

HEXD4D1AE
Decimal212209174
Binary110101001101000110101110
Octal324321256

Shades and tints

Shades of #D4D1AE

#D4D1AE
(212,209,174)
#C1BE9F
(193,190,159)
#AEAB90
(174,171,144)
#9B9881
(155,152,129)
#888572
(136,133,114)
#757263
(117,114,99)
#625F54
(98,95,84)
#4F4C45
(79,76,69)
#3C3936
(60,57,54)
#292627
(41,38,39)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #D4D1AE

#D4D1AE
(212,209,174)
#D7D5B5
(215,213,181)
#DAD9BC
(218,217,188)
#DDDDC3
(221,221,195)
#E0E1CA
(224,225,202)
#E3E5D1
(227,229,209)
#E6E9D8
(230,233,216)
#E9EDDF
(233,237,223)
#ECF1E6
(236,241,230)
#EFF5ED
(239,245,237)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D1AE; }

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

This text font color is #D4D1AE.


Background Color

.myBgColor { background-color: #D4D1AE; }

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

This div background color is #D4D1AE.


Border color

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

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

This div border color is #D4D1AE.


Opacity

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

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

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

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

This text has shadow with #D4D1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D1AE on black background.


Color preview on white background

This text has color #D4D1AE on white background.



Black color preview on #D4D1AE background

This text has black color on #D4D1AE background.


White color preview on #D4D1AE background

This text has white color on #D4D1AE background.