COLOR #D9EDA1

HEX: #D9EDA1 RGB: (217,237,161)

Color info

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

RGB color model

#D9EDA1 color RGB value is (217,237,161).

RGB: (217,237,161) (85%, 93%, 63%)

RGB channels and saturation

R 217 of 255 = 85%
G 237 of 255 = 93%
B 161 of 255 = 63%

217
237
161

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

Portions of RGB colors in percentages

R + G + B = 217 + 237 + 161 = 615 (100%)
R 217 of 615 ~ 35.28%
G 237 of 615 ~ 38.54%
B 161 of 615 ~ 26.18'%

%35.28
%38.54
%26.18

CMYK color model

#D9EDA1 color CMYK value is (8,0,32,7).

  • cyan value is 8.44%
  • magenta value is 0.00%
  • yellow value is 32.07%
  • key color value is 7.06%

CMYK: (8,0,32,7)
C8M0Y32K7 (8%, 0%, 32%, 7%)
(0.08 / 0.00 / 0.32 / 0.07)

CMYK percentages

%8.44
%0
%32.07
%7.06

Codes

Color #D9EDA1 in popluar color models

D9 ED A1
RGB 217 237 161
HSL 76° 67.86% 78.04%
HSB/HSV 76° 32.07% 92.94%
CMYK 8.44% 0.00% 32.07%
7.06%

Color #D9EDA1 in popluar number systems.

HEX D9 ED A1
Decimal 217 237 161
Binary 11011001 11101101 10100001
Octal 331 355 241

Shades and tints

Shades of #D9EDA1

#D9EDA1
(217,237,161)
#C6D893
(198,216,147)
#B3C385
(179,195,133)
#A0AE77
(160,174,119)
#8D9969
(141,153,105)
#7A845B
(122,132,91)
#676F4D
(103,111,77)
#545A3F
(84,90,63)
#414531
(65,69,49)
#2E3023
(46,48,35)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #D9EDA1

#D9EDA1
(217,237,161)
#DCEEA9
(220,238,169)
#DFEFB1
(223,239,177)
#E2F0B9
(226,240,185)
#E5F1C1
(229,241,193)
#E8F2C9
(232,242,201)
#EBF3D1
(235,243,209)
#EEF4D9
(238,244,217)
#F1F5E1
(241,245,225)
#F4F6E9
(244,246,233)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EDA1 color. Also use rgb(217,237,161) instead hex code.

Text Font Color

.myTextColor { color: #D9EDA1; }

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

This text font color is #D9EDA1.

Background Color

.myBgColor { background-color: #D9EDA1; }

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

This div background color is #D9EDA1.

Border color

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

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

This div border color is #D9EDA1.

Opacity

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

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

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

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

This text has shadow with #D9EDA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EDA1.

Preview

Color preview on black background

This text has color #D9EDA1 on black background.


Color preview on white background

This text has color #D9EDA1 on white background.


Black color preview on #D9EDA1 background

This text has black color on #D9EDA1 background.


White color preview on #D9EDA1 background

This text has white color on #D9EDA1 background.


Related colors

Complementary color

Complementary color for #hex is #26125E.


I love getcolorcode.com

Triadic colors

1 #A1D9ED and #EDA1D9 with #D9EDA1 are triadic colors.

2 #A1EDD9 and #EDD9A1 with #D9EDA1 are triadic colors.