COLOR #D1E5A9

HEX: #D1E5A9 RGB: (209,229,169)

Color info

#D1E5A9 contains mainly red and green colors. Web safe color of #D1E5A9 is #CCCC99 (or #CC9).

RGB color model

#D1E5A9 color RGB value is (209,229,169).

RGB: (209,229,169) (82%, 90%, 66%)

RGB channels and saturation

R 209 of 255 = 82%
G 229 of 255 = 90%
B 169 of 255 = 66%

209
229
169

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

Portions of RGB colors in percentages

R + G + B = 209 + 229 + 169 = 607 (100%)
R 209 of 607 ~ 34.43%
G 229 of 607 ~ 37.73%
B 169 of 607 ~ 27.84'%

%34.43
%37.73
%27.84

CMYK color model

#D1E5A9 color CMYK value is (9,0,26,10).

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 26.20%
  • key color value is 10.20%

CMYK: (9,0,26,10)
C9M0Y26K10 (9%, 0%, 26%, 10%)
(0.09 / 0.00 / 0.26 / 0.10)

CMYK percentages

%8.73
%0
%26.2
%10.2

Codes

Color #D1E5A9 in popluar color models

D1 E5 A9
RGB 209 229 169
HSL 80° 53.57% 78.04%
HSB/HSV 80° 26.20% 89.80%
CMYK 8.73% 0.00% 26.20%
10.20%

Color #D1E5A9 in popluar number systems.

HEX D1 E5 A9
Decimal 209 229 169
Binary 11010001 11100101 10101001
Octal 321 345 251

Shades and tints

Shades of #D1E5A9

#D1E5A9
(209,229,169)
#BED19A
(190,209,154)
#ABBD8B
(171,189,139)
#98A97C
(152,169,124)
#85956D
(133,149,109)
#72815E
(114,129,94)
#5F6D4F
(95,109,79)
#4C5940
(76,89,64)
#394531
(57,69,49)
#263122
(38,49,34)
#131D13
(19,29,19)
#000000
(0,0,0)

Tints of #D1E5A9

#D1E5A9
(209,229,169)
#D5E7B0
(213,231,176)
#D9E9B7
(217,233,183)
#DDEBBE
(221,235,190)
#E1EDC5
(225,237,197)
#E5EFCC
(229,239,204)
#E9F1D3
(233,241,211)
#EDF3DA
(237,243,218)
#F1F5E1
(241,245,225)
#F5F7E8
(245,247,232)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E5A9; }

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

This text font color is #D1E5A9.

Background Color

.myBgColor { background-color: #D1E5A9; }

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

This div background color is #D1E5A9.

Border color

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

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

This div border color is #D1E5A9.

Opacity

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

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

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

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

This text has shadow with #D1E5A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E5A9.

Preview

Color preview on black background

This text has color #D1E5A9 on black background.


Color preview on white background

This text has color #D1E5A9 on white background.


Black color preview on #D1E5A9 background

This text has black color on #D1E5A9 background.


White color preview on #D1E5A9 background

This text has white color on #D1E5A9 background.


Related colors

Complementary color

Complementary color for #hex is #2E1A56.


I love getcolorcode.com

Triadic colors

1 #A9D1E5 and #E5A9D1 with #D1E5A9 are triadic colors.

2 #A9E5D1 and #E5D1A9 with #D1E5A9 are triadic colors.