COLOR #D1EAA6

HEX: #D1EAA6
RGB: (209,234,166)

Color info

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

RGB color model

#D1EAA6 color RGB value is (209,234,166).

  • red value is 209;
  • green value is 234;
  • blue value is 166.
RGB:
(209,234,166)
(82%,92%,65%)

RGB channels and saturation

R 209 of 255 = 82%
G 234 of 255 = 92%
B 166 of 255 = 65%

209
234
166

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

Portions of RGB colors in percentages

R + G + B =
209 + 234 + 166 = 609 (100%)
R 209 of 609 ~ 34.32%
G 234 of 609 ~ 38.42%
B 166 of 609 ~ 27.26%

%34.32
%38.42
%27.26

CMYK color model

#D1EAA6 color CMYK value is (11,0,29,8).

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 29.06%
  • key color value is 8.24%
CMYK:
(11,0,29,8)
C11M0Y29K8 
(11%,0%,29%,8%)
(0.11/0.00/0.29/0.08)	

CMYK percentages

%10.68
%0
%29.06
%8.24

Codes

Color #D1EAA6 in popluar color models

D1EAA6
RGB209234166
HSL82°61.82%78.43%
HSB/HSV82°29.06%91.76%
CMYK10.68%0.00%29.06%
8.24%

Color #D1EAA6 in popluar number systems.

HEXD1EAA6
Decimal209234166
Binary110100011110101010100110
Octal321352246

Shades and tints

Shades of #D1EAA6

#D1EAA6
(209,234,166)
#BED597
(190,213,151)
#ABC088
(171,192,136)
#98AB79
(152,171,121)
#85966A
(133,150,106)
#72815B
(114,129,91)
#5F6C4C
(95,108,76)
#4C573D
(76,87,61)
#39422E
(57,66,46)
#262D1F
(38,45,31)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #D1EAA6

#D1EAA6
(209,234,166)
#D5EBAE
(213,235,174)
#D9ECB6
(217,236,182)
#DDEDBE
(221,237,190)
#E1EEC6
(225,238,198)
#E5EFCE
(229,239,206)
#E9F0D6
(233,240,214)
#EDF1DE
(237,241,222)
#F1F2E6
(241,242,230)
#F5F3EE
(245,243,238)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EAA6; }

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

This text font color is #D1EAA6.


Background Color

.myBgColor { background-color: #D1EAA6; }

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

This div background color is #D1EAA6.


Border color

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

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

This div border color is #D1EAA6.


Opacity

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

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

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

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

This text has shadow with #D1EAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EAA6 on black background.


Color preview on white background

This text has color #D1EAA6 on white background.



Black color preview on #D1EAA6 background

This text has black color on #D1EAA6 background.


White color preview on #D1EAA6 background

This text has white color on #D1EAA6 background.