COLOR #D4E2F8

HEX: #D4E2F8
RGB: (212,226,248)

Color info

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

RGB color model

#D4E2F8 color RGB value is (212,226,248).

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

RGB channels and saturation

R 212 of 255 = 83%
G 226 of 255 = 89%
B 248 of 255 = 97%

212
226
248

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

Portions of RGB colors in percentages

R + G + B =
212 + 226 + 248 = 686 (100%)
R 212 of 686 ~ 30.9%
G 226 of 686 ~ 32.94%
B 248 of 686 ~ 36.15%

%30.9
%32.94
%36.15

CMYK color model

#D4E2F8 color CMYK value is (15,9,0,3).

  • cyan value is 14.52%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(15,9,0,3)
C15M9Y0K3 
(15%,9%,0%,3%)
(0.15/0.09/0.00/0.03)	

CMYK percentages

%14.52
%8.87
%0
%2.75

Codes

Color #D4E2F8 in popluar color models

D4E2F8
RGB212226248
HSL217°72.00%90.20%
HSB/HSV217°14.52%97.25%
CMYK14.52%8.87%0.00%
2.75%

Color #D4E2F8 in popluar number systems.

HEXD4E2F8
Decimal212226248
Binary110101001110001011111000
Octal324342370

Shades and tints

Shades of #D4E2F8

#D4E2F8
(212,226,248)
#C1CEE2
(193,206,226)
#AEBACC
(174,186,204)
#9BA6B6
(155,166,182)
#8892A0
(136,146,160)
#757E8A
(117,126,138)
#626A74
(98,106,116)
#4F565E
(79,86,94)
#3C4248
(60,66,72)
#292E32
(41,46,50)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #D4E2F8

#D4E2F8
(212,226,248)
#D7E4F8
(215,228,248)
#DAE6F8
(218,230,248)
#DDE8F8
(221,232,248)
#E0EAF8
(224,234,248)
#E3ECF8
(227,236,248)
#E6EEF8
(230,238,248)
#E9F0F8
(233,240,248)
#ECF2F8
(236,242,248)
#EFF4F8
(239,244,248)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E2F8; }

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

This text font color is #D4E2F8.


Background Color

.myBgColor { background-color: #D4E2F8; }

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

This div background color is #D4E2F8.


Border color

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

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

This div border color is #D4E2F8.


Opacity

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

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

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

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

This text has shadow with #D4E2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E2F8 on black background.


Color preview on white background

This text has color #D4E2F8 on white background.



Black color preview on #D4E2F8 background

This text has black color on #D4E2F8 background.


White color preview on #D4E2F8 background

This text has white color on #D4E2F8 background.