COLOR #D9EC9A

HEX: #D9EC9A
RGB: (217,236,154)

Color info

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

RGB color model

#D9EC9A color RGB value is (217,236,154).

  • red value is 217;
  • green value is 236;
  • blue value is 154.
RGB:
(217,236,154)
(85%,93%,60%)

RGB channels and saturation

R 217 of 255 = 85%
G 236 of 255 = 93%
B 154 of 255 = 60%

217
236
154

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

Portions of RGB colors in percentages

R + G + B =
217 + 236 + 154 = 607 (100%)
R 217 of 607 ~ 35.75%
G 236 of 607 ~ 38.88%
B 154 of 607 ~ 25.37%

%35.75
%38.88
%25.37

CMYK color model

#D9EC9A color CMYK value is (8,0,35,7).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 34.75%
  • key color value is 7.45%
CMYK:
(8,0,35,7)
C8M0Y35K7 
(8%,0%,35%,7%)
(0.08/0.00/0.35/0.07)	

CMYK percentages

%8.05
%0
%34.75
%7.45

Codes

Color #D9EC9A in popluar color models

D9EC9A
RGB217236154
HSL74°68.33%76.47%
HSB/HSV74°34.75%92.55%
CMYK8.05%0.00%34.75%
7.45%

Color #D9EC9A in popluar number systems.

HEXD9EC9A
Decimal217236154
Binary110110011110110010011010
Octal331354232

Shades and tints

Shades of #D9EC9A

#D9EC9A
(217,236,154)
#C6D78C
(198,215,140)
#B3C27E
(179,194,126)
#A0AD70
(160,173,112)
#8D9862
(141,152,98)
#7A8354
(122,131,84)
#676E46
(103,110,70)
#545938
(84,89,56)
#41442A
(65,68,42)
#2E2F1C
(46,47,28)
#1B1A0E
(27,26,14)
#000000
(0,0,0)

Tints of #D9EC9A

#D9EC9A
(217,236,154)
#DCEDA3
(220,237,163)
#DFEEAC
(223,238,172)
#E2EFB5
(226,239,181)
#E5F0BE
(229,240,190)
#E8F1C7
(232,241,199)
#EBF2D0
(235,242,208)
#EEF3D9
(238,243,217)
#F1F4E2
(241,244,226)
#F4F5EB
(244,245,235)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EC9A color. Also use rgb(217,236,154) instead hex code.

Text Font Color

.myTextColor { color: #D9EC9A; }

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

This text font color is #D9EC9A.


Background Color

.myBgColor { background-color: #D9EC9A; }

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

This div background color is #D9EC9A.


Border color

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

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

This div border color is #D9EC9A.


Opacity

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

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

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

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

This text has shadow with #D9EC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EC9A on black background.


Color preview on white background

This text has color #D9EC9A on white background.



Black color preview on #D9EC9A background

This text has black color on #D9EC9A background.


White color preview on #D9EC9A background

This text has white color on #D9EC9A background.