COLOR #D1E8A9

HEX: #D1E8A9 RGB: (209,232,169)

Color info

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

RGB color model

#D1E8A9 color RGB value is (209,232,169).

RGB: (209,232,169) (82%, 91%, 66%)

RGB channels and saturation

R 209 of 255 = 82%
G 232 of 255 = 91%
B 169 of 255 = 66%

209
232
169

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

Portions of RGB colors in percentages

R + G + B = 209 + 232 + 169 = 610 (100%)
R 209 of 610 ~ 34.26%
G 232 of 610 ~ 38.03%
B 169 of 610 ~ 27.7'%

%34.26
%38.03
%27.7

CMYK color model

#D1E8A9 color CMYK value is (10,0,27,9).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 9.02%

CMYK: (10,0,27,9)
C10M0Y27K9 (10%, 0%, 27%, 9%)
(0.10 / 0.00 / 0.27 / 0.09)

CMYK percentages

%9.91
%0
%27.16
%9.02

Codes

Color #D1E8A9 in popluar color models

D1 E8 A9
RGB 209 232 169
HSL 82° 57.80% 78.63%
HSB/HSV 82° 27.16% 90.98%
CMYK 9.91% 0.00% 27.16%
9.02%

Color #D1E8A9 in popluar number systems.

HEX D1 E8 A9
Decimal 209 232 169
Binary 11010001 11101000 10101001
Octal 321 350 251

Shades and tints

Shades of #D1E8A9

#D1E8A9
(209,232,169)
#BED39A
(190,211,154)
#ABBE8B
(171,190,139)
#98A97C
(152,169,124)
#85946D
(133,148,109)
#727F5E
(114,127,94)
#5F6A4F
(95,106,79)
#4C5540
(76,85,64)
#394031
(57,64,49)
#262B22
(38,43,34)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #D1E8A9

#D1E8A9
(209,232,169)
#D5EAB0
(213,234,176)
#D9ECB7
(217,236,183)
#DDEEBE
(221,238,190)
#E1F0C5
(225,240,197)
#E5F2CC
(229,242,204)
#E9F4D3
(233,244,211)
#EDF6DA
(237,246,218)
#F1F8E1
(241,248,225)
#F5FAE8
(245,250,232)
#F9FCEF
(249,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E8A9 color. Also use rgb(209,232,169) instead hex code.

Text Font Color

.myTextColor { color: #D1E8A9; }

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

This text font color is #D1E8A9.

Background Color

.myBgColor { background-color: #D1E8A9; }

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

This div background color is #D1E8A9.

Border color

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

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

This div border color is #D1E8A9.

Opacity

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

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

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

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

This text has shadow with #D1E8A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E8A9.

Preview

Color preview on black background

This text has color #D1E8A9 on black background.


Color preview on white background

This text has color #D1E8A9 on white background.


Black color preview on #D1E8A9 background

This text has black color on #D1E8A9 background.


White color preview on #D1E8A9 background

This text has white color on #D1E8A9 background.


Related colors

Complementary color

Complementary color for #hex is #2E1756.


I love getcolorcode.com

Triadic colors

1 #A9D1E8 and #E8A9D1 with #D1E8A9 are triadic colors.

2 #A9E8D1 and #E8D1A9 with #D1E8A9 are triadic colors.