COLOR #D4EEDF

HEX: #D4EEDF
RGB: (212,238,223)

Color info

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

RGB color model

#D4EEDF color RGB value is (212,238,223).

  • red value is 212;
  • green value is 238;
  • blue value is 223.
RGB:
(212,238,223)
(83%,93%,87%)

RGB channels and saturation

R 212 of 255 = 83%
G 238 of 255 = 93%
B 223 of 255 = 87%

212
238
223

R + G + B ~ 88%. #D4EEDF is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 238 + 223 = 673 (100%)
R 212 of 673 ~ 31.5%
G 238 of 673 ~ 35.36%
B 223 of 673 ~ 33.14%

%31.5
%35.36
%33.14

CMYK color model

#D4EEDF color CMYK value is (11,0,6,7).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 6.30%
  • key color value is 6.67%
CMYK:
(11,0,6,7)
C11M0Y6K7 
(11%,0%,6%,7%)
(0.11/0.00/0.06/0.07)	

CMYK percentages

%10.92
%0
%6.3
%6.67

Codes

Color #D4EEDF in popluar color models

D4EEDF
RGB212238223
HSL145°43.33%88.24%
HSB/HSV145°10.92%93.33%
CMYK10.92%0.00%6.30%
6.67%

Color #D4EEDF in popluar number systems.

HEXD4EEDF
Decimal212238223
Binary110101001110111011011111
Octal324356337

Shades and tints

Shades of #D4EEDF

#D4EEDF
(212,238,223)
#C1D9CB
(193,217,203)
#AEC4B7
(174,196,183)
#9BAFA3
(155,175,163)
#889A8F
(136,154,143)
#75857B
(117,133,123)
#627067
(98,112,103)
#4F5B53
(79,91,83)
#3C463F
(60,70,63)
#29312B
(41,49,43)
#161C17
(22,28,23)
#000000
(0,0,0)

Tints of #D4EEDF

#D4EEDF
(212,238,223)
#D7EFE1
(215,239,225)
#DAF0E3
(218,240,227)
#DDF1E5
(221,241,229)
#E0F2E7
(224,242,231)
#E3F3E9
(227,243,233)
#E6F4EB
(230,244,235)
#E9F5ED
(233,245,237)
#ECF6EF
(236,246,239)
#EFF7F1
(239,247,241)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EEDF; }

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

This text font color is #D4EEDF.


Background Color

.myBgColor { background-color: #D4EEDF; }

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

This div background color is #D4EEDF.


Border color

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

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

This div border color is #D4EEDF.


Opacity

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

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

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

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

This text has shadow with #D4EEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EEDF on black background.


Color preview on white background

This text has color #D4EEDF on white background.



Black color preview on #D4EEDF background

This text has black color on #D4EEDF background.


White color preview on #D4EEDF background

This text has white color on #D4EEDF background.