COLOR #D1F5FA

HEX: #D1F5FA
RGB: (209,245,250)

Color info

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

RGB color model

#D1F5FA color RGB value is (209,245,250).

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

RGB channels and saturation

R 209 of 255 = 82%
G 245 of 255 = 96%
B 250 of 255 = 98%

209
245
250

R + G + B ~ 92%. #D1F5FA is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 245 + 250 = 704 (100%)
R 209 of 704 ~ 29.69%
G 245 of 704 ~ 34.8%
B 250 of 704 ~ 35.51%

%29.69
%34.8
%35.51

CMYK color model

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

  • cyan value is 16.40%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(16,2,0,2)
C16M2Y0K2 
(16%,2%,0%,2%)
(0.16/0.02/0.00/0.02)	

CMYK percentages

%16.4
%2
%0
%1.96

Codes

Color #D1F5FA in popluar color models

D1F5FA
RGB209245250
HSL187°80.39%90.00%
HSB/HSV187°16.40%98.04%
CMYK16.40%2.00%0.00%
1.96%

Color #D1F5FA in popluar number systems.

HEXD1F5FA
Decimal209245250
Binary110100011111010111111010
Octal321365372

Shades and tints

Shades of #D1F5FA

#D1F5FA
(209,245,250)
#BEDFE4
(190,223,228)
#ABC9CE
(171,201,206)
#98B3B8
(152,179,184)
#859DA2
(133,157,162)
#72878C
(114,135,140)
#5F7176
(95,113,118)
#4C5B60
(76,91,96)
#39454A
(57,69,74)
#262F34
(38,47,52)
#13191E
(19,25,30)
#000000
(0,0,0)

Tints of #D1F5FA

#D1F5FA
(209,245,250)
#D5F5FA
(213,245,250)
#D9F5FA
(217,245,250)
#DDF5FA
(221,245,250)
#E1F5FA
(225,245,250)
#E5F5FA
(229,245,250)
#E9F5FA
(233,245,250)
#EDF5FA
(237,245,250)
#F1F5FA
(241,245,250)
#F5F5FA
(245,245,250)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F5FA; }

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

This text font color is #D1F5FA.


Background Color

.myBgColor { background-color: #D1F5FA; }

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

This div background color is #D1F5FA.


Border color

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

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

This div border color is #D1F5FA.


Opacity

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

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

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

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

This text has shadow with #D1F5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F5FA on black background.


Color preview on white background

This text has color #D1F5FA on white background.



Black color preview on #D1F5FA background

This text has black color on #D1F5FA background.


White color preview on #D1F5FA background

This text has white color on #D1F5FA background.