COLOR #D4E9A9

HEX: #D4E9A9
RGB: (212,233,169)

Color info

#D4E9A9 contains mainly red and green colors. Web safe color of #D4E9A9 is #CCFF99 (or #CF9).

RGB color model

#D4E9A9 color RGB value is (212,233,169).

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

RGB channels and saturation

R 212 of 255 = 83%
G 233 of 255 = 91%
B 169 of 255 = 66%

212
233
169

R + G + B ~ 80%. #D4E9A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 233 + 169 = 614 (100%)
R 212 of 614 ~ 34.53%
G 233 of 614 ~ 37.95%
B 169 of 614 ~ 27.52%

%34.53
%37.95
%27.52

CMYK color model

#D4E9A9 color CMYK value is (9,0,27,9).

  • cyan value is 9.01%
  • magenta value is 0.00%
  • yellow value is 27.47%
  • key color value is 8.63%
CMYK:
(9,0,27,9)
C9M0Y27K9 
(9%,0%,27%,9%)
(0.09/0.00/0.27/0.09)	

CMYK percentages

%9.01
%0
%27.47
%8.63

Codes

Color #D4E9A9 in popluar color models

D4E9A9
RGB212233169
HSL80°59.26%78.82%
HSB/HSV80°27.47%91.37%
CMYK9.01%0.00%27.47%
8.63%

Color #D4E9A9 in popluar number systems.

HEXD4E9A9
Decimal212233169
Binary110101001110100110101001
Octal324351251

Shades and tints

Shades of #D4E9A9

#D4E9A9
(212,233,169)
#C1D49A
(193,212,154)
#AEBF8B
(174,191,139)
#9BAA7C
(155,170,124)
#88956D
(136,149,109)
#75805E
(117,128,94)
#626B4F
(98,107,79)
#4F5640
(79,86,64)
#3C4131
(60,65,49)
#292C22
(41,44,34)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #D4E9A9

#D4E9A9
(212,233,169)
#D7EBB0
(215,235,176)
#DAEDB7
(218,237,183)
#DDEFBE
(221,239,190)
#E0F1C5
(224,241,197)
#E3F3CC
(227,243,204)
#E6F5D3
(230,245,211)
#E9F7DA
(233,247,218)
#ECF9E1
(236,249,225)
#EFFBE8
(239,251,232)
#F2FDEF
(242,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E9A9; }

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

This text font color is #D4E9A9.


Background Color

.myBgColor { background-color: #D4E9A9; }

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

This div background color is #D4E9A9.


Border color

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

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

This div border color is #D4E9A9.


Opacity

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

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

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

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

This text has shadow with #D4E9A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E9A9 on black background.


Color preview on white background

This text has color #D4E9A9 on white background.



Black color preview on #D4E9A9 background

This text has black color on #D4E9A9 background.


White color preview on #D4E9A9 background

This text has white color on #D4E9A9 background.