COLOR #D4E3CF

HEX: #D4E3CF
RGB: (212,227,207)

Color info

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

RGB color model

#D4E3CF color RGB value is (212,227,207).

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

RGB channels and saturation

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

212
227
207

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

Portions of RGB colors in percentages

R + G + B =
212 + 227 + 207 = 646 (100%)
R 212 of 646 ~ 32.82%
G 227 of 646 ~ 35.14%
B 207 of 646 ~ 32.04%

%32.82
%35.14
%32.04

CMYK color model

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

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 8.81%
  • 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
%8.81
%10.98

Codes

Color #D4E3CF in popluar color models

D4E3CF
RGB212227207
HSL105°26.32%85.10%
HSB/HSV105°8.81%89.02%
CMYK6.61%0.00%8.81%
10.98%

Color #D4E3CF in popluar number systems.

HEXD4E3CF
Decimal212227207
Binary110101001110001111001111
Octal324343317

Shades and tints

Shades of #D4E3CF

#D4E3CF
(212,227,207)
#C1CFBD
(193,207,189)
#AEBBAB
(174,187,171)
#9BA799
(155,167,153)
#889387
(136,147,135)
#757F75
(117,127,117)
#626B63
(98,107,99)
#4F5751
(79,87,81)
#3C433F
(60,67,63)
#292F2D
(41,47,45)
#161B1B
(22,27,27)
#000000
(0,0,0)

Tints of #D4E3CF

#D4E3CF
(212,227,207)
#D7E5D3
(215,229,211)
#DAE7D7
(218,231,215)
#DDE9DB
(221,233,219)
#E0EBDF
(224,235,223)
#E3EDE3
(227,237,227)
#E6EFE7
(230,239,231)
#E9F1EB
(233,241,235)
#ECF3EF
(236,243,239)
#EFF5F3
(239,245,243)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E3CF; }

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

This text font color is #D4E3CF.


Background Color

.myBgColor { background-color: #D4E3CF; }

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

This div background color is #D4E3CF.


Border color

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

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

This div border color is #D4E3CF.


Opacity

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

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

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

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

This text has shadow with #D4E3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E3CF on black background.


Color preview on white background

This text has color #D4E3CF on white background.



Black color preview on #D4E3CF background

This text has black color on #D4E3CF background.


White color preview on #D4E3CF background

This text has white color on #D4E3CF background.