COLOR #D7EDA1

HEX: #D7EDA1
RGB: (215,237,161)

Color info

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

RGB color model

#D7EDA1 color RGB value is (215,237,161).

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

RGB channels and saturation

R 215 of 255 = 84%
G 237 of 255 = 93%
B 161 of 255 = 63%

215
237
161

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

Portions of RGB colors in percentages

R + G + B =
215 + 237 + 161 = 613 (100%)
R 215 of 613 ~ 35.07%
G 237 of 613 ~ 38.66%
B 161 of 613 ~ 26.26%

%35.07
%38.66
%26.26

CMYK color model

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

  • cyan value is 9.28%
  • 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

%9.28
%0
%32.07
%7.06

Codes

Color #D7EDA1 in popluar color models

D7EDA1
RGB215237161
HSL77°67.86%78.04%
HSB/HSV77°32.07%92.94%
CMYK9.28%0.00%32.07%
7.06%

Color #D7EDA1 in popluar number systems.

HEXD7EDA1
Decimal215237161
Binary110101111110110110100001
Octal327355241

Shades and tints

Shades of #D7EDA1

#D7EDA1
(215,237,161)
#C4D893
(196,216,147)
#B1C385
(177,195,133)
#9EAE77
(158,174,119)
#8B9969
(139,153,105)
#78845B
(120,132,91)
#656F4D
(101,111,77)
#525A3F
(82,90,63)
#3F4531
(63,69,49)
#2C3023
(44,48,35)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #D7EDA1

#D7EDA1
(215,237,161)
#DAEEA9
(218,238,169)
#DDEFB1
(221,239,177)
#E0F0B9
(224,240,185)
#E3F1C1
(227,241,193)
#E6F2C9
(230,242,201)
#E9F3D1
(233,243,209)
#ECF4D9
(236,244,217)
#EFF5E1
(239,245,225)
#F2F6E9
(242,246,233)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EDA1; }

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

This text font color is #D7EDA1.


Background Color

.myBgColor { background-color: #D7EDA1; }

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

This div background color is #D7EDA1.


Border color

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

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

This div border color is #D7EDA1.


Opacity

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

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

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

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

This text has shadow with #D7EDA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EDA1 on black background.


Color preview on white background

This text has color #D7EDA1 on white background.



Black color preview on #D7EDA1 background

This text has black color on #D7EDA1 background.


White color preview on #D7EDA1 background

This text has white color on #D7EDA1 background.