COLOR #D4DAAB

HEX: #D4DAAB
RGB: (212,218,171)

Color info

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

RGB color model

#D4DAAB color RGB value is (212,218,171).

  • red value is 212;
  • green value is 218;
  • blue value is 171.
RGB:
(212,218,171)
(83%,85%,67%)

RGB channels and saturation

R 212 of 255 = 83%
G 218 of 255 = 85%
B 171 of 255 = 67%

212
218
171

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

Portions of RGB colors in percentages

R + G + B =
212 + 218 + 171 = 601 (100%)
R 212 of 601 ~ 35.27%
G 218 of 601 ~ 36.27%
B 171 of 601 ~ 28.45%

%35.27
%36.27
%28.45

CMYK color model

#D4DAAB color CMYK value is (3,0,22,15).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 21.56%
  • key color value is 14.51%
CMYK:
(3,0,22,15)
C3M0Y22K15 
(3%,0%,22%,15%)
(0.03/0.00/0.22/0.15)	

CMYK percentages

%2.75
%0
%21.56
%14.51

Codes

Color #D4DAAB in popluar color models

D4DAAB
RGB212218171
HSL68°38.84%76.27%
HSB/HSV68°21.56%85.49%
CMYK2.75%0.00%21.56%
14.51%

Color #D4DAAB in popluar number systems.

HEXD4DAAB
Decimal212218171
Binary110101001101101010101011
Octal324332253

Shades and tints

Shades of #D4DAAB

#D4DAAB
(212,218,171)
#C1C79C
(193,199,156)
#AEB48D
(174,180,141)
#9BA17E
(155,161,126)
#888E6F
(136,142,111)
#757B60
(117,123,96)
#626851
(98,104,81)
#4F5542
(79,85,66)
#3C4233
(60,66,51)
#292F24
(41,47,36)
#161C15
(22,28,21)
#000000
(0,0,0)

Tints of #D4DAAB

#D4DAAB
(212,218,171)
#D7DDB2
(215,221,178)
#DAE0B9
(218,224,185)
#DDE3C0
(221,227,192)
#E0E6C7
(224,230,199)
#E3E9CE
(227,233,206)
#E6ECD5
(230,236,213)
#E9EFDC
(233,239,220)
#ECF2E3
(236,242,227)
#EFF5EA
(239,245,234)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DAAB; }

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

This text font color is #D4DAAB.


Background Color

.myBgColor { background-color: #D4DAAB; }

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

This div background color is #D4DAAB.


Border color

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

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

This div border color is #D4DAAB.


Opacity

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

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

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

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

This text has shadow with #D4DAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DAAB on black background.


Color preview on white background

This text has color #D4DAAB on white background.



Black color preview on #D4DAAB background

This text has black color on #D4DAAB background.


White color preview on #D4DAAB background

This text has white color on #D4DAAB background.