COLOR #D1E6FB

HEX: #D1E6FB
RGB: (209,230,251)

Color info

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

RGB color model

#D1E6FB color RGB value is (209,230,251).

  • red value is 209;
  • green value is 230;
  • blue value is 251.
RGB:
(209,230,251)
(82%,90%,98%)

RGB channels and saturation

R 209 of 255 = 82%
G 230 of 255 = 90%
B 251 of 255 = 98%

209
230
251

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

Portions of RGB colors in percentages

R + G + B =
209 + 230 + 251 = 690 (100%)
R 209 of 690 ~ 30.29%
G 230 of 690 ~ 33.33%
B 251 of 690 ~ 36.38%

%30.29
%33.33
%36.38

CMYK color model

#D1E6FB color CMYK value is (17,8,0,2).

  • cyan value is 16.73%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(17,8,0,2)
C17M8Y0K2 
(17%,8%,0%,2%)
(0.17/0.08/0.00/0.02)	

CMYK percentages

%16.73
%8.37
%0
%1.57

Codes

Color #D1E6FB in popluar color models

D1E6FB
RGB209230251
HSL210°84.00%90.20%
HSB/HSV210°16.73%98.43%
CMYK16.73%8.37%0.00%
1.57%

Color #D1E6FB in popluar number systems.

HEXD1E6FB
Decimal209230251
Binary110100011110011011111011
Octal321346373

Shades and tints

Shades of #D1E6FB

#D1E6FB
(209,230,251)
#BED2E5
(190,210,229)
#ABBECF
(171,190,207)
#98AAB9
(152,170,185)
#8596A3
(133,150,163)
#72828D
(114,130,141)
#5F6E77
(95,110,119)
#4C5A61
(76,90,97)
#39464B
(57,70,75)
#263235
(38,50,53)
#131E1F
(19,30,31)
#000000
(0,0,0)

Tints of #D1E6FB

#D1E6FB
(209,230,251)
#D5E8FB
(213,232,251)
#D9EAFB
(217,234,251)
#DDECFB
(221,236,251)
#E1EEFB
(225,238,251)
#E5F0FB
(229,240,251)
#E9F2FB
(233,242,251)
#EDF4FB
(237,244,251)
#F1F6FB
(241,246,251)
#F5F8FB
(245,248,251)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E6FB color. Also use rgb(209,230,251) instead hex code.

Text Font Color

.myTextColor { color: #D1E6FB; }

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

This text font color is #D1E6FB.


Background Color

.myBgColor { background-color: #D1E6FB; }

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

This div background color is #D1E6FB.


Border color

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

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

This div border color is #D1E6FB.


Opacity

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

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

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

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

This text has shadow with #D1E6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E6FB on black background.


Color preview on white background

This text has color #D1E6FB on white background.



Black color preview on #D1E6FB background

This text has black color on #D1E6FB background.


White color preview on #D1E6FB background

This text has white color on #D1E6FB background.