COLOR #D9F5FA

HEX: #D9F5FA
RGB: (217,245,250)

Color info

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

RGB color model

#D9F5FA color RGB value is (217,245,250).

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

RGB channels and saturation

R 217 of 255 = 85%
G 245 of 255 = 96%
B 250 of 255 = 98%

217
245
250

R + G + B ~ 93%. #D9F5FA is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 245 + 250 = 712 (100%)
R 217 of 712 ~ 30.48%
G 245 of 712 ~ 34.41%
B 250 of 712 ~ 35.11%

%30.48
%34.41
%35.11

CMYK color model

#D9F5FA color CMYK value is (13,2,0,2).

  • cyan value is 13.20%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(13,2,0,2)
C13M2Y0K2 
(13%,2%,0%,2%)
(0.13/0.02/0.00/0.02)	

CMYK percentages

%13.2
%2
%0
%1.96

Codes

Color #D9F5FA in popluar color models

D9F5FA
RGB217245250
HSL189°76.74%91.57%
HSB/HSV189°13.20%98.04%
CMYK13.20%2.00%0.00%
1.96%

Color #D9F5FA in popluar number systems.

HEXD9F5FA
Decimal217245250
Binary110110011111010111111010
Octal331365372

Shades and tints

Shades of #D9F5FA

#D9F5FA
(217,245,250)
#C6DFE4
(198,223,228)
#B3C9CE
(179,201,206)
#A0B3B8
(160,179,184)
#8D9DA2
(141,157,162)
#7A878C
(122,135,140)
#677176
(103,113,118)
#545B60
(84,91,96)
#41454A
(65,69,74)
#2E2F34
(46,47,52)
#1B191E
(27,25,30)
#000000
(0,0,0)

Tints of #D9F5FA

#D9F5FA
(217,245,250)
#DCF5FA
(220,245,250)
#DFF5FA
(223,245,250)
#E2F5FA
(226,245,250)
#E5F5FA
(229,245,250)
#E8F5FA
(232,245,250)
#EBF5FA
(235,245,250)
#EEF5FA
(238,245,250)
#F1F5FA
(241,245,250)
#F4F5FA
(244,245,250)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F5FA; }

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

This text font color is #D9F5FA.


Background Color

.myBgColor { background-color: #D9F5FA; }

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

This div background color is #D9F5FA.


Border color

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

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

This div border color is #D9F5FA.


Opacity

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

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

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

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

This text has shadow with #D9F5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F5FA on black background.


Color preview on white background

This text has color #D9F5FA on white background.



Black color preview on #D9F5FA background

This text has black color on #D9F5FA background.


White color preview on #D9F5FA background

This text has white color on #D9F5FA background.