COLOR #D4EAAD

HEX: #D4EAAD RGB: (212,234,173)

Color info

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

RGB color model

#D4EAAD color RGB value is (212,234,173).

RGB: (212,234,173) (83%, 92%, 68%)

RGB channels and saturation

R 212 of 255 = 83%
G 234 of 255 = 92%
B 173 of 255 = 68%

212
234
173

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

Portions of RGB colors in percentages

R + G + B = 212 + 234 + 173 = 619 (100%)
R 212 of 619 ~ 34.25%
G 234 of 619 ~ 37.8%
B 173 of 619 ~ 27.95'%

%34.25
%37.8
%27.95

CMYK color model

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

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

CMYK: (9,0,26,8)
C9M0Y26K8 (9%, 0%, 26%, 8%)
(0.09 / 0.00 / 0.26 / 0.08)

CMYK percentages

%9.4
%0
%26.07
%8.24

Codes

Color #D4EAAD in popluar color models

D4 EA AD
RGB 212 234 173
HSL 82° 59.22% 79.80%
HSB/HSV 82° 26.07% 91.76%
CMYK 9.40% 0.00% 26.07%
8.24%

Color #D4EAAD in popluar number systems.

HEX D4 EA AD
Decimal 212 234 173
Binary 11010100 11101010 10101101
Octal 324 352 255

Shades and tints

Shades of #D4EAAD

#D4EAAD
(212,234,173)
#C1D59E
(193,213,158)
#AEC08F
(174,192,143)
#9BAB80
(155,171,128)
#889671
(136,150,113)
#758162
(117,129,98)
#626C53
(98,108,83)
#4F5744
(79,87,68)
#3C4235
(60,66,53)
#292D26
(41,45,38)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #D4EAAD

#D4EAAD
(212,234,173)
#D7EBB4
(215,235,180)
#DAECBB
(218,236,187)
#DDEDC2
(221,237,194)
#E0EEC9
(224,238,201)
#E3EFD0
(227,239,208)
#E6F0D7
(230,240,215)
#E9F1DE
(233,241,222)
#ECF2E5
(236,242,229)
#EFF3EC
(239,243,236)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EAAD; }

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

This text font color is #D4EAAD.

Background Color

.myBgColor { background-color: #D4EAAD; }

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

This div background color is #D4EAAD.

Border color

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

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

This div border color is #D4EAAD.

Opacity

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

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

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

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

This text has shadow with #D4EAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EAAD.

Preview

Color preview on black background

This text has color #D4EAAD on black background.


Color preview on white background

This text has color #D4EAAD on white background.


Black color preview on #D4EAAD background

This text has black color on #D4EAAD background.


White color preview on #D4EAAD background

This text has white color on #D4EAAD background.


Related colors

Complementary color

Complementary color for #hex is #2B1552.


I love getcolorcode.com

Triadic colors

1 #ADD4EA and #EAADD4 with #D4EAAD are triadic colors.

2 #ADEAD4 and #EAD4AD with #D4EAAD are triadic colors.