COLOR #D4EECA

HEX: #D4EECA
RGB: (212,238,202)

Color info

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

RGB color model

#D4EECA color RGB value is (212,238,202).

  • red value is 212;
  • green value is 238;
  • blue value is 202.
RGB:
(212,238,202)
(83%,93%,79%)

RGB channels and saturation

R 212 of 255 = 83%
G 238 of 255 = 93%
B 202 of 255 = 79%

212
238
202

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

Portions of RGB colors in percentages

R + G + B =
212 + 238 + 202 = 652 (100%)
R 212 of 652 ~ 32.52%
G 238 of 652 ~ 36.5%
B 202 of 652 ~ 30.98%

%32.52
%36.5
%30.98

CMYK color model

#D4EECA color CMYK value is (11,0,15,7).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 6.67%
CMYK:
(11,0,15,7)
C11M0Y15K7 
(11%,0%,15%,7%)
(0.11/0.00/0.15/0.07)	

CMYK percentages

%10.92
%0
%15.13
%6.67

Codes

Color #D4EECA in popluar color models

D4EECA
RGB212238202
HSL103°51.43%86.27%
HSB/HSV103°15.13%93.33%
CMYK10.92%0.00%15.13%
6.67%

Color #D4EECA in popluar number systems.

HEXD4EECA
Decimal212238202
Binary110101001110111011001010
Octal324356312

Shades and tints

Shades of #D4EECA

#D4EECA
(212,238,202)
#C1D9B8
(193,217,184)
#AEC4A6
(174,196,166)
#9BAF94
(155,175,148)
#889A82
(136,154,130)
#758570
(117,133,112)
#62705E
(98,112,94)
#4F5B4C
(79,91,76)
#3C463A
(60,70,58)
#293128
(41,49,40)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #D4EECA

#D4EECA
(212,238,202)
#D7EFCE
(215,239,206)
#DAF0D2
(218,240,210)
#DDF1D6
(221,241,214)
#E0F2DA
(224,242,218)
#E3F3DE
(227,243,222)
#E6F4E2
(230,244,226)
#E9F5E6
(233,245,230)
#ECF6EA
(236,246,234)
#EFF7EE
(239,247,238)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EECA; }

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

This text font color is #D4EECA.


Background Color

.myBgColor { background-color: #D4EECA; }

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

This div background color is #D4EECA.


Border color

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

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

This div border color is #D4EECA.


Opacity

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

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

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

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

This text has shadow with #D4EECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EECA on black background.


Color preview on white background

This text has color #D4EECA on white background.



Black color preview on #D4EECA background

This text has black color on #D4EECA background.


White color preview on #D4EECA background

This text has white color on #D4EECA background.