COLOR #D1E4AA

HEX: #D1E4AA
RGB: (209,228,170)

Color info

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

RGB color model

#D1E4AA color RGB value is (209,228,170).

  • red value is 209;
  • green value is 228;
  • blue value is 170.
RGB:
(209,228,170)
(82%,89%,67%)

RGB channels and saturation

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

209
228
170

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

Portions of RGB colors in percentages

R + G + B =
209 + 228 + 170 = 607 (100%)
R 209 of 607 ~ 34.43%
G 228 of 607 ~ 37.56%
B 170 of 607 ~ 28.01%

%34.43
%37.56
%28.01

CMYK color model

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

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 10.59%
CMYK:
(8,0,25,11)
C8M0Y25K11 
(8%,0%,25%,11%)
(0.08/0.00/0.25/0.11)	

CMYK percentages

%8.33
%0
%25.44
%10.59

Codes

Color #D1E4AA in popluar color models

D1E4AA
RGB209228170
HSL80°51.79%78.04%
HSB/HSV80°25.44%89.41%
CMYK8.33%0.00%25.44%
10.59%

Color #D1E4AA in popluar number systems.

HEXD1E4AA
Decimal209228170
Binary110100011110010010101010
Octal321344252

Shades and tints

Shades of #D1E4AA

#D1E4AA
(209,228,170)
#BED09B
(190,208,155)
#ABBC8C
(171,188,140)
#98A87D
(152,168,125)
#85946E
(133,148,110)
#72805F
(114,128,95)
#5F6C50
(95,108,80)
#4C5841
(76,88,65)
#394432
(57,68,50)
#263023
(38,48,35)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #D1E4AA

#D1E4AA
(209,228,170)
#D5E6B1
(213,230,177)
#D9E8B8
(217,232,184)
#DDEABF
(221,234,191)
#E1ECC6
(225,236,198)
#E5EECD
(229,238,205)
#E9F0D4
(233,240,212)
#EDF2DB
(237,242,219)
#F1F4E2
(241,244,226)
#F5F6E9
(245,246,233)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E4AA; }

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

This text font color is #D1E4AA.


Background Color

.myBgColor { background-color: #D1E4AA; }

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

This div background color is #D1E4AA.


Border color

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

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

This div border color is #D1E4AA.


Opacity

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

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

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

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

This text has shadow with #D1E4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E4AA on black background.


Color preview on white background

This text has color #D1E4AA on white background.



Black color preview on #D1E4AA background

This text has black color on #D1E4AA background.


White color preview on #D1E4AA background

This text has white color on #D1E4AA background.