COLOR #D1EFFA

HEX: #D1EFFA
RGB: (209,239,250)

Color info

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

RGB color model

#D1EFFA color RGB value is (209,239,250).

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

RGB channels and saturation

R 209 of 255 = 82%
G 239 of 255 = 94%
B 250 of 255 = 98%

209
239
250

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

Portions of RGB colors in percentages

R + G + B =
209 + 239 + 250 = 698 (100%)
R 209 of 698 ~ 29.94%
G 239 of 698 ~ 34.24%
B 250 of 698 ~ 35.82%

%29.94
%34.24
%35.82

CMYK color model

#D1EFFA color CMYK value is (16,4,0,2).

  • cyan value is 16.40%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(16,4,0,2)
C16M4Y0K2 
(16%,4%,0%,2%)
(0.16/0.04/0.00/0.02)	

CMYK percentages

%16.4
%4.4
%0
%1.96

Codes

Color #D1EFFA in popluar color models

D1EFFA
RGB209239250
HSL196°80.39%90.00%
HSB/HSV196°16.40%98.04%
CMYK16.40%4.40%0.00%
1.96%

Color #D1EFFA in popluar number systems.

HEXD1EFFA
Decimal209239250
Binary110100011110111111111010
Octal321357372

Shades and tints

Shades of #D1EFFA

#D1EFFA
(209,239,250)
#BEDAE4
(190,218,228)
#ABC5CE
(171,197,206)
#98B0B8
(152,176,184)
#859BA2
(133,155,162)
#72868C
(114,134,140)
#5F7176
(95,113,118)
#4C5C60
(76,92,96)
#39474A
(57,71,74)
#263234
(38,50,52)
#131D1E
(19,29,30)
#000000
(0,0,0)

Tints of #D1EFFA

#D1EFFA
(209,239,250)
#D5F0FA
(213,240,250)
#D9F1FA
(217,241,250)
#DDF2FA
(221,242,250)
#E1F3FA
(225,243,250)
#E5F4FA
(229,244,250)
#E9F5FA
(233,245,250)
#EDF6FA
(237,246,250)
#F1F7FA
(241,247,250)
#F5F8FA
(245,248,250)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EFFA; }

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

This text font color is #D1EFFA.


Background Color

.myBgColor { background-color: #D1EFFA; }

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

This div background color is #D1EFFA.


Border color

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

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

This div border color is #D1EFFA.


Opacity

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

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

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

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

This text has shadow with #D1EFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EFFA on black background.


Color preview on white background

This text has color #D1EFFA on white background.



Black color preview on #D1EFFA background

This text has black color on #D1EFFA background.


White color preview on #D1EFFA background

This text has white color on #D1EFFA background.