COLOR #D1EBA9

HEX: #D1EBA9 RGB: (209,235,169)

Color info

#D1EBA9 contains mainly red and green colors. Web safe color of #D1EBA9 is #CCFF99 (or #CF9).

RGB color model

#D1EBA9 color RGB value is (209,235,169).

RGB: (209,235,169) (82%, 92%, 66%)

RGB channels and saturation

R 209 of 255 = 82%
G 235 of 255 = 92%
B 169 of 255 = 66%

209
235
169

R + G + B ~ 80%. #D1EBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 235 + 169 = 613 (100%)
R 209 of 613 ~ 34.09%
G 235 of 613 ~ 38.34%
B 169 of 613 ~ 27.57'%

%34.09
%38.34
%27.57

CMYK color model

#D1EBA9 color CMYK value is (11,0,28,8).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 28.09%
  • key color value is 7.84%

CMYK: (11,0,28,8)
C11M0Y28K8 (11%, 0%, 28%, 8%)
(0.11 / 0.00 / 0.28 / 0.08)

CMYK percentages

%11.06
%0
%28.09
%7.84

Codes

Color #D1EBA9 in popluar color models

D1 EB A9
RGB 209 235 169
HSL 84° 62.26% 79.22%
HSB/HSV 84° 28.09% 92.16%
CMYK 11.06% 0.00% 28.09%
7.84%

Color #D1EBA9 in popluar number systems.

HEX D1 EB A9
Decimal 209 235 169
Binary 11010001 11101011 10101001
Octal 321 353 251

Shades and tints

Shades of #D1EBA9

#D1EBA9
(209,235,169)
#BED69A
(190,214,154)
#ABC18B
(171,193,139)
#98AC7C
(152,172,124)
#85976D
(133,151,109)
#72825E
(114,130,94)
#5F6D4F
(95,109,79)
#4C5840
(76,88,64)
#394331
(57,67,49)
#262E22
(38,46,34)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #D1EBA9

#D1EBA9
(209,235,169)
#D5ECB0
(213,236,176)
#D9EDB7
(217,237,183)
#DDEEBE
(221,238,190)
#E1EFC5
(225,239,197)
#E5F0CC
(229,240,204)
#E9F1D3
(233,241,211)
#EDF2DA
(237,242,218)
#F1F3E1
(241,243,225)
#F5F4E8
(245,244,232)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EBA9; }

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

This text font color is #D1EBA9.

Background Color

.myBgColor { background-color: #D1EBA9; }

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

This div background color is #D1EBA9.

Border color

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

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

This div border color is #D1EBA9.

Opacity

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

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

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

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

This text has shadow with #D1EBA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EBA9.

Preview

Color preview on black background

This text has color #D1EBA9 on black background.


Color preview on white background

This text has color #D1EBA9 on white background.


Black color preview on #D1EBA9 background

This text has black color on #D1EBA9 background.


White color preview on #D1EBA9 background

This text has white color on #D1EBA9 background.


Related colors

Complementary color

Complementary color for #hex is #2E1456.


I love getcolorcode.com

Triadic colors

1 #A9D1EB and #EBA9D1 with #D1EBA9 are triadic colors.

2 #A9EBD1 and #EBD1A9 with #D1EBA9 are triadic colors.