COLOR #D1E2FC

HEX: #D1E2FC
RGB: (209,226,252)

Color info

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

RGB color model

#D1E2FC color RGB value is (209,226,252).

  • red value is 209;
  • green value is 226;
  • blue value is 252.
RGB:
(209,226,252)
(82%,89%,99%)

RGB channels and saturation

R 209 of 255 = 82%
G 226 of 255 = 89%
B 252 of 255 = 99%

209
226
252

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

Portions of RGB colors in percentages

R + G + B =
209 + 226 + 252 = 687 (100%)
R 209 of 687 ~ 30.42%
G 226 of 687 ~ 32.9%
B 252 of 687 ~ 36.68%

%30.42
%32.9
%36.68

CMYK color model

#D1E2FC color CMYK value is (17,10,0,1).

  • cyan value is 17.06%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(17,10,0,1)
C17M10Y0K1 
(17%,10%,0%,1%)
(0.17/0.10/0.00/0.01)	

CMYK percentages

%17.06
%10.32
%0
%1.18

Codes

Color #D1E2FC in popluar color models

D1E2FC
RGB209226252
HSL216°87.76%90.39%
HSB/HSV216°17.06%98.82%
CMYK17.06%10.32%0.00%
1.18%

Color #D1E2FC in popluar number systems.

HEXD1E2FC
Decimal209226252
Binary110100011110001011111100
Octal321342374

Shades and tints

Shades of #D1E2FC

#D1E2FC
(209,226,252)
#BECEE6
(190,206,230)
#ABBAD0
(171,186,208)
#98A6BA
(152,166,186)
#8592A4
(133,146,164)
#727E8E
(114,126,142)
#5F6A78
(95,106,120)
#4C5662
(76,86,98)
#39424C
(57,66,76)
#262E36
(38,46,54)
#131A20
(19,26,32)
#000000
(0,0,0)

Tints of #D1E2FC

#D1E2FC
(209,226,252)
#D5E4FC
(213,228,252)
#D9E6FC
(217,230,252)
#DDE8FC
(221,232,252)
#E1EAFC
(225,234,252)
#E5ECFC
(229,236,252)
#E9EEFC
(233,238,252)
#EDF0FC
(237,240,252)
#F1F2FC
(241,242,252)
#F5F4FC
(245,244,252)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E2FC color. Also use rgb(209,226,252) instead hex code.

Text Font Color

.myTextColor { color: #D1E2FC; }

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

This text font color is #D1E2FC.


Background Color

.myBgColor { background-color: #D1E2FC; }

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

This div background color is #D1E2FC.


Border color

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

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

This div border color is #D1E2FC.


Opacity

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

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

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

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

This text has shadow with #D1E2FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E2FC on black background.


Color preview on white background

This text has color #D1E2FC on white background.



Black color preview on #D1E2FC background

This text has black color on #D1E2FC background.


White color preview on #D1E2FC background

This text has white color on #D1E2FC background.