COLOR #D4E0CF

HEX: #D4E0CF
RGB: (212,224,207)

Color info

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

RGB color model

#D4E0CF color RGB value is (212,224,207).

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

RGB channels and saturation

R 212 of 255 = 83%
G 224 of 255 = 88%
B 207 of 255 = 81%

212
224
207

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

Portions of RGB colors in percentages

R + G + B =
212 + 224 + 207 = 643 (100%)
R 212 of 643 ~ 32.97%
G 224 of 643 ~ 34.84%
B 207 of 643 ~ 32.19%

%32.97
%34.84
%32.19

CMYK color model

#D4E0CF color CMYK value is (5,0,8,12).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 12.16%
CMYK:
(5,0,8,12)
C5M0Y8K12 
(5%,0%,8%,12%)
(0.05/0.00/0.08/0.12)	

CMYK percentages

%5.36
%0
%7.59
%12.16

Codes

Color #D4E0CF in popluar color models

D4E0CF
RGB212224207
HSL102°21.52%84.51%
HSB/HSV102°7.59%87.84%
CMYK5.36%0.00%7.59%
12.16%

Color #D4E0CF in popluar number systems.

HEXD4E0CF
Decimal212224207
Binary110101001110000011001111
Octal324340317

Shades and tints

Shades of #D4E0CF

#D4E0CF
(212,224,207)
#C1CCBD
(193,204,189)
#AEB8AB
(174,184,171)
#9BA499
(155,164,153)
#889087
(136,144,135)
#757C75
(117,124,117)
#626863
(98,104,99)
#4F5451
(79,84,81)
#3C403F
(60,64,63)
#292C2D
(41,44,45)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #D4E0CF

#D4E0CF
(212,224,207)
#D7E2D3
(215,226,211)
#DAE4D7
(218,228,215)
#DDE6DB
(221,230,219)
#E0E8DF
(224,232,223)
#E3EAE3
(227,234,227)
#E6ECE7
(230,236,231)
#E9EEEB
(233,238,235)
#ECF0EF
(236,240,239)
#EFF2F3
(239,242,243)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E0CF; }

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

This text font color is #D4E0CF.


Background Color

.myBgColor { background-color: #D4E0CF; }

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

This div background color is #D4E0CF.


Border color

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

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

This div border color is #D4E0CF.


Opacity

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

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

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

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

This text has shadow with #D4E0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E0CF on black background.


Color preview on white background

This text has color #D4E0CF on white background.



Black color preview on #D4E0CF background

This text has black color on #D4E0CF background.


White color preview on #D4E0CF background

This text has white color on #D4E0CF background.