COLOR #D1EBAD

HEX: #D1EBAD
RGB: (209,235,173)

Color info

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

RGB color model

#D1EBAD color RGB value is (209,235,173).

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

RGB channels and saturation

R 209 of 255 = 82%
G 235 of 255 = 92%
B 173 of 255 = 68%

209
235
173

R + G + B ~ 81%. #D1EBAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 235 + 173 = 617 (100%)
R 209 of 617 ~ 33.87%
G 235 of 617 ~ 38.09%
B 173 of 617 ~ 28.04%

%33.87
%38.09
%28.04

CMYK color model

#D1EBAD color CMYK value is (11,0,26,8).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 26.38%
  • key color value is 7.84%
CMYK:
(11,0,26,8)
C11M0Y26K8 
(11%,0%,26%,8%)
(0.11/0.00/0.26/0.08)	

CMYK percentages

%11.06
%0
%26.38
%7.84

Codes

Color #D1EBAD in popluar color models

D1EBAD
RGB209235173
HSL85°60.78%80.00%
HSB/HSV85°26.38%92.16%
CMYK11.06%0.00%26.38%
7.84%

Color #D1EBAD in popluar number systems.

HEXD1EBAD
Decimal209235173
Binary110100011110101110101101
Octal321353255

Shades and tints

Shades of #D1EBAD

#D1EBAD
(209,235,173)
#BED69E
(190,214,158)
#ABC18F
(171,193,143)
#98AC80
(152,172,128)
#859771
(133,151,113)
#728262
(114,130,98)
#5F6D53
(95,109,83)
#4C5844
(76,88,68)
#394335
(57,67,53)
#262E26
(38,46,38)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #D1EBAD

#D1EBAD
(209,235,173)
#D5ECB4
(213,236,180)
#D9EDBB
(217,237,187)
#DDEEC2
(221,238,194)
#E1EFC9
(225,239,201)
#E5F0D0
(229,240,208)
#E9F1D7
(233,241,215)
#EDF2DE
(237,242,222)
#F1F3E5
(241,243,229)
#F5F4EC
(245,244,236)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EBAD; }

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

This text font color is #D1EBAD.


Background Color

.myBgColor { background-color: #D1EBAD; }

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

This div background color is #D1EBAD.


Border color

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

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

This div border color is #D1EBAD.


Opacity

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

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

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

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

This text has shadow with #D1EBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EBAD on black background.


Color preview on white background

This text has color #D1EBAD on white background.



Black color preview on #D1EBAD background

This text has black color on #D1EBAD background.


White color preview on #D1EBAD background

This text has white color on #D1EBAD background.