COLOR #D4D4AD

HEX: #D4D4AD
RGB: (212,212,173)

Color info

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

RGB color model

#D4D4AD color RGB value is (212,212,173).

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

RGB channels and saturation

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

212
212
173

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

Portions of RGB colors in percentages

R + G + B =
212 + 212 + 173 = 597 (100%)
R 212 of 597 ~ 35.51%
G 212 of 597 ~ 35.51%
B 173 of 597 ~ 28.98%

%35.51
%35.51
%28.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 16.86%
CMYK:
(0,0,18,17)
C0M0Y18K17 
(0%,0%,18%,17%)
(0.00/0.00/0.18/0.17)	

CMYK percentages

%0
%0
%18.4
%16.86

Codes

Color #D4D4AD in popluar color models

D4D4AD
RGB212212173
HSL60°31.20%75.49%
HSB/HSV60°18.40%83.14%
CMYK0.00%0.00%18.40%
16.86%

Color #D4D4AD in popluar number systems.

HEXD4D4AD
Decimal212212173
Binary110101001101010010101101
Octal324324255

Shades and tints

Shades of #D4D4AD

#D4D4AD
(212,212,173)
#C1C19E
(193,193,158)
#AEAE8F
(174,174,143)
#9B9B80
(155,155,128)
#888871
(136,136,113)
#757562
(117,117,98)
#626253
(98,98,83)
#4F4F44
(79,79,68)
#3C3C35
(60,60,53)
#292926
(41,41,38)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #D4D4AD

#D4D4AD
(212,212,173)
#D7D7B4
(215,215,180)
#DADABB
(218,218,187)
#DDDDC2
(221,221,194)
#E0E0C9
(224,224,201)
#E3E3D0
(227,227,208)
#E6E6D7
(230,230,215)
#E9E9DE
(233,233,222)
#ECECE5
(236,236,229)
#EFEFEC
(239,239,236)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D4AD; }

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

This text font color is #D4D4AD.


Background Color

.myBgColor { background-color: #D4D4AD; }

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

This div background color is #D4D4AD.


Border color

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

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

This div border color is #D4D4AD.


Opacity

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

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

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

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

This text has shadow with #D4D4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D4AD on black background.


Color preview on white background

This text has color #D4D4AD on white background.



Black color preview on #D4D4AD background

This text has black color on #D4D4AD background.


White color preview on #D4D4AD background

This text has white color on #D4D4AD background.