COLOR #D4D2AD

HEX: #D4D2AD
RGB: (212,210,173)

Color info

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

RGB color model

#D4D2AD color RGB value is (212,210,173).

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

RGB channels and saturation

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

212
210
173

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

Portions of RGB colors in percentages

R + G + B =
212 + 210 + 173 = 595 (100%)
R 212 of 595 ~ 35.63%
G 210 of 595 ~ 35.29%
B 173 of 595 ~ 29.08%

%35.63
%35.29
%29.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.94%
  • yellow value is 18.40%
  • 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
%18.4
%16.86

Codes

Color #D4D2AD in popluar color models

D4D2AD
RGB212210173
HSL57°31.20%75.49%
HSB/HSV57°18.40%83.14%
CMYK0.00%0.94%18.40%
16.86%

Color #D4D2AD in popluar number systems.

HEXD4D2AD
Decimal212210173
Binary110101001101001010101101
Octal324322255

Shades and tints

Shades of #D4D2AD

#D4D2AD
(212,210,173)
#C1BF9E
(193,191,158)
#AEAC8F
(174,172,143)
#9B9980
(155,153,128)
#888671
(136,134,113)
#757362
(117,115,98)
#626053
(98,96,83)
#4F4D44
(79,77,68)
#3C3A35
(60,58,53)
#292726
(41,39,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #D4D2AD

#D4D2AD
(212,210,173)
#D7D6B4
(215,214,180)
#DADABB
(218,218,187)
#DDDEC2
(221,222,194)
#E0E2C9
(224,226,201)
#E3E6D0
(227,230,208)
#E6EAD7
(230,234,215)
#E9EEDE
(233,238,222)
#ECF2E5
(236,242,229)
#EFF6EC
(239,246,236)
#F2FAF3
(242,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D2AD; }

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

This text font color is #D4D2AD.


Background Color

.myBgColor { background-color: #D4D2AD; }

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

This div background color is #D4D2AD.


Border color

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

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

This div border color is #D4D2AD.


Opacity

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

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

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

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

This text has shadow with #D4D2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D2AD on black background.


Color preview on white background

This text has color #D4D2AD on white background.



Black color preview on #D4D2AD background

This text has black color on #D4D2AD background.


White color preview on #D4D2AD background

This text has white color on #D4D2AD background.