COLOR #D7EAAD

HEX: #D7EAAD RGB: (215,234,173)

Color info

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

RGB color model

#D7EAAD color RGB value is (215,234,173).

RGB: (215,234,173) (84%, 92%, 68%)

RGB channels and saturation

R 215 of 255 = 84%
G 234 of 255 = 92%
B 173 of 255 = 68%

215
234
173

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

Portions of RGB colors in percentages

R + G + B = 215 + 234 + 173 = 622 (100%)
R 215 of 622 ~ 34.57%
G 234 of 622 ~ 37.62%
B 173 of 622 ~ 27.81'%

%34.57
%37.62
%27.81

CMYK color model

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

  • cyan value is 8.12%
  • magenta value is 0.00%
  • yellow value is 26.07%
  • key color value is 8.24%

CMYK: (8,0,26,8)
C8M0Y26K8 (8%, 0%, 26%, 8%)
(0.08 / 0.00 / 0.26 / 0.08)

CMYK percentages

%8.12
%0
%26.07
%8.24

Codes

Color #D7EAAD in popluar color models

D7 EA AD
RGB 215 234 173
HSL 79° 59.22% 79.80%
HSB/HSV 79° 26.07% 91.76%
CMYK 8.12% 0.00% 26.07%
8.24%

Color #D7EAAD in popluar number systems.

HEX D7 EA AD
Decimal 215 234 173
Binary 11010111 11101010 10101101
Octal 327 352 255

Shades and tints

Shades of #D7EAAD

#D7EAAD
(215,234,173)
#C4D59E
(196,213,158)
#B1C08F
(177,192,143)
#9EAB80
(158,171,128)
#8B9671
(139,150,113)
#788162
(120,129,98)
#656C53
(101,108,83)
#525744
(82,87,68)
#3F4235
(63,66,53)
#2C2D26
(44,45,38)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #D7EAAD

#D7EAAD
(215,234,173)
#DAEBB4
(218,235,180)
#DDECBB
(221,236,187)
#E0EDC2
(224,237,194)
#E3EEC9
(227,238,201)
#E6EFD0
(230,239,208)
#E9F0D7
(233,240,215)
#ECF1DE
(236,241,222)
#EFF2E5
(239,242,229)
#F2F3EC
(242,243,236)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EAAD color. Also use rgb(215,234,173) instead hex code.

Text Font Color

.myTextColor { color: #D7EAAD; }

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

This text font color is #D7EAAD.

Background Color

.myBgColor { background-color: #D7EAAD; }

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

This div background color is #D7EAAD.

Border color

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

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

This div border color is #D7EAAD.

Opacity

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

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

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

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

This text has shadow with #D7EAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EAAD.

Preview

Color preview on black background

This text has color #D7EAAD on black background.


Color preview on white background

This text has color #D7EAAD on white background.


Black color preview on #D7EAAD background

This text has black color on #D7EAAD background.


White color preview on #D7EAAD background

This text has white color on #D7EAAD background.


Related colors

Complementary color

Complementary color for #hex is #281552.


I love getcolorcode.com

Triadic colors

1 #ADD7EA and #EAADD7 with #D7EAAD are triadic colors.

2 #ADEAD7 and #EAD7AD with #D7EAAD are triadic colors.