COLOR #D4E2F4

HEX: #D4E2F4
RGB: (212,226,244)

Color info

#D4E2F4 contains red, green and blue colors in about the same proportion. Web safe color of #D4E2F4 is #CCCCFF (or #CCF).

RGB color model

#D4E2F4 color RGB value is (212,226,244).

  • red value is 212;
  • green value is 226;
  • blue value is 244.
RGB:
(212,226,244)
(83%,89%,96%)

RGB channels and saturation

R 212 of 255 = 83%
G 226 of 255 = 89%
B 244 of 255 = 96%

212
226
244

R + G + B ~ 89%. #D4E2F4 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 226 + 244 = 682 (100%)
R 212 of 682 ~ 31.09%
G 226 of 682 ~ 33.14%
B 244 of 682 ~ 35.78%

%31.09
%33.14
%35.78

CMYK color model

#D4E2F4 color CMYK value is (13,7,0,4).

  • cyan value is 13.11%
  • magenta value is 7.38%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(13,7,0,4)
C13M7Y0K4 
(13%,7%,0%,4%)
(0.13/0.07/0.00/0.04)	

CMYK percentages

%13.11
%7.38
%0
%4.31

Codes

Color #D4E2F4 in popluar color models

D4E2F4
RGB212226244
HSL214°59.26%89.41%
HSB/HSV214°13.11%95.69%
CMYK13.11%7.38%0.00%
4.31%

Color #D4E2F4 in popluar number systems.

HEXD4E2F4
Decimal212226244
Binary110101001110001011110100
Octal324342364

Shades and tints

Shades of #D4E2F4

#D4E2F4
(212,226,244)
#C1CEDE
(193,206,222)
#AEBAC8
(174,186,200)
#9BA6B2
(155,166,178)
#88929C
(136,146,156)
#757E86
(117,126,134)
#626A70
(98,106,112)
#4F565A
(79,86,90)
#3C4244
(60,66,68)
#292E2E
(41,46,46)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #D4E2F4

#D4E2F4
(212,226,244)
#D7E4F5
(215,228,245)
#DAE6F6
(218,230,246)
#DDE8F7
(221,232,247)
#E0EAF8
(224,234,248)
#E3ECF9
(227,236,249)
#E6EEFA
(230,238,250)
#E9F0FB
(233,240,251)
#ECF2FC
(236,242,252)
#EFF4FD
(239,244,253)
#F2F6FE
(242,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E2F4 color. Also use rgb(212,226,244) instead hex code.

Text Font Color

.myTextColor { color: #D4E2F4; }

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

This text font color is #D4E2F4.


Background Color

.myBgColor { background-color: #D4E2F4; }

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

This div background color is #D4E2F4.


Border color

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

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

This div border color is #D4E2F4.


Opacity

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

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

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

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

This text has shadow with #D4E2F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E2F4 on black background.


Color preview on white background

This text has color #D4E2F4 on white background.



Black color preview on #D4E2F4 background

This text has black color on #D4E2F4 background.


White color preview on #D4E2F4 background

This text has white color on #D4E2F4 background.