COLOR #D4ECAA

HEX: #D4ECAA RGB: (212,236,170)

Color info

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

RGB color model

#D4ECAA color RGB value is (212,236,170).

RGB: (212,236,170) (83%, 93%, 67%)

RGB channels and saturation

R 212 of 255 = 83%
G 236 of 255 = 93%
B 170 of 255 = 67%

212
236
170

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

Portions of RGB colors in percentages

R + G + B = 212 + 236 + 170 = 618 (100%)
R 212 of 618 ~ 34.3%
G 236 of 618 ~ 38.19%
B 170 of 618 ~ 27.51'%

%34.3
%38.19
%27.51

CMYK color model

#D4ECAA color CMYK value is (10,0,28,7).

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 27.97%
  • key color value is 7.45%
CMYK: (10,0,28,7) C10M0Y28K7 (10%,0%,28%,7%) (0.10/0.00/0.28/0.07) 

CMYK percentages

%10.17
%0
%27.97
%7.45

Codes

Color #D4ECAA in popluar color models

D4 EC AA
RGB 212 236 170
HSL 82° 63.46% 79.61%
HSB/HSV 82° 27.97% 92.55%
CMYK 10.17% 0.00% 27.97%
7.45%

Color #D4ECAA in popluar number systems.

HEX D4 EC AA
Decimal 212 236 170
Binary 11010100 11101100 10101010
Octal 324 354 252

Shades and tints

Shades of #D4ECAA

#D4ECAA
(212,236,170)
#C1D79B
(193,215,155)
#AEC28C
(174,194,140)
#9BAD7D
(155,173,125)
#88986E
(136,152,110)
#75835F
(117,131,95)
#626E50
(98,110,80)
#4F5941
(79,89,65)
#3C4432
(60,68,50)
#292F23
(41,47,35)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #D4ECAA

#D4ECAA
(212,236,170)
#D7EDB1
(215,237,177)
#DAEEB8
(218,238,184)
#DDEFBF
(221,239,191)
#E0F0C6
(224,240,198)
#E3F1CD
(227,241,205)
#E6F2D4
(230,242,212)
#E9F3DB
(233,243,219)
#ECF4E2
(236,244,226)
#EFF5E9
(239,245,233)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4ECAA color. Also use rgb(212,236,170) instead hex code.

Text Font Color

.myTextColor { color: #D4ECAA; }

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

This text font color is #D4ECAA.

Background Color

.myBgColor { background-color: #D4ECAA; }

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

This div background color is #D4ECAA.

Border color

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

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

This div border color is #D4ECAA.

Opacity

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

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

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

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

This text has shadow with #D4ECAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4ECAA.

Preview

Color preview on black background

This text has color #D4ECAA on black background.


Color preview on white background

This text has color #D4ECAA on white background.


Black color preview on #D4ECAA background

This text has black color on #D4ECAA background.


White color preview on #D4ECAA background

This text has white color on #D4ECAA background.


Related colors

Complementary color

Complementary color for #hex is #2B1355.


I love getcolorcode.com

Triadic colors

1 #AAD4EC and #ECAAD4 with #D4ECAA are triadic colors.

2 #AAECD4 and #ECD4AA with #D4ECAA are triadic colors.