COLOR #D4E1DE

HEX: #D4E1DE
RGB: (212,225,222)

Color info

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

RGB color model

#D4E1DE color RGB value is (212,225,222).

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

RGB channels and saturation

R 212 of 255 = 83%
G 225 of 255 = 88%
B 222 of 255 = 87%

212
225
222

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

Portions of RGB colors in percentages

R + G + B =
212 + 225 + 222 = 659 (100%)
R 212 of 659 ~ 32.17%
G 225 of 659 ~ 34.14%
B 222 of 659 ~ 33.69%

%32.17
%34.14
%33.69

CMYK color model

#D4E1DE color CMYK value is (6,0,1,12).

  • cyan value is 5.78%
  • magenta value is 0.00%
  • yellow value is 1.33%
  • key color value is 11.76%
CMYK:
(6,0,1,12)
C6M0Y1K12 
(6%,0%,1%,12%)
(0.06/0.00/0.01/0.12)	

CMYK percentages

%5.78
%0
%1.33
%11.76

Codes

Color #D4E1DE in popluar color models

D4E1DE
RGB212225222
HSL166°17.81%85.69%
HSB/HSV166°5.78%88.24%
CMYK5.78%0.00%1.33%
11.76%

Color #D4E1DE in popluar number systems.

HEXD4E1DE
Decimal212225222
Binary110101001110000111011110
Octal324341336

Shades and tints

Shades of #D4E1DE

#D4E1DE
(212,225,222)
#C1CDCA
(193,205,202)
#AEB9B6
(174,185,182)
#9BA5A2
(155,165,162)
#88918E
(136,145,142)
#757D7A
(117,125,122)
#626966
(98,105,102)
#4F5552
(79,85,82)
#3C413E
(60,65,62)
#292D2A
(41,45,42)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #D4E1DE

#D4E1DE
(212,225,222)
#D7E3E1
(215,227,225)
#DAE5E4
(218,229,228)
#DDE7E7
(221,231,231)
#E0E9EA
(224,233,234)
#E3EBED
(227,235,237)
#E6EDF0
(230,237,240)
#E9EFF3
(233,239,243)
#ECF1F6
(236,241,246)
#EFF3F9
(239,243,249)
#F2F5FC
(242,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E1DE; }

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

This text font color is #D4E1DE.


Background Color

.myBgColor { background-color: #D4E1DE; }

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

This div background color is #D4E1DE.


Border color

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

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

This div border color is #D4E1DE.


Opacity

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

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

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

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

This text has shadow with #D4E1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E1DE on black background.


Color preview on white background

This text has color #D4E1DE on white background.



Black color preview on #D4E1DE background

This text has black color on #D4E1DE background.


White color preview on #D4E1DE background

This text has white color on #D4E1DE background.