COLOR #D4E1DC

HEX: #D4E1DC
RGB: (212,225,220)

Color info

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

RGB color model

#D4E1DC color RGB value is (212,225,220).

  • red value is 212;
  • green value is 225;
  • blue value is 220.
RGB:
(212,225,220)
(83%,88%,86%)

RGB channels and saturation

R 212 of 255 = 83%
G 225 of 255 = 88%
B 220 of 255 = 86%

212
225
220

R + G + B ~ 86%. #D4E1DC is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 225 + 220 = 657 (100%)
R 212 of 657 ~ 32.27%
G 225 of 657 ~ 34.25%
B 220 of 657 ~ 33.49%

%32.27
%34.25
%33.49

CMYK color model

#D4E1DC color CMYK value is (6,0,2,12).

  • cyan value is 5.78%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK:
(6,0,2,12)
C6M0Y2K12 
(6%,0%,2%,12%)
(0.06/0.00/0.02/0.12)	

CMYK percentages

%5.78
%0
%2.22
%11.76

Codes

Color #D4E1DC in popluar color models

D4E1DC
RGB212225220
HSL157°17.81%85.69%
HSB/HSV157°5.78%88.24%
CMYK5.78%0.00%2.22%
11.76%

Color #D4E1DC in popluar number systems.

HEXD4E1DC
Decimal212225220
Binary110101001110000111011100
Octal324341334

Shades and tints

Shades of #D4E1DC

#D4E1DC
(212,225,220)
#C1CDC8
(193,205,200)
#AEB9B4
(174,185,180)
#9BA5A0
(155,165,160)
#88918C
(136,145,140)
#757D78
(117,125,120)
#626964
(98,105,100)
#4F5550
(79,85,80)
#3C413C
(60,65,60)
#292D28
(41,45,40)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #D4E1DC

#D4E1DC
(212,225,220)
#D7E3DF
(215,227,223)
#DAE5E2
(218,229,226)
#DDE7E5
(221,231,229)
#E0E9E8
(224,233,232)
#E3EBEB
(227,235,235)
#E6EDEE
(230,237,238)
#E9EFF1
(233,239,241)
#ECF1F4
(236,241,244)
#EFF3F7
(239,243,247)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E1DC color. Also use rgb(212,225,220) instead hex code.

Text Font Color

.myTextColor { color: #D4E1DC; }

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

This text font color is #D4E1DC.


Background Color

.myBgColor { background-color: #D4E1DC; }

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

This div background color is #D4E1DC.


Border color

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

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

This div border color is #D4E1DC.


Opacity

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

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

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

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

This text has shadow with #D4E1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E1DC on black background.


Color preview on white background

This text has color #D4E1DC on white background.



Black color preview on #D4E1DC background

This text has black color on #D4E1DC background.


White color preview on #D4E1DC background

This text has white color on #D4E1DC background.