COLOR #D4EFCA

HEX: #D4EFCA
RGB: (212,239,202)

Color info

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

RGB color model

#D4EFCA color RGB value is (212,239,202).

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

RGB channels and saturation

R 212 of 255 = 83%
G 239 of 255 = 94%
B 202 of 255 = 79%

212
239
202

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

Portions of RGB colors in percentages

R + G + B =
212 + 239 + 202 = 653 (100%)
R 212 of 653 ~ 32.47%
G 239 of 653 ~ 36.6%
B 202 of 653 ~ 30.93%

%32.47
%36.6
%30.93

CMYK color model

#D4EFCA color CMYK value is (11,0,15,6).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 6.27%
CMYK:
(11,0,15,6)
C11M0Y15K6 
(11%,0%,15%,6%)
(0.11/0.00/0.15/0.06)	

CMYK percentages

%11.3
%0
%15.48
%6.27

Codes

Color #D4EFCA in popluar color models

D4EFCA
RGB212239202
HSL104°53.62%86.47%
HSB/HSV104°15.48%93.73%
CMYK11.30%0.00%15.48%
6.27%

Color #D4EFCA in popluar number systems.

HEXD4EFCA
Decimal212239202
Binary110101001110111111001010
Octal324357312

Shades and tints

Shades of #D4EFCA

#D4EFCA
(212,239,202)
#C1DAB8
(193,218,184)
#AEC5A6
(174,197,166)
#9BB094
(155,176,148)
#889B82
(136,155,130)
#758670
(117,134,112)
#62715E
(98,113,94)
#4F5C4C
(79,92,76)
#3C473A
(60,71,58)
#293228
(41,50,40)
#161D16
(22,29,22)
#000000
(0,0,0)

Tints of #D4EFCA

#D4EFCA
(212,239,202)
#D7F0CE
(215,240,206)
#DAF1D2
(218,241,210)
#DDF2D6
(221,242,214)
#E0F3DA
(224,243,218)
#E3F4DE
(227,244,222)
#E6F5E2
(230,245,226)
#E9F6E6
(233,246,230)
#ECF7EA
(236,247,234)
#EFF8EE
(239,248,238)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EFCA; }

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

This text font color is #D4EFCA.


Background Color

.myBgColor { background-color: #D4EFCA; }

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

This div background color is #D4EFCA.


Border color

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

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

This div border color is #D4EFCA.


Opacity

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

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

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

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

This text has shadow with #D4EFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EFCA on black background.


Color preview on white background

This text has color #D4EFCA on white background.



Black color preview on #D4EFCA background

This text has black color on #D4EFCA background.


White color preview on #D4EFCA background

This text has white color on #D4EFCA background.