COLOR #D4EACA

HEX: #D4EACA RGB: (212,234,202)

Color info

#D4EACA contains red, green and blue colors in about the same proportion. Web safe color of #D4EACA is #CCFFCC (or #CFC).

RGB color model

#D4EACA color RGB value is (212,234,202).

RGB: (212,234,202) (83%, 92%, 79%)

RGB channels and saturation

R 212 of 255 = 83%
G 234 of 255 = 92%
B 202 of 255 = 79%

212
234
202

R + G + B ~ 85%. #D4EACA is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 234 + 202 = 648 (100%)
R 212 of 648 ~ 32.72%
G 234 of 648 ~ 36.11%
B 202 of 648 ~ 31.17'%

%32.72
%36.11
%31.17

CMYK color model

#D4EACA color CMYK value is (9,0,14,8).

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

CMYK: (9,0,14,8)
C9M0Y14K8 (9%, 0%, 14%, 8%)
(0.09 / 0.00 / 0.14 / 0.08)

CMYK percentages

%9.4
%0
%13.68
%8.24

Codes

Color #D4EACA in popluar color models

D4 EA CA
RGB 212 234 202
HSL 101° 43.24% 85.49%
HSB/HSV 101° 13.68% 91.76%
CMYK 9.40% 0.00% 13.68%
8.24%

Color #D4EACA in popluar number systems.

HEX D4 EA CA
Decimal 212 234 202
Binary 11010100 11101010 11001010
Octal 324 352 312

Shades and tints

Shades of #D4EACA

#D4EACA
(212,234,202)
#C1D5B8
(193,213,184)
#AEC0A6
(174,192,166)
#9BAB94
(155,171,148)
#889682
(136,150,130)
#758170
(117,129,112)
#626C5E
(98,108,94)
#4F574C
(79,87,76)
#3C423A
(60,66,58)
#292D28
(41,45,40)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #D4EACA

#D4EACA
(212,234,202)
#D7EBCE
(215,235,206)
#DAECD2
(218,236,210)
#DDEDD6
(221,237,214)
#E0EEDA
(224,238,218)
#E3EFDE
(227,239,222)
#E6F0E2
(230,240,226)
#E9F1E6
(233,241,230)
#ECF2EA
(236,242,234)
#EFF3EE
(239,243,238)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EACA; }

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

This text font color is #D4EACA.

Background Color

.myBgColor { background-color: #D4EACA; }

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

This div background color is #D4EACA.

Border color

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

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

This div border color is #D4EACA.

Opacity

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

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

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

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

This text has shadow with #D4EACA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EACA.

Preview

Color preview on black background

This text has color #D4EACA on black background.


Color preview on white background

This text has color #D4EACA on white background.


Black color preview on #D4EACA background

This text has black color on #D4EACA background.


White color preview on #D4EACA background

This text has white color on #D4EACA background.


Related colors

Complementary color

Complementary color for #hex is #2B1535.


I love getcolorcode.com

Triadic colors

1 #CAD4EA and #EACAD4 with #D4EACA are triadic colors.

2 #CAEAD4 and #EAD4CA with #D4EACA are triadic colors.