COLOR #D9EBA0

HEX: #D9EBA0
RGB: (217,235,160)

Color info

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

RGB color model

#D9EBA0 color RGB value is (217,235,160).

  • red value is 217;
  • green value is 235;
  • blue value is 160.
RGB:
(217,235,160)
(85%,92%,63%)

RGB channels and saturation

R 217 of 255 = 85%
G 235 of 255 = 92%
B 160 of 255 = 63%

217
235
160

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

Portions of RGB colors in percentages

R + G + B =
217 + 235 + 160 = 612 (100%)
R 217 of 612 ~ 35.46%
G 235 of 612 ~ 38.4%
B 160 of 612 ~ 26.14%

%35.46
%38.4
%26.14

CMYK color model

#D9EBA0 color CMYK value is (8,0,32,8).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 31.91%
  • key color value is 7.84%
CMYK:
(8,0,32,8)
C8M0Y32K8 
(8%,0%,32%,8%)
(0.08/0.00/0.32/0.08)	

CMYK percentages

%7.66
%0
%31.91
%7.84

Codes

Color #D9EBA0 in popluar color models

D9EBA0
RGB217235160
HSL74°65.22%77.45%
HSB/HSV74°31.91%92.16%
CMYK7.66%0.00%31.91%
7.84%

Color #D9EBA0 in popluar number systems.

HEXD9EBA0
Decimal217235160
Binary110110011110101110100000
Octal331353240

Shades and tints

Shades of #D9EBA0

#D9EBA0
(217,235,160)
#C6D692
(198,214,146)
#B3C184
(179,193,132)
#A0AC76
(160,172,118)
#8D9768
(141,151,104)
#7A825A
(122,130,90)
#676D4C
(103,109,76)
#54583E
(84,88,62)
#414330
(65,67,48)
#2E2E22
(46,46,34)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #D9EBA0

#D9EBA0
(217,235,160)
#DCECA8
(220,236,168)
#DFEDB0
(223,237,176)
#E2EEB8
(226,238,184)
#E5EFC0
(229,239,192)
#E8F0C8
(232,240,200)
#EBF1D0
(235,241,208)
#EEF2D8
(238,242,216)
#F1F3E0
(241,243,224)
#F4F4E8
(244,244,232)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EBA0 color. Also use rgb(217,235,160) instead hex code.

Text Font Color

.myTextColor { color: #D9EBA0; }

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

This text font color is #D9EBA0.


Background Color

.myBgColor { background-color: #D9EBA0; }

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

This div background color is #D9EBA0.


Border color

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

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

This div border color is #D9EBA0.


Opacity

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

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

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

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

This text has shadow with #D9EBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EBA0 on black background.


Color preview on white background

This text has color #D9EBA0 on white background.



Black color preview on #D9EBA0 background

This text has black color on #D9EBA0 background.


White color preview on #D9EBA0 background

This text has white color on #D9EBA0 background.