COLOR #D4DE9F

HEX: #D4DE9F
RGB: (212,222,159)

Color info

#D4DE9F contains mainly red and green colors. Web safe color of #D4DE9F is #CCCC99 (or #CC9).

RGB color model

#D4DE9F color RGB value is (212,222,159).

  • red value is 212;
  • green value is 222;
  • blue value is 159.
RGB:
(212,222,159)
(83%,87%,62%)

RGB channels and saturation

R 212 of 255 = 83%
G 222 of 255 = 87%
B 159 of 255 = 62%

212
222
159

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

Portions of RGB colors in percentages

R + G + B =
212 + 222 + 159 = 593 (100%)
R 212 of 593 ~ 35.75%
G 222 of 593 ~ 37.44%
B 159 of 593 ~ 26.81%

%35.75
%37.44
%26.81

CMYK color model

#D4DE9F color CMYK value is (5,0,28,13).

  • cyan value is 4.50%
  • magenta value is 0.00%
  • yellow value is 28.38%
  • key color value is 12.94%
CMYK:
(5,0,28,13)
C5M0Y28K13 
(5%,0%,28%,13%)
(0.05/0.00/0.28/0.13)	

CMYK percentages

%4.5
%0
%28.38
%12.94

Codes

Color #D4DE9F in popluar color models

D4DE9F
RGB212222159
HSL70°48.84%74.71%
HSB/HSV70°28.38%87.06%
CMYK4.50%0.00%28.38%
12.94%

Color #D4DE9F in popluar number systems.

HEXD4DE9F
Decimal212222159
Binary110101001101111010011111
Octal324336237

Shades and tints

Shades of #D4DE9F

#D4DE9F
(212,222,159)
#C1CA91
(193,202,145)
#AEB683
(174,182,131)
#9BA275
(155,162,117)
#888E67
(136,142,103)
#757A59
(117,122,89)
#62664B
(98,102,75)
#4F523D
(79,82,61)
#3C3E2F
(60,62,47)
#292A21
(41,42,33)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #D4DE9F

#D4DE9F
(212,222,159)
#D7E1A7
(215,225,167)
#DAE4AF
(218,228,175)
#DDE7B7
(221,231,183)
#E0EABF
(224,234,191)
#E3EDC7
(227,237,199)
#E6F0CF
(230,240,207)
#E9F3D7
(233,243,215)
#ECF6DF
(236,246,223)
#EFF9E7
(239,249,231)
#F2FCEF
(242,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DE9F color. Also use rgb(212,222,159) instead hex code.

Text Font Color

.myTextColor { color: #D4DE9F; }

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

This text font color is #D4DE9F.


Background Color

.myBgColor { background-color: #D4DE9F; }

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

This div background color is #D4DE9F.


Border color

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

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

This div border color is #D4DE9F.


Opacity

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

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

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

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

This text has shadow with #D4DE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DE9F on black background.


Color preview on white background

This text has color #D4DE9F on white background.



Black color preview on #D4DE9F background

This text has black color on #D4DE9F background.


White color preview on #D4DE9F background

This text has white color on #D4DE9F background.