COLOR #D1EAFA

HEX: #D1EAFA
RGB: (209,234,250)

Color info

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

RGB color model

#D1EAFA color RGB value is (209,234,250).

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

RGB channels and saturation

R 209 of 255 = 82%
G 234 of 255 = 92%
B 250 of 255 = 98%

209
234
250

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

Portions of RGB colors in percentages

R + G + B =
209 + 234 + 250 = 693 (100%)
R 209 of 693 ~ 30.16%
G 234 of 693 ~ 33.77%
B 250 of 693 ~ 36.08%

%30.16
%33.77
%36.08

CMYK color model

#D1EAFA color CMYK value is (16,6,0,2).

  • cyan value is 16.40%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(16,6,0,2)
C16M6Y0K2 
(16%,6%,0%,2%)
(0.16/0.06/0.00/0.02)	

CMYK percentages

%16.4
%6.4
%0
%1.96

Codes

Color #D1EAFA in popluar color models

D1EAFA
RGB209234250
HSL203°80.39%90.00%
HSB/HSV203°16.40%98.04%
CMYK16.40%6.40%0.00%
1.96%

Color #D1EAFA in popluar number systems.

HEXD1EAFA
Decimal209234250
Binary110100011110101011111010
Octal321352372

Shades and tints

Shades of #D1EAFA

#D1EAFA
(209,234,250)
#BED5E4
(190,213,228)
#ABC0CE
(171,192,206)
#98ABB8
(152,171,184)
#8596A2
(133,150,162)
#72818C
(114,129,140)
#5F6C76
(95,108,118)
#4C5760
(76,87,96)
#39424A
(57,66,74)
#262D34
(38,45,52)
#13181E
(19,24,30)
#000000
(0,0,0)

Tints of #D1EAFA

#D1EAFA
(209,234,250)
#D5EBFA
(213,235,250)
#D9ECFA
(217,236,250)
#DDEDFA
(221,237,250)
#E1EEFA
(225,238,250)
#E5EFFA
(229,239,250)
#E9F0FA
(233,240,250)
#EDF1FA
(237,241,250)
#F1F2FA
(241,242,250)
#F5F3FA
(245,243,250)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EAFA; }

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

This text font color is #D1EAFA.


Background Color

.myBgColor { background-color: #D1EAFA; }

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

This div background color is #D1EAFA.


Border color

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

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

This div border color is #D1EAFA.


Opacity

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

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

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

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

This text has shadow with #D1EAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EAFA on black background.


Color preview on white background

This text has color #D1EAFA on white background.



Black color preview on #D1EAFA background

This text has black color on #D1EAFA background.


White color preview on #D1EAFA background

This text has white color on #D1EAFA background.