COLOR #D9E4A6

HEX: #D9E4A6
RGB: (217,228,166)

Color info

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

RGB color model

#D9E4A6 color RGB value is (217,228,166).

  • red value is 217;
  • green value is 228;
  • blue value is 166.
RGB:
(217,228,166)
(85%,89%,65%)

RGB channels and saturation

R 217 of 255 = 85%
G 228 of 255 = 89%
B 166 of 255 = 65%

217
228
166

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

Portions of RGB colors in percentages

R + G + B =
217 + 228 + 166 = 611 (100%)
R 217 of 611 ~ 35.52%
G 228 of 611 ~ 37.32%
B 166 of 611 ~ 27.17%

%35.52
%37.32
%27.17

CMYK color model

#D9E4A6 color CMYK value is (5,0,27,11).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 27.19%
  • key color value is 10.59%
CMYK:
(5,0,27,11)
C5M0Y27K11 
(5%,0%,27%,11%)
(0.05/0.00/0.27/0.11)	

CMYK percentages

%4.82
%0
%27.19
%10.59

Codes

Color #D9E4A6 in popluar color models

D9E4A6
RGB217228166
HSL71°53.45%77.25%
HSB/HSV71°27.19%89.41%
CMYK4.82%0.00%27.19%
10.59%

Color #D9E4A6 in popluar number systems.

HEXD9E4A6
Decimal217228166
Binary110110011110010010100110
Octal331344246

Shades and tints

Shades of #D9E4A6

#D9E4A6
(217,228,166)
#C6D097
(198,208,151)
#B3BC88
(179,188,136)
#A0A879
(160,168,121)
#8D946A
(141,148,106)
#7A805B
(122,128,91)
#676C4C
(103,108,76)
#54583D
(84,88,61)
#41442E
(65,68,46)
#2E301F
(46,48,31)
#1B1C10
(27,28,16)
#000000
(0,0,0)

Tints of #D9E4A6

#D9E4A6
(217,228,166)
#DCE6AE
(220,230,174)
#DFE8B6
(223,232,182)
#E2EABE
(226,234,190)
#E5ECC6
(229,236,198)
#E8EECE
(232,238,206)
#EBF0D6
(235,240,214)
#EEF2DE
(238,242,222)
#F1F4E6
(241,244,230)
#F4F6EE
(244,246,238)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E4A6 color. Also use rgb(217,228,166) instead hex code.

Text Font Color

.myTextColor { color: #D9E4A6; }

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

This text font color is #D9E4A6.


Background Color

.myBgColor { background-color: #D9E4A6; }

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

This div background color is #D9E4A6.


Border color

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

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

This div border color is #D9E4A6.


Opacity

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

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

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

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

This text has shadow with #D9E4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E4A6 on black background.


Color preview on white background

This text has color #D9E4A6 on white background.



Black color preview on #D9E4A6 background

This text has black color on #D9E4A6 background.


White color preview on #D9E4A6 background

This text has white color on #D9E4A6 background.