COLOR #D4E9CA

HEX: #D4E9CA
RGB: (212,233,202)

Color info

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

RGB color model

#D4E9CA color RGB value is (212,233,202).

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

RGB channels and saturation

R 212 of 255 = 83%
G 233 of 255 = 91%
B 202 of 255 = 79%

212
233
202

R + G + B ~ 84%. #D4E9CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 233 + 202 = 647 (100%)
R 212 of 647 ~ 32.77%
G 233 of 647 ~ 36.01%
B 202 of 647 ~ 31.22%

%32.77
%36.01
%31.22

CMYK color model

#D4E9CA color CMYK value is (9,0,13,9).

  • cyan value is 9.01%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 8.63%
CMYK:
(9,0,13,9)
C9M0Y13K9 
(9%,0%,13%,9%)
(0.09/0.00/0.13/0.09)	

CMYK percentages

%9.01
%0
%13.3
%8.63

Codes

Color #D4E9CA in popluar color models

D4E9CA
RGB212233202
HSL101°41.33%85.29%
HSB/HSV101°13.30%91.37%
CMYK9.01%0.00%13.30%
8.63%

Color #D4E9CA in popluar number systems.

HEXD4E9CA
Decimal212233202
Binary110101001110100111001010
Octal324351312

Shades and tints

Shades of #D4E9CA

#D4E9CA
(212,233,202)
#C1D4B8
(193,212,184)
#AEBFA6
(174,191,166)
#9BAA94
(155,170,148)
#889582
(136,149,130)
#758070
(117,128,112)
#626B5E
(98,107,94)
#4F564C
(79,86,76)
#3C413A
(60,65,58)
#292C28
(41,44,40)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #D4E9CA

#D4E9CA
(212,233,202)
#D7EBCE
(215,235,206)
#DAEDD2
(218,237,210)
#DDEFD6
(221,239,214)
#E0F1DA
(224,241,218)
#E3F3DE
(227,243,222)
#E6F5E2
(230,245,226)
#E9F7E6
(233,247,230)
#ECF9EA
(236,249,234)
#EFFBEE
(239,251,238)
#F2FDF2
(242,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E9CA; }

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

This text font color is #D4E9CA.


Background Color

.myBgColor { background-color: #D4E9CA; }

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

This div background color is #D4E9CA.


Border color

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

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

This div border color is #D4E9CA.


Opacity

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

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

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

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

This text has shadow with #D4E9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E9CA on black background.


Color preview on white background

This text has color #D4E9CA on white background.



Black color preview on #D4E9CA background

This text has black color on #D4E9CA background.


White color preview on #D4E9CA background

This text has white color on #D4E9CA background.