COLOR #D4ECF3

HEX: #D4ECF3
RGB: (212,236,243)

Color info

#D4ECF3 contains red, green and blue colors in about the same proportion. Web safe color of #D4ECF3 is #CCFFFF (or #CFF).

RGB color model

#D4ECF3 color RGB value is (212,236,243).

  • red value is 212;
  • green value is 236;
  • blue value is 243.
RGB:
(212,236,243)
(83%,93%,95%)

RGB channels and saturation

R 212 of 255 = 83%
G 236 of 255 = 93%
B 243 of 255 = 95%

212
236
243

R + G + B ~ 90%. #D4ECF3 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 236 + 243 = 691 (100%)
R 212 of 691 ~ 30.68%
G 236 of 691 ~ 34.15%
B 243 of 691 ~ 35.17%

%30.68
%34.15
%35.17

CMYK color model

#D4ECF3 color CMYK value is (13,3,0,5).

  • cyan value is 12.76%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(13,3,0,5)
C13M3Y0K5 
(13%,3%,0%,5%)
(0.13/0.03/0.00/0.05)	

CMYK percentages

%12.76
%2.88
%0
%4.71

Codes

Color #D4ECF3 in popluar color models

D4ECF3
RGB212236243
HSL194°56.36%89.22%
HSB/HSV194°12.76%95.29%
CMYK12.76%2.88%0.00%
4.71%

Color #D4ECF3 in popluar number systems.

HEXD4ECF3
Decimal212236243
Binary110101001110110011110011
Octal324354363

Shades and tints

Shades of #D4ECF3

#D4ECF3
(212,236,243)
#C1D7DD
(193,215,221)
#AEC2C7
(174,194,199)
#9BADB1
(155,173,177)
#88989B
(136,152,155)
#758385
(117,131,133)
#626E6F
(98,110,111)
#4F5959
(79,89,89)
#3C4443
(60,68,67)
#292F2D
(41,47,45)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #D4ECF3

#D4ECF3
(212,236,243)
#D7EDF4
(215,237,244)
#DAEEF5
(218,238,245)
#DDEFF6
(221,239,246)
#E0F0F7
(224,240,247)
#E3F1F8
(227,241,248)
#E6F2F9
(230,242,249)
#E9F3FA
(233,243,250)
#ECF4FB
(236,244,251)
#EFF5FC
(239,245,252)
#F2F6FD
(242,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4ECF3 color. Also use rgb(212,236,243) instead hex code.

Text Font Color

.myTextColor { color: #D4ECF3; }

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

This text font color is #D4ECF3.


Background Color

.myBgColor { background-color: #D4ECF3; }

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

This div background color is #D4ECF3.


Border color

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

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

This div border color is #D4ECF3.


Opacity

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

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

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

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

This text has shadow with #D4ECF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ECF3 on black background.


Color preview on white background

This text has color #D4ECF3 on white background.



Black color preview on #D4ECF3 background

This text has black color on #D4ECF3 background.


White color preview on #D4ECF3 background

This text has white color on #D4ECF3 background.