COLOR #D8EDA1

HEX: #D8EDA1
RGB: (216,237,161)

Color info

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

RGB color model

#D8EDA1 color RGB value is (216,237,161).

  • red value is 216;
  • green value is 237;
  • blue value is 161.
RGB:
(216,237,161)
(85%,93%,63%)

RGB channels and saturation

R 216 of 255 = 85%
G 237 of 255 = 93%
B 161 of 255 = 63%

216
237
161

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

Portions of RGB colors in percentages

R + G + B =
216 + 237 + 161 = 614 (100%)
R 216 of 614 ~ 35.18%
G 237 of 614 ~ 38.6%
B 161 of 614 ~ 26.22%

%35.18
%38.6
%26.22

CMYK color model

#D8EDA1 color CMYK value is (9,0,32,7).

  • cyan value is 8.86%
  • magenta value is 0.00%
  • yellow value is 32.07%
  • key color value is 7.06%
CMYK:
(9,0,32,7)
C9M0Y32K7 
(9%,0%,32%,7%)
(0.09/0.00/0.32/0.07)	

CMYK percentages

%8.86
%0
%32.07
%7.06

Codes

Color #D8EDA1 in popluar color models

D8EDA1
RGB216237161
HSL77°67.86%78.04%
HSB/HSV77°32.07%92.94%
CMYK8.86%0.00%32.07%
7.06%

Color #D8EDA1 in popluar number systems.

HEXD8EDA1
Decimal216237161
Binary110110001110110110100001
Octal330355241

Shades and tints

Shades of #D8EDA1

#D8EDA1
(216,237,161)
#C5D893
(197,216,147)
#B2C385
(178,195,133)
#9FAE77
(159,174,119)
#8C9969
(140,153,105)
#79845B
(121,132,91)
#666F4D
(102,111,77)
#535A3F
(83,90,63)
#404531
(64,69,49)
#2D3023
(45,48,35)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #D8EDA1

#D8EDA1
(216,237,161)
#DBEEA9
(219,238,169)
#DEEFB1
(222,239,177)
#E1F0B9
(225,240,185)
#E4F1C1
(228,241,193)
#E7F2C9
(231,242,201)
#EAF3D1
(234,243,209)
#EDF4D9
(237,244,217)
#F0F5E1
(240,245,225)
#F3F6E9
(243,246,233)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EDA1 color. Also use rgb(216,237,161) instead hex code.

Text Font Color

.myTextColor { color: #D8EDA1; }

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

This text font color is #D8EDA1.


Background Color

.myBgColor { background-color: #D8EDA1; }

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

This div background color is #D8EDA1.


Border color

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

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

This div border color is #D8EDA1.


Opacity

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

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

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

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

This text has shadow with #D8EDA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EDA1 on black background.


Color preview on white background

This text has color #D8EDA1 on white background.



Black color preview on #D8EDA1 background

This text has black color on #D8EDA1 background.


White color preview on #D8EDA1 background

This text has white color on #D8EDA1 background.