COLOR #D4E9F8

HEX: #D4E9F8
RGB: (212,233,248)

Color info

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

RGB color model

#D4E9F8 color RGB value is (212,233,248).

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

RGB channels and saturation

R 212 of 255 = 83%
G 233 of 255 = 91%
B 248 of 255 = 97%

212
233
248

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

Portions of RGB colors in percentages

R + G + B =
212 + 233 + 248 = 693 (100%)
R 212 of 693 ~ 30.59%
G 233 of 693 ~ 33.62%
B 248 of 693 ~ 35.79%

%30.59
%33.62
%35.79

CMYK color model

#D4E9F8 color CMYK value is (15,6,0,3).

  • cyan value is 14.52%
  • magenta value is 6.05%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(15,6,0,3)
C15M6Y0K3 
(15%,6%,0%,3%)
(0.15/0.06/0.00/0.03)	

CMYK percentages

%14.52
%6.05
%0
%2.75

Codes

Color #D4E9F8 in popluar color models

D4E9F8
RGB212233248
HSL205°72.00%90.20%
HSB/HSV205°14.52%97.25%
CMYK14.52%6.05%0.00%
2.75%

Color #D4E9F8 in popluar number systems.

HEXD4E9F8
Decimal212233248
Binary110101001110100111111000
Octal324351370

Shades and tints

Shades of #D4E9F8

#D4E9F8
(212,233,248)
#C1D4E2
(193,212,226)
#AEBFCC
(174,191,204)
#9BAAB6
(155,170,182)
#8895A0
(136,149,160)
#75808A
(117,128,138)
#626B74
(98,107,116)
#4F565E
(79,86,94)
#3C4148
(60,65,72)
#292C32
(41,44,50)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #D4E9F8

#D4E9F8
(212,233,248)
#D7EBF8
(215,235,248)
#DAEDF8
(218,237,248)
#DDEFF8
(221,239,248)
#E0F1F8
(224,241,248)
#E3F3F8
(227,243,248)
#E6F5F8
(230,245,248)
#E9F7F8
(233,247,248)
#ECF9F8
(236,249,248)
#EFFBF8
(239,251,248)
#F2FDF8
(242,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E9F8; }

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

This text font color is #D4E9F8.


Background Color

.myBgColor { background-color: #D4E9F8; }

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

This div background color is #D4E9F8.


Border color

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

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

This div border color is #D4E9F8.


Opacity

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

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

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

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

This text has shadow with #D4E9F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E9F8 on black background.


Color preview on white background

This text has color #D4E9F8 on white background.



Black color preview on #D4E9F8 background

This text has black color on #D4E9F8 background.


White color preview on #D4E9F8 background

This text has white color on #D4E9F8 background.