COLOR #D1EBA6

HEX: #D1EBA6
RGB: (209,235,166)

Color info

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

RGB color model

#D1EBA6 color RGB value is (209,235,166).

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

RGB channels and saturation

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

209
235
166

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

Portions of RGB colors in percentages

R + G + B =
209 + 235 + 166 = 610 (100%)
R 209 of 610 ~ 34.26%
G 235 of 610 ~ 38.52%
B 166 of 610 ~ 27.21%

%34.26
%38.52
%27.21

CMYK color model

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

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

CMYK percentages

%11.06
%0
%29.36
%7.84

Codes

Color #D1EBA6 in popluar color models

D1EBA6
RGB209235166
HSL83°63.30%78.63%
HSB/HSV83°29.36%92.16%
CMYK11.06%0.00%29.36%
7.84%

Color #D1EBA6 in popluar number systems.

HEXD1EBA6
Decimal209235166
Binary110100011110101110100110
Octal321353246

Shades and tints

Shades of #D1EBA6

#D1EBA6
(209,235,166)
#BED697
(190,214,151)
#ABC188
(171,193,136)
#98AC79
(152,172,121)
#85976A
(133,151,106)
#72825B
(114,130,91)
#5F6D4C
(95,109,76)
#4C583D
(76,88,61)
#39432E
(57,67,46)
#262E1F
(38,46,31)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #D1EBA6

#D1EBA6
(209,235,166)
#D5ECAE
(213,236,174)
#D9EDB6
(217,237,182)
#DDEEBE
(221,238,190)
#E1EFC6
(225,239,198)
#E5F0CE
(229,240,206)
#E9F1D6
(233,241,214)
#EDF2DE
(237,242,222)
#F1F3E6
(241,243,230)
#F5F4EE
(245,244,238)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EBA6; }

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

This text font color is #D1EBA6.


Background Color

.myBgColor { background-color: #D1EBA6; }

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

This div background color is #D1EBA6.


Border color

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

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

This div border color is #D1EBA6.


Opacity

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

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

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

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

This text has shadow with #D1EBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EBA6 on black background.


Color preview on white background

This text has color #D1EBA6 on white background.



Black color preview on #D1EBA6 background

This text has black color on #D1EBA6 background.


White color preview on #D1EBA6 background

This text has white color on #D1EBA6 background.