COLOR #D4ECFA

HEX: #D4ECFA
RGB: (212,236,250)

Color info

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

RGB color model

#D4ECFA color RGB value is (212,236,250).

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

RGB channels and saturation

R 212 of 255 = 83%
G 236 of 255 = 93%
B 250 of 255 = 98%

212
236
250

R + G + B ~ 91%. #D4ECFA is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 236 + 250 = 698 (100%)
R 212 of 698 ~ 30.37%
G 236 of 698 ~ 33.81%
B 250 of 698 ~ 35.82%

%30.37
%33.81
%35.82

CMYK color model

#D4ECFA color CMYK value is (15,6,0,2).

  • cyan value is 15.20%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(15,6,0,2)
C15M6Y0K2 
(15%,6%,0%,2%)
(0.15/0.06/0.00/0.02)	

CMYK percentages

%15.2
%5.6
%0
%1.96

Codes

Color #D4ECFA in popluar color models

D4ECFA
RGB212236250
HSL202°79.17%90.59%
HSB/HSV202°15.20%98.04%
CMYK15.20%5.60%0.00%
1.96%

Color #D4ECFA in popluar number systems.

HEXD4ECFA
Decimal212236250
Binary110101001110110011111010
Octal324354372

Shades and tints

Shades of #D4ECFA

#D4ECFA
(212,236,250)
#C1D7E4
(193,215,228)
#AEC2CE
(174,194,206)
#9BADB8
(155,173,184)
#8898A2
(136,152,162)
#75838C
(117,131,140)
#626E76
(98,110,118)
#4F5960
(79,89,96)
#3C444A
(60,68,74)
#292F34
(41,47,52)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #D4ECFA

#D4ECFA
(212,236,250)
#D7EDFA
(215,237,250)
#DAEEFA
(218,238,250)
#DDEFFA
(221,239,250)
#E0F0FA
(224,240,250)
#E3F1FA
(227,241,250)
#E6F2FA
(230,242,250)
#E9F3FA
(233,243,250)
#ECF4FA
(236,244,250)
#EFF5FA
(239,245,250)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ECFA; }

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

This text font color is #D4ECFA.


Background Color

.myBgColor { background-color: #D4ECFA; }

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

This div background color is #D4ECFA.


Border color

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

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

This div border color is #D4ECFA.


Opacity

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

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

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

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

This text has shadow with #D4ECFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ECFA on black background.


Color preview on white background

This text has color #D4ECFA on white background.



Black color preview on #D4ECFA background

This text has black color on #D4ECFA background.


White color preview on #D4ECFA background

This text has white color on #D4ECFA background.