COLOR #D1DCA9

HEX: #D1DCA9
RGB: (209,220,169)

Color info

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

RGB color model

#D1DCA9 color RGB value is (209,220,169).

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

RGB channels and saturation

R 209 of 255 = 82%
G 220 of 255 = 86%
B 169 of 255 = 66%

209
220
169

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

Portions of RGB colors in percentages

R + G + B =
209 + 220 + 169 = 598 (100%)
R 209 of 598 ~ 34.95%
G 220 of 598 ~ 36.79%
B 169 of 598 ~ 28.26%

%34.95
%36.79
%28.26

CMYK color model

#D1DCA9 color CMYK value is (5,0,23,14).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 23.18%
  • key color value is 13.73%
CMYK:
(5,0,23,14)
C5M0Y23K14 
(5%,0%,23%,14%)
(0.05/0.00/0.23/0.14)	

CMYK percentages

%5
%0
%23.18
%13.73

Codes

Color #D1DCA9 in popluar color models

D1DCA9
RGB209220169
HSL73°42.15%76.27%
HSB/HSV73°23.18%86.27%
CMYK5.00%0.00%23.18%
13.73%

Color #D1DCA9 in popluar number systems.

HEXD1DCA9
Decimal209220169
Binary110100011101110010101001
Octal321334251

Shades and tints

Shades of #D1DCA9

#D1DCA9
(209,220,169)
#BEC89A
(190,200,154)
#ABB48B
(171,180,139)
#98A07C
(152,160,124)
#858C6D
(133,140,109)
#72785E
(114,120,94)
#5F644F
(95,100,79)
#4C5040
(76,80,64)
#393C31
(57,60,49)
#262822
(38,40,34)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #D1DCA9

#D1DCA9
(209,220,169)
#D5DFB0
(213,223,176)
#D9E2B7
(217,226,183)
#DDE5BE
(221,229,190)
#E1E8C5
(225,232,197)
#E5EBCC
(229,235,204)
#E9EED3
(233,238,211)
#EDF1DA
(237,241,218)
#F1F4E1
(241,244,225)
#F5F7E8
(245,247,232)
#F9FAEF
(249,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DCA9; }

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

This text font color is #D1DCA9.


Background Color

.myBgColor { background-color: #D1DCA9; }

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

This div background color is #D1DCA9.


Border color

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

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

This div border color is #D1DCA9.


Opacity

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

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

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

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

This text has shadow with #D1DCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DCA9 on black background.


Color preview on white background

This text has color #D1DCA9 on white background.



Black color preview on #D1DCA9 background

This text has black color on #D1DCA9 background.


White color preview on #D1DCA9 background

This text has white color on #D1DCA9 background.