COLOR #D4DFA9

HEX: #D4DFA9
RGB: (212,223,169)

Color info

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

RGB color model

#D4DFA9 color RGB value is (212,223,169).

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

RGB channels and saturation

R 212 of 255 = 83%
G 223 of 255 = 87%
B 169 of 255 = 66%

212
223
169

R + G + B ~ 79%. #D4DFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 223 + 169 = 604 (100%)
R 212 of 604 ~ 35.1%
G 223 of 604 ~ 36.92%
B 169 of 604 ~ 27.98%

%35.1
%36.92
%27.98

CMYK color model

#D4DFA9 color CMYK value is (5,0,24,13).

  • cyan value is 4.93%
  • magenta value is 0.00%
  • yellow value is 24.22%
  • key color value is 12.55%
CMYK:
(5,0,24,13)
C5M0Y24K13 
(5%,0%,24%,13%)
(0.05/0.00/0.24/0.13)	

CMYK percentages

%4.93
%0
%24.22
%12.55

Codes

Color #D4DFA9 in popluar color models

D4DFA9
RGB212223169
HSL72°45.76%76.86%
HSB/HSV72°24.22%87.45%
CMYK4.93%0.00%24.22%
12.55%

Color #D4DFA9 in popluar number systems.

HEXD4DFA9
Decimal212223169
Binary110101001101111110101001
Octal324337251

Shades and tints

Shades of #D4DFA9

#D4DFA9
(212,223,169)
#C1CB9A
(193,203,154)
#AEB78B
(174,183,139)
#9BA37C
(155,163,124)
#888F6D
(136,143,109)
#757B5E
(117,123,94)
#62674F
(98,103,79)
#4F5340
(79,83,64)
#3C3F31
(60,63,49)
#292B22
(41,43,34)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #D4DFA9

#D4DFA9
(212,223,169)
#D7E1B0
(215,225,176)
#DAE3B7
(218,227,183)
#DDE5BE
(221,229,190)
#E0E7C5
(224,231,197)
#E3E9CC
(227,233,204)
#E6EBD3
(230,235,211)
#E9EDDA
(233,237,218)
#ECEFE1
(236,239,225)
#EFF1E8
(239,241,232)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DFA9; }

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

This text font color is #D4DFA9.


Background Color

.myBgColor { background-color: #D4DFA9; }

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

This div background color is #D4DFA9.


Border color

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

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

This div border color is #D4DFA9.


Opacity

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

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

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

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

This text has shadow with #D4DFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DFA9 on black background.


Color preview on white background

This text has color #D4DFA9 on white background.



Black color preview on #D4DFA9 background

This text has black color on #D4DFA9 background.


White color preview on #D4DFA9 background

This text has white color on #D4DFA9 background.