COLOR #D4E1F8

HEX: #D4E1F8
RGB: (212,225,248)

Color info

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

RGB color model

#D4E1F8 color RGB value is (212,225,248).

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

RGB channels and saturation

R 212 of 255 = 83%
G 225 of 255 = 88%
B 248 of 255 = 97%

212
225
248

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

Portions of RGB colors in percentages

R + G + B =
212 + 225 + 248 = 685 (100%)
R 212 of 685 ~ 30.95%
G 225 of 685 ~ 32.85%
B 248 of 685 ~ 36.2%

%30.95
%32.85
%36.2

CMYK color model

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

  • cyan value is 14.52%
  • magenta value is 9.27%
  • 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
%9.27
%0
%2.75

Codes

Color #D4E1F8 in popluar color models

D4E1F8
RGB212225248
HSL218°72.00%90.20%
HSB/HSV218°14.52%97.25%
CMYK14.52%9.27%0.00%
2.75%

Color #D4E1F8 in popluar number systems.

HEXD4E1F8
Decimal212225248
Binary110101001110000111111000
Octal324341370

Shades and tints

Shades of #D4E1F8

#D4E1F8
(212,225,248)
#C1CDE2
(193,205,226)
#AEB9CC
(174,185,204)
#9BA5B6
(155,165,182)
#8891A0
(136,145,160)
#757D8A
(117,125,138)
#626974
(98,105,116)
#4F555E
(79,85,94)
#3C4148
(60,65,72)
#292D32
(41,45,50)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #D4E1F8

#D4E1F8
(212,225,248)
#D7E3F8
(215,227,248)
#DAE5F8
(218,229,248)
#DDE7F8
(221,231,248)
#E0E9F8
(224,233,248)
#E3EBF8
(227,235,248)
#E6EDF8
(230,237,248)
#E9EFF8
(233,239,248)
#ECF1F8
(236,241,248)
#EFF3F8
(239,243,248)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E1F8; }

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

This text font color is #D4E1F8.


Background Color

.myBgColor { background-color: #D4E1F8; }

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

This div background color is #D4E1F8.


Border color

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

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

This div border color is #D4E1F8.


Opacity

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

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

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

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

This text has shadow with #D4E1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E1F8 on black background.


Color preview on white background

This text has color #D4E1F8 on white background.



Black color preview on #D4E1F8 background

This text has black color on #D4E1F8 background.


White color preview on #D4E1F8 background

This text has white color on #D4E1F8 background.