COLOR #D4E9DF

HEX: #D4E9DF RGB: (212,233,223)

Color info

#D4E9DF contains red, green and blue colors in about the same proportion. Web safe color of #D4E9DF is #CCFFCC (or #CFC).

RGB color model

#D4E9DF color RGB value is (212,233,223).

RGB: (212,233,223) (83%, 91%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 233 of 255 = 91%
B 223 of 255 = 87%

212
233
223

R + G + B ~ 87%. #D4E9DF is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 233 + 223 = 668 (100%)
R 212 of 668 ~ 31.74%
G 233 of 668 ~ 34.88%
B 223 of 668 ~ 33.38'%

%31.74
%34.88
%33.38

CMYK color model

#D4E9DF color CMYK value is (9,0,4,9).

  • cyan value is 9.01%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 8.63%
CMYK: (9,0,4,9) C9M0Y4K9 (9%,0%,4%,9%) (0.09/0.00/0.04/0.09) 

CMYK percentages

%9.01
%0
%4.29
%8.63

Codes

Color #D4E9DF in popluar color models

D4 E9 DF
RGB 212 233 223
HSL 151° 32.31% 87.25%
HSB/HSV 151° 9.01% 91.37%
CMYK 9.01% 0.00% 4.29%
8.63%

Color #D4E9DF in popluar number systems.

HEX D4 E9 DF
Decimal 212 233 223
Binary 11010100 11101001 11011111
Octal 324 351 337

Shades and tints

Shades of #D4E9DF

#D4E9DF
(212,233,223)
#C1D4CB
(193,212,203)
#AEBFB7
(174,191,183)
#9BAAA3
(155,170,163)
#88958F
(136,149,143)
#75807B
(117,128,123)
#626B67
(98,107,103)
#4F5653
(79,86,83)
#3C413F
(60,65,63)
#292C2B
(41,44,43)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #D4E9DF

#D4E9DF
(212,233,223)
#D7EBE1
(215,235,225)
#DAEDE3
(218,237,227)
#DDEFE5
(221,239,229)
#E0F1E7
(224,241,231)
#E3F3E9
(227,243,233)
#E6F5EB
(230,245,235)
#E9F7ED
(233,247,237)
#ECF9EF
(236,249,239)
#EFFBF1
(239,251,241)
#F2FDF3
(242,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E9DF color. Also use rgb(212,233,223) instead hex code.

Text Font Color

.myTextColor { color: #D4E9DF; }

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

This text font color is #D4E9DF.

Background Color

.myBgColor { background-color: #D4E9DF; }

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

This div background color is #D4E9DF.

Border color

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

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

This div border color is #D4E9DF.

Opacity

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

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

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

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

This text has shadow with #D4E9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E9DF.

Preview

Color preview on black background

This text has color #D4E9DF on black background.


Color preview on white background

This text has color #D4E9DF on white background.


Black color preview on #D4E9DF background

This text has black color on #D4E9DF background.


White color preview on #D4E9DF background

This text has white color on #D4E9DF background.


Related colors

Complementary color

Complementary color for #hex is #2B1620.


I love getcolorcode.com

Triadic colors

1 #DFD4E9 and #E9DFD4 with #D4E9DF are triadic colors.

2 #DFE9D4 and #E9D4DF with #D4E9DF are triadic colors.