COLOR #D1E3AA

HEX: #D1E3AA RGB: (209,227,170)

Color info

#D1E3AA contains red, green and blue colors in about the same proportion. Web safe color of #D1E3AA is #CCCC99 (or #CC9).

RGB color model

#D1E3AA color RGB value is (209,227,170).

RGB: (209,227,170) (82%, 89%, 67%)

RGB channels and saturation

R 209 of 255 = 82%
G 227 of 255 = 89%
B 170 of 255 = 67%

209
227
170

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

Portions of RGB colors in percentages

R + G + B = 209 + 227 + 170 = 606 (100%)
R 209 of 606 ~ 34.49%
G 227 of 606 ~ 37.46%
B 170 of 606 ~ 28.05'%

%34.49
%37.46
%28.05

CMYK color model

#D1E3AA color CMYK value is (8,0,25,11).

  • cyan value is 7.93%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 10.98%

CMYK: (8,0,25,11)
C8M0Y25K11 (8%, 0%, 25%, 11%)
(0.08 / 0.00 / 0.25 / 0.11)

CMYK percentages

%7.93
%0
%25.11
%10.98

Codes

Color #D1E3AA in popluar color models

D1 E3 AA
RGB 209 227 170
HSL 79° 50.44% 77.84%
HSB/HSV 79° 25.11% 89.02%
CMYK 7.93% 0.00% 25.11%
10.98%

Color #D1E3AA in popluar number systems.

HEX D1 E3 AA
Decimal 209 227 170
Binary 11010001 11100011 10101010
Octal 321 343 252

Shades and tints

Shades of #D1E3AA

#D1E3AA
(209,227,170)
#BECF9B
(190,207,155)
#ABBB8C
(171,187,140)
#98A77D
(152,167,125)
#85936E
(133,147,110)
#727F5F
(114,127,95)
#5F6B50
(95,107,80)
#4C5741
(76,87,65)
#394332
(57,67,50)
#262F23
(38,47,35)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #D1E3AA

#D1E3AA
(209,227,170)
#D5E5B1
(213,229,177)
#D9E7B8
(217,231,184)
#DDE9BF
(221,233,191)
#E1EBC6
(225,235,198)
#E5EDCD
(229,237,205)
#E9EFD4
(233,239,212)
#EDF1DB
(237,241,219)
#F1F3E2
(241,243,226)
#F5F5E9
(245,245,233)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E3AA color. Also use rgb(209,227,170) instead hex code.

Text Font Color

.myTextColor { color: #D1E3AA; }

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

This text font color is #D1E3AA.

Background Color

.myBgColor { background-color: #D1E3AA; }

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

This div background color is #D1E3AA.

Border color

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

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

This div border color is #D1E3AA.

Opacity

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

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

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

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

This text has shadow with #D1E3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E3AA.

Preview

Color preview on black background

This text has color #D1E3AA on black background.


Color preview on white background

This text has color #D1E3AA on white background.


Black color preview on #D1E3AA background

This text has black color on #D1E3AA background.


White color preview on #D1E3AA background

This text has white color on #D1E3AA background.


Related colors

Complementary color

Complementary color for #hex is #2E1C55.


I love getcolorcode.com

Triadic colors

1 #AAD1E3 and #E3AAD1 with #D1E3AA are triadic colors.

2 #AAE3D1 and #E3D1AA with #D1E3AA are triadic colors.