COLOR #D1D4A9

HEX: #D1D4A9
RGB: (209,212,169)

Color info

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

RGB color model

#D1D4A9 color RGB value is (209,212,169).

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

RGB channels and saturation

R 209 of 255 = 82%
G 212 of 255 = 83%
B 169 of 255 = 66%

209
212
169

R + G + B ~ 77%. #D1D4A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 212 + 169 = 590 (100%)
R 209 of 590 ~ 35.42%
G 212 of 590 ~ 35.93%
B 169 of 590 ~ 28.64%

%35.42
%35.93
%28.64

CMYK color model

#D1D4A9 color CMYK value is (1,0,20,17).

  • cyan value is 1.42%
  • magenta value is 0.00%
  • yellow value is 20.28%
  • key color value is 16.86%
CMYK:
(1,0,20,17)
C1M0Y20K17 
(1%,0%,20%,17%)
(0.01/0.00/0.20/0.17)	

CMYK percentages

%1.42
%0
%20.28
%16.86

Codes

Color #D1D4A9 in popluar color models

D1D4A9
RGB209212169
HSL64°33.33%74.71%
HSB/HSV64°20.28%83.14%
CMYK1.42%0.00%20.28%
16.86%

Color #D1D4A9 in popluar number systems.

HEXD1D4A9
Decimal209212169
Binary110100011101010010101001
Octal321324251

Shades and tints

Shades of #D1D4A9

#D1D4A9
(209,212,169)
#BEC19A
(190,193,154)
#ABAE8B
(171,174,139)
#989B7C
(152,155,124)
#85886D
(133,136,109)
#72755E
(114,117,94)
#5F624F
(95,98,79)
#4C4F40
(76,79,64)
#393C31
(57,60,49)
#262922
(38,41,34)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #D1D4A9

#D1D4A9
(209,212,169)
#D5D7B0
(213,215,176)
#D9DAB7
(217,218,183)
#DDDDBE
(221,221,190)
#E1E0C5
(225,224,197)
#E5E3CC
(229,227,204)
#E9E6D3
(233,230,211)
#EDE9DA
(237,233,218)
#F1ECE1
(241,236,225)
#F5EFE8
(245,239,232)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D4A9; }

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

This text font color is #D1D4A9.


Background Color

.myBgColor { background-color: #D1D4A9; }

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

This div background color is #D1D4A9.


Border color

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

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

This div border color is #D1D4A9.


Opacity

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

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

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

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

This text has shadow with #D1D4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D4A9 on black background.


Color preview on white background

This text has color #D1D4A9 on white background.



Black color preview on #D1D4A9 background

This text has black color on #D1D4A9 background.


White color preview on #D1D4A9 background

This text has white color on #D1D4A9 background.