COLOR #D9ECA5

HEX: #D9ECA5
RGB: (217,236,165)

Color info

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

RGB color model

#D9ECA5 color RGB value is (217,236,165).

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

RGB channels and saturation

R 217 of 255 = 85%
G 236 of 255 = 93%
B 165 of 255 = 65%

217
236
165

R + G + B ~ 81%. #D9ECA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 236 + 165 = 618 (100%)
R 217 of 618 ~ 35.11%
G 236 of 618 ~ 38.19%
B 165 of 618 ~ 26.7%

%35.11
%38.19
%26.7

CMYK color model

#D9ECA5 color CMYK value is (8,0,30,7).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 7.45%
CMYK:
(8,0,30,7)
C8M0Y30K7 
(8%,0%,30%,7%)
(0.08/0.00/0.30/0.07)	

CMYK percentages

%8.05
%0
%30.08
%7.45

Codes

Color #D9ECA5 in popluar color models

D9ECA5
RGB217236165
HSL76°65.14%78.63%
HSB/HSV76°30.08%92.55%
CMYK8.05%0.00%30.08%
7.45%

Color #D9ECA5 in popluar number systems.

HEXD9ECA5
Decimal217236165
Binary110110011110110010100101
Octal331354245

Shades and tints

Shades of #D9ECA5

#D9ECA5
(217,236,165)
#C6D796
(198,215,150)
#B3C287
(179,194,135)
#A0AD78
(160,173,120)
#8D9869
(141,152,105)
#7A835A
(122,131,90)
#676E4B
(103,110,75)
#54593C
(84,89,60)
#41442D
(65,68,45)
#2E2F1E
(46,47,30)
#1B1A0F
(27,26,15)
#000000
(0,0,0)

Tints of #D9ECA5

#D9ECA5
(217,236,165)
#DCEDAD
(220,237,173)
#DFEEB5
(223,238,181)
#E2EFBD
(226,239,189)
#E5F0C5
(229,240,197)
#E8F1CD
(232,241,205)
#EBF2D5
(235,242,213)
#EEF3DD
(238,243,221)
#F1F4E5
(241,244,229)
#F4F5ED
(244,245,237)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ECA5; }

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

This text font color is #D9ECA5.


Background Color

.myBgColor { background-color: #D9ECA5; }

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

This div background color is #D9ECA5.


Border color

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

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

This div border color is #D9ECA5.


Opacity

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

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

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

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

This text has shadow with #D9ECA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9ECA5 on black background.


Color preview on white background

This text has color #D9ECA5 on white background.



Black color preview on #D9ECA5 background

This text has black color on #D9ECA5 background.


White color preview on #D9ECA5 background

This text has white color on #D9ECA5 background.