COLOR #D1EEFA

HEX: #D1EEFA
RGB: (209,238,250)

Color info

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

RGB color model

#D1EEFA color RGB value is (209,238,250).

  • red value is 209;
  • green value is 238;
  • blue value is 250.
RGB:
(209,238,250)
(82%,93%,98%)

RGB channels and saturation

R 209 of 255 = 82%
G 238 of 255 = 93%
B 250 of 255 = 98%

209
238
250

R + G + B ~ 91%. #D1EEFA is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 238 + 250 = 697 (100%)
R 209 of 697 ~ 29.99%
G 238 of 697 ~ 34.15%
B 250 of 697 ~ 35.87%

%29.99
%34.15
%35.87

CMYK color model

#D1EEFA color CMYK value is (16,5,0,2).

  • cyan value is 16.40%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(16,5,0,2)
C16M5Y0K2 
(16%,5%,0%,2%)
(0.16/0.05/0.00/0.02)	

CMYK percentages

%16.4
%4.8
%0
%1.96

Codes

Color #D1EEFA in popluar color models

D1EEFA
RGB209238250
HSL198°80.39%90.00%
HSB/HSV198°16.40%98.04%
CMYK16.40%4.80%0.00%
1.96%

Color #D1EEFA in popluar number systems.

HEXD1EEFA
Decimal209238250
Binary110100011110111011111010
Octal321356372

Shades and tints

Shades of #D1EEFA

#D1EEFA
(209,238,250)
#BED9E4
(190,217,228)
#ABC4CE
(171,196,206)
#98AFB8
(152,175,184)
#859AA2
(133,154,162)
#72858C
(114,133,140)
#5F7076
(95,112,118)
#4C5B60
(76,91,96)
#39464A
(57,70,74)
#263134
(38,49,52)
#131C1E
(19,28,30)
#000000
(0,0,0)

Tints of #D1EEFA

#D1EEFA
(209,238,250)
#D5EFFA
(213,239,250)
#D9F0FA
(217,240,250)
#DDF1FA
(221,241,250)
#E1F2FA
(225,242,250)
#E5F3FA
(229,243,250)
#E9F4FA
(233,244,250)
#EDF5FA
(237,245,250)
#F1F6FA
(241,246,250)
#F5F7FA
(245,247,250)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EEFA color. Also use rgb(209,238,250) instead hex code.

Text Font Color

.myTextColor { color: #D1EEFA; }

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

This text font color is #D1EEFA.


Background Color

.myBgColor { background-color: #D1EEFA; }

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

This div background color is #D1EEFA.


Border color

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

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

This div border color is #D1EEFA.


Opacity

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

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

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

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

This text has shadow with #D1EEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EEFA on black background.


Color preview on white background

This text has color #D1EEFA on white background.



Black color preview on #D1EEFA background

This text has black color on #D1EEFA background.


White color preview on #D1EEFA background

This text has white color on #D1EEFA background.