COLOR #D7E8AA

HEX: #D7E8AA RGB: (215,232,170)

Color info

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

RGB color model

#D7E8AA color RGB value is (215,232,170).

RGB: (215,232,170) (84%, 91%, 67%)

RGB channels and saturation

R 215 of 255 = 84%
G 232 of 255 = 91%
B 170 of 255 = 67%

215
232
170

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

Portions of RGB colors in percentages

R + G + B = 215 + 232 + 170 = 617 (100%)
R 215 of 617 ~ 34.85%
G 232 of 617 ~ 37.6%
B 170 of 617 ~ 27.55'%

%34.85
%37.6
%27.55

CMYK color model

#D7E8AA color CMYK value is (7,0,27,9).

  • cyan value is 7.33%
  • magenta value is 0.00%
  • yellow value is 26.72%
  • key color value is 9.02%
CMYK: (7,0,27,9) C7M0Y27K9 (7%,0%,27%,9%) (0.07/0.00/0.27/0.09) 

CMYK percentages

%7.33
%0
%26.72
%9.02

Codes

Color #D7E8AA in popluar color models

D7 E8 AA
RGB 215 232 170
HSL 76° 57.41% 78.82%
HSB/HSV 76° 26.72% 90.98%
CMYK 7.33% 0.00% 26.72%
9.02%

Color #D7E8AA in popluar number systems.

HEX D7 E8 AA
Decimal 215 232 170
Binary 11010111 11101000 10101010
Octal 327 350 252

Shades and tints

Shades of #D7E8AA

#D7E8AA
(215,232,170)
#C4D39B
(196,211,155)
#B1BE8C
(177,190,140)
#9EA97D
(158,169,125)
#8B946E
(139,148,110)
#787F5F
(120,127,95)
#656A50
(101,106,80)
#525541
(82,85,65)
#3F4032
(63,64,50)
#2C2B23
(44,43,35)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #D7E8AA

#D7E8AA
(215,232,170)
#DAEAB1
(218,234,177)
#DDECB8
(221,236,184)
#E0EEBF
(224,238,191)
#E3F0C6
(227,240,198)
#E6F2CD
(230,242,205)
#E9F4D4
(233,244,212)
#ECF6DB
(236,246,219)
#EFF8E2
(239,248,226)
#F2FAE9
(242,250,233)
#F5FCF0
(245,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E8AA color. Also use rgb(215,232,170) instead hex code.

Text Font Color

.myTextColor { color: #D7E8AA; }

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

This text font color is #D7E8AA.

Background Color

.myBgColor { background-color: #D7E8AA; }

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

This div background color is #D7E8AA.

Border color

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

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

This div border color is #D7E8AA.

Opacity

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

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

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

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

This text has shadow with #D7E8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E8AA.

Preview

Color preview on black background

This text has color #D7E8AA on black background.


Color preview on white background

This text has color #D7E8AA on white background.


Black color preview on #D7E8AA background

This text has black color on #D7E8AA background.


White color preview on #D7E8AA background

This text has white color on #D7E8AA background.


Related colors

Complementary color

Complementary color for #hex is #281755.


I love getcolorcode.com

Triadic colors

1 #AAD7E8 and #E8AAD7 with #D7E8AA are triadic colors.

2 #AAE8D7 and #E8D7AA with #D7E8AA are triadic colors.