COLOR #D9EA9C

HEX: #D9EA9C
RGB: (217,234,156)

Color info

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

RGB color model

#D9EA9C color RGB value is (217,234,156).

  • red value is 217;
  • green value is 234;
  • blue value is 156.
RGB:
(217,234,156)
(85%,92%,61%)

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 156 of 255 = 61%

217
234
156

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

Portions of RGB colors in percentages

R + G + B =
217 + 234 + 156 = 607 (100%)
R 217 of 607 ~ 35.75%
G 234 of 607 ~ 38.55%
B 156 of 607 ~ 25.7%

%35.75
%38.55
%25.7

CMYK color model

#D9EA9C color CMYK value is (7,0,33,8).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 8.24%
CMYK:
(7,0,33,8)
C7M0Y33K8 
(7%,0%,33%,8%)
(0.07/0.00/0.33/0.08)	

CMYK percentages

%7.26
%0
%33.33
%8.24

Codes

Color #D9EA9C in popluar color models

D9EA9C
RGB217234156
HSL73°65.00%76.47%
HSB/HSV73°33.33%91.76%
CMYK7.26%0.00%33.33%
8.24%

Color #D9EA9C in popluar number systems.

HEXD9EA9C
Decimal217234156
Binary110110011110101010011100
Octal331352234

Shades and tints

Shades of #D9EA9C

#D9EA9C
(217,234,156)
#C6D58E
(198,213,142)
#B3C080
(179,192,128)
#A0AB72
(160,171,114)
#8D9664
(141,150,100)
#7A8156
(122,129,86)
#676C48
(103,108,72)
#54573A
(84,87,58)
#41422C
(65,66,44)
#2E2D1E
(46,45,30)
#1B1810
(27,24,16)
#000000
(0,0,0)

Tints of #D9EA9C

#D9EA9C
(217,234,156)
#DCEBA5
(220,235,165)
#DFECAE
(223,236,174)
#E2EDB7
(226,237,183)
#E5EEC0
(229,238,192)
#E8EFC9
(232,239,201)
#EBF0D2
(235,240,210)
#EEF1DB
(238,241,219)
#F1F2E4
(241,242,228)
#F4F3ED
(244,243,237)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EA9C color. Also use rgb(217,234,156) instead hex code.

Text Font Color

.myTextColor { color: #D9EA9C; }

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

This text font color is #D9EA9C.


Background Color

.myBgColor { background-color: #D9EA9C; }

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

This div background color is #D9EA9C.


Border color

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

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

This div border color is #D9EA9C.


Opacity

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

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

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

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

This text has shadow with #D9EA9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EA9C on black background.


Color preview on white background

This text has color #D9EA9C on white background.



Black color preview on #D9EA9C background

This text has black color on #D9EA9C background.


White color preview on #D9EA9C background

This text has white color on #D9EA9C background.