COLOR #D1E3AB

HEX: #D1E3AB RGB: (209,227,171)

Color info

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

RGB color model

#D1E3AB color RGB value is (209,227,171).

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

RGB channels and saturation

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

209
227
171

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

Portions of RGB colors in percentages

R + G + B = 209 + 227 + 171 = 607 (100%)
R 209 of 607 ~ 34.43%
G 227 of 607 ~ 37.4%
B 171 of 607 ~ 28.17'%

%34.43
%37.4
%28.17

CMYK color model

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

  • cyan value is 7.93%
  • magenta value is 0.00%
  • yellow value is 24.67%
  • 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
%24.67
%10.98

Codes

Color #D1E3AB in popluar color models

D1 E3 AB
RGB 209 227 171
HSL 79° 50.00% 78.04%
HSB/HSV 79° 24.67% 89.02%
CMYK 7.93% 0.00% 24.67%
10.98%

Color #D1E3AB in popluar number systems.

HEX D1 E3 AB
Decimal 209 227 171
Binary 11010001 11100011 10101011
Octal 321 343 253

Shades and tints

Shades of #D1E3AB

#D1E3AB
(209,227,171)
#BECF9C
(190,207,156)
#ABBB8D
(171,187,141)
#98A77E
(152,167,126)
#85936F
(133,147,111)
#727F60
(114,127,96)
#5F6B51
(95,107,81)
#4C5742
(76,87,66)
#394333
(57,67,51)
#262F24
(38,47,36)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #D1E3AB

#D1E3AB
(209,227,171)
#D5E5B2
(213,229,178)
#D9E7B9
(217,231,185)
#DDE9C0
(221,233,192)
#E1EBC7
(225,235,199)
#E5EDCE
(229,237,206)
#E9EFD5
(233,239,213)
#EDF1DC
(237,241,220)
#F1F3E3
(241,243,227)
#F5F5EA
(245,245,234)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E3AB; }

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

This text font color is #D1E3AB.

Background Color

.myBgColor { background-color: #D1E3AB; }

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

This div background color is #D1E3AB.

Border color

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

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

This div border color is #D1E3AB.

Opacity

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

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

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

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

This text has shadow with #D1E3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E3AB.

Preview

Color preview on black background

This text has color #D1E3AB on black background.


Color preview on white background

This text has color #D1E3AB on white background.


Black color preview on #D1E3AB background

This text has black color on #D1E3AB background.


White color preview on #D1E3AB background

This text has white color on #D1E3AB background.


Related colors

Complementary color

Complementary color for #hex is #2E1C54.


I love getcolorcode.com

Triadic colors

1 #ABD1E3 and #E3ABD1 with #D1E3AB are triadic colors.

2 #ABE3D1 and #E3D1AB with #D1E3AB are triadic colors.