COLOR #D1DAA9

HEX: #D1DAA9
RGB: (209,218,169)

Color info

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

RGB color model

#D1DAA9 color RGB value is (209,218,169).

  • red value is 209;
  • green value is 218;
  • blue value is 169.
RGB:
(209,218,169)
(82%,85%,66%)

RGB channels and saturation

R 209 of 255 = 82%
G 218 of 255 = 85%
B 169 of 255 = 66%

209
218
169

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

Portions of RGB colors in percentages

R + G + B =
209 + 218 + 169 = 596 (100%)
R 209 of 596 ~ 35.07%
G 218 of 596 ~ 36.58%
B 169 of 596 ~ 28.36%

%35.07
%36.58
%28.36

CMYK color model

#D1DAA9 color CMYK value is (4,0,22,15).

  • cyan value is 4.13%
  • magenta value is 0.00%
  • yellow value is 22.48%
  • key color value is 14.51%
CMYK:
(4,0,22,15)
C4M0Y22K15 
(4%,0%,22%,15%)
(0.04/0.00/0.22/0.15)	

CMYK percentages

%4.13
%0
%22.48
%14.51

Codes

Color #D1DAA9 in popluar color models

D1DAA9
RGB209218169
HSL71°39.84%75.88%
HSB/HSV71°22.48%85.49%
CMYK4.13%0.00%22.48%
14.51%

Color #D1DAA9 in popluar number systems.

HEXD1DAA9
Decimal209218169
Binary110100011101101010101001
Octal321332251

Shades and tints

Shades of #D1DAA9

#D1DAA9
(209,218,169)
#BEC79A
(190,199,154)
#ABB48B
(171,180,139)
#98A17C
(152,161,124)
#858E6D
(133,142,109)
#727B5E
(114,123,94)
#5F684F
(95,104,79)
#4C5540
(76,85,64)
#394231
(57,66,49)
#262F22
(38,47,34)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #D1DAA9

#D1DAA9
(209,218,169)
#D5DDB0
(213,221,176)
#D9E0B7
(217,224,183)
#DDE3BE
(221,227,190)
#E1E6C5
(225,230,197)
#E5E9CC
(229,233,204)
#E9ECD3
(233,236,211)
#EDEFDA
(237,239,218)
#F1F2E1
(241,242,225)
#F5F5E8
(245,245,232)
#F9F8EF
(249,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DAA9 color. Also use rgb(209,218,169) instead hex code.

Text Font Color

.myTextColor { color: #D1DAA9; }

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

This text font color is #D1DAA9.


Background Color

.myBgColor { background-color: #D1DAA9; }

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

This div background color is #D1DAA9.


Border color

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

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

This div border color is #D1DAA9.


Opacity

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

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

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

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

This text has shadow with #D1DAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DAA9 on black background.


Color preview on white background

This text has color #D1DAA9 on white background.



Black color preview on #D1DAA9 background

This text has black color on #D1DAA9 background.


White color preview on #D1DAA9 background

This text has white color on #D1DAA9 background.