COLOR #D1EAB9

HEX: #D1EAB9 RGB: (209,234,185)

Color info

#D1EAB9 contains red, green and blue colors in about the same proportion. Web safe color of #D1EAB9 is #CCFFCC (or #CFC).

RGB color model

#D1EAB9 color RGB value is (209,234,185).

RGB: (209,234,185) (82%, 92%, 73%)

RGB channels and saturation

R 209 of 255 = 82%
G 234 of 255 = 92%
B 185 of 255 = 73%

209
234
185

R + G + B ~ 82%. #D1EAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 234 + 185 = 628 (100%)
R 209 of 628 ~ 33.28%
G 234 of 628 ~ 37.26%
B 185 of 628 ~ 29.46'%

%33.28
%37.26
%29.46

CMYK color model

#D1EAB9 color CMYK value is (11,0,21,8).

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 20.94%
  • key color value is 8.24%

CMYK: (11,0,21,8)
C11M0Y21K8 (11%, 0%, 21%, 8%)
(0.11 / 0.00 / 0.21 / 0.08)

CMYK percentages

%10.68
%0
%20.94
%8.24

Codes

Color #D1EAB9 in popluar color models

D1 EA B9
RGB 209 234 185
HSL 91° 53.85% 82.16%
HSB/HSV 91° 20.94% 91.76%
CMYK 10.68% 0.00% 20.94%
8.24%

Color #D1EAB9 in popluar number systems.

HEX D1 EA B9
Decimal 209 234 185
Binary 11010001 11101010 10111001
Octal 321 352 271

Shades and tints

Shades of #D1EAB9

#D1EAB9
(209,234,185)
#BED5A9
(190,213,169)
#ABC099
(171,192,153)
#98AB89
(152,171,137)
#859679
(133,150,121)
#728169
(114,129,105)
#5F6C59
(95,108,89)
#4C5749
(76,87,73)
#394239
(57,66,57)
#262D29
(38,45,41)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #D1EAB9

#D1EAB9
(209,234,185)
#D5EBBF
(213,235,191)
#D9ECC5
(217,236,197)
#DDEDCB
(221,237,203)
#E1EED1
(225,238,209)
#E5EFD7
(229,239,215)
#E9F0DD
(233,240,221)
#EDF1E3
(237,241,227)
#F1F2E9
(241,242,233)
#F5F3EF
(245,243,239)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EAB9 color. Also use rgb(209,234,185) instead hex code.

Text Font Color

.myTextColor { color: #D1EAB9; }

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

This text font color is #D1EAB9.

Background Color

.myBgColor { background-color: #D1EAB9; }

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

This div background color is #D1EAB9.

Border color

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

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

This div border color is #D1EAB9.

Opacity

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

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

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

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

This text has shadow with #D1EAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EAB9.

Preview

Color preview on black background

This text has color #D1EAB9 on black background.


Color preview on white background

This text has color #D1EAB9 on white background.


Black color preview on #D1EAB9 background

This text has black color on #D1EAB9 background.


White color preview on #D1EAB9 background

This text has white color on #D1EAB9 background.


Related colors

Complementary color

Complementary color for #hex is #2E1546.


I love getcolorcode.com

Triadic colors

1 #B9D1EA and #EAB9D1 with #D1EAB9 are triadic colors.

2 #B9EAD1 and #EAD1B9 with #D1EAB9 are triadic colors.