COLOR #D4E0CA

HEX: #D4E0CA
RGB: (212,224,202)

Color info

#D4E0CA contains red, green and blue colors in about the same proportion. Web safe color of #D4E0CA is #CCCCCC (or #CCC).

RGB color model

#D4E0CA color RGB value is (212,224,202).

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

RGB channels and saturation

R 212 of 255 = 83%
G 224 of 255 = 88%
B 202 of 255 = 79%

212
224
202

R + G + B ~ 83%. #D4E0CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 224 + 202 = 638 (100%)
R 212 of 638 ~ 33.23%
G 224 of 638 ~ 35.11%
B 202 of 638 ~ 31.66%

%33.23
%35.11
%31.66

CMYK color model

#D4E0CA color CMYK value is (5,0,10,12).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 9.82%
  • key color value is 12.16%
CMYK:
(5,0,10,12)
C5M0Y10K12 
(5%,0%,10%,12%)
(0.05/0.00/0.10/0.12)	

CMYK percentages

%5.36
%0
%9.82
%12.16

Codes

Color #D4E0CA in popluar color models

D4E0CA
RGB212224202
HSL93°26.19%83.53%
HSB/HSV93°9.82%87.84%
CMYK5.36%0.00%9.82%
12.16%

Color #D4E0CA in popluar number systems.

HEXD4E0CA
Decimal212224202
Binary110101001110000011001010
Octal324340312

Shades and tints

Shades of #D4E0CA

#D4E0CA
(212,224,202)
#C1CCB8
(193,204,184)
#AEB8A6
(174,184,166)
#9BA494
(155,164,148)
#889082
(136,144,130)
#757C70
(117,124,112)
#62685E
(98,104,94)
#4F544C
(79,84,76)
#3C403A
(60,64,58)
#292C28
(41,44,40)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #D4E0CA

#D4E0CA
(212,224,202)
#D7E2CE
(215,226,206)
#DAE4D2
(218,228,210)
#DDE6D6
(221,230,214)
#E0E8DA
(224,232,218)
#E3EADE
(227,234,222)
#E6ECE2
(230,236,226)
#E9EEE6
(233,238,230)
#ECF0EA
(236,240,234)
#EFF2EE
(239,242,238)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E0CA; }

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

This text font color is #D4E0CA.


Background Color

.myBgColor { background-color: #D4E0CA; }

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

This div background color is #D4E0CA.


Border color

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

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

This div border color is #D4E0CA.


Opacity

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

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

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

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

This text has shadow with #D4E0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E0CA on black background.


Color preview on white background

This text has color #D4E0CA on white background.



Black color preview on #D4E0CA background

This text has black color on #D4E0CA background.


White color preview on #D4E0CA background

This text has white color on #D4E0CA background.