COLOR #D4E3CE

HEX: #D4E3CE
RGB: (212,227,206)

Color info

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

RGB color model

#D4E3CE color RGB value is (212,227,206).

  • red value is 212;
  • green value is 227;
  • blue value is 206.
RGB:
(212,227,206)
(83%,89%,81%)

RGB channels and saturation

R 212 of 255 = 83%
G 227 of 255 = 89%
B 206 of 255 = 81%

212
227
206

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

Portions of RGB colors in percentages

R + G + B =
212 + 227 + 206 = 645 (100%)
R 212 of 645 ~ 32.87%
G 227 of 645 ~ 35.19%
B 206 of 645 ~ 31.94%

%32.87
%35.19
%31.94

CMYK color model

#D4E3CE color CMYK value is (7,0,9,11).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 9.25%
  • key color value is 10.98%
CMYK:
(7,0,9,11)
C7M0Y9K11 
(7%,0%,9%,11%)
(0.07/0.00/0.09/0.11)	

CMYK percentages

%6.61
%0
%9.25
%10.98

Codes

Color #D4E3CE in popluar color models

D4E3CE
RGB212227206
HSL103°27.27%84.90%
HSB/HSV103°9.25%89.02%
CMYK6.61%0.00%9.25%
10.98%

Color #D4E3CE in popluar number systems.

HEXD4E3CE
Decimal212227206
Binary110101001110001111001110
Octal324343316

Shades and tints

Shades of #D4E3CE

#D4E3CE
(212,227,206)
#C1CFBC
(193,207,188)
#AEBBAA
(174,187,170)
#9BA798
(155,167,152)
#889386
(136,147,134)
#757F74
(117,127,116)
#626B62
(98,107,98)
#4F5750
(79,87,80)
#3C433E
(60,67,62)
#292F2C
(41,47,44)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #D4E3CE

#D4E3CE
(212,227,206)
#D7E5D2
(215,229,210)
#DAE7D6
(218,231,214)
#DDE9DA
(221,233,218)
#E0EBDE
(224,235,222)
#E3EDE2
(227,237,226)
#E6EFE6
(230,239,230)
#E9F1EA
(233,241,234)
#ECF3EE
(236,243,238)
#EFF5F2
(239,245,242)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E3CE color. Also use rgb(212,227,206) instead hex code.

Text Font Color

.myTextColor { color: #D4E3CE; }

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

This text font color is #D4E3CE.


Background Color

.myBgColor { background-color: #D4E3CE; }

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

This div background color is #D4E3CE.


Border color

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

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

This div border color is #D4E3CE.


Opacity

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

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

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

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

This text has shadow with #D4E3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E3CE on black background.


Color preview on white background

This text has color #D4E3CE on white background.



Black color preview on #D4E3CE background

This text has black color on #D4E3CE background.


White color preview on #D4E3CE background

This text has white color on #D4E3CE background.