COLOR #D1E3EF

HEX: #D1E3EF
RGB: (209,227,239)

Color info

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

RGB color model

#D1E3EF color RGB value is (209,227,239).

  • red value is 209;
  • green value is 227;
  • blue value is 239.
RGB:
(209,227,239)
(82%,89%,94%)

RGB channels and saturation

R 209 of 255 = 82%
G 227 of 255 = 89%
B 239 of 255 = 94%

209
227
239

R + G + B ~ 88%. #D1E3EF is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 227 + 239 = 675 (100%)
R 209 of 675 ~ 30.96%
G 227 of 675 ~ 33.63%
B 239 of 675 ~ 35.41%

%30.96
%33.63
%35.41

CMYK color model

#D1E3EF color CMYK value is (13,5,0,6).

  • cyan value is 12.55%
  • magenta value is 5.02%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(13,5,0,6)
C13M5Y0K6 
(13%,5%,0%,6%)
(0.13/0.05/0.00/0.06)	

CMYK percentages

%12.55
%5.02
%0
%6.27

Codes

Color #D1E3EF in popluar color models

D1E3EF
RGB209227239
HSL204°48.39%87.84%
HSB/HSV204°12.55%93.73%
CMYK12.55%5.02%0.00%
6.27%

Color #D1E3EF in popluar number systems.

HEXD1E3EF
Decimal209227239
Binary110100011110001111101111
Octal321343357

Shades and tints

Shades of #D1E3EF

#D1E3EF
(209,227,239)
#BECFDA
(190,207,218)
#ABBBC5
(171,187,197)
#98A7B0
(152,167,176)
#85939B
(133,147,155)
#727F86
(114,127,134)
#5F6B71
(95,107,113)
#4C575C
(76,87,92)
#394347
(57,67,71)
#262F32
(38,47,50)
#131B1D
(19,27,29)
#000000
(0,0,0)

Tints of #D1E3EF

#D1E3EF
(209,227,239)
#D5E5F0
(213,229,240)
#D9E7F1
(217,231,241)
#DDE9F2
(221,233,242)
#E1EBF3
(225,235,243)
#E5EDF4
(229,237,244)
#E9EFF5
(233,239,245)
#EDF1F6
(237,241,246)
#F1F3F7
(241,243,247)
#F5F5F8
(245,245,248)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E3EF color. Also use rgb(209,227,239) instead hex code.

Text Font Color

.myTextColor { color: #D1E3EF; }

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

This text font color is #D1E3EF.


Background Color

.myBgColor { background-color: #D1E3EF; }

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

This div background color is #D1E3EF.


Border color

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

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

This div border color is #D1E3EF.


Opacity

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

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

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

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

This text has shadow with #D1E3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E3EF on black background.


Color preview on white background

This text has color #D1E3EF on white background.



Black color preview on #D1E3EF background

This text has black color on #D1E3EF background.


White color preview on #D1E3EF background

This text has white color on #D1E3EF background.