COLOR #D9F8FA

HEX: #D9F8FA RGB: (217,248,250)

Color info

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

RGB color model

#D9F8FA color RGB value is (217,248,250).

RGB: (217,248,250) (85%, 97%, 98%)

RGB channels and saturation

R 217 of 255 = 85%
G 248 of 255 = 97%
B 250 of 255 = 98%

217
248
250

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

Portions of RGB colors in percentages

R + G + B = 217 + 248 + 250 = 715 (100%)
R 217 of 715 ~ 30.35%
G 248 of 715 ~ 34.69%
B 250 of 715 ~ 34.97'%

%30.35
%34.69
%34.97

CMYK color model

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

  • cyan value is 13.20%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (13,1,0,2)
C13M1Y0K2 (13%, 1%, 0%, 2%)
(0.13 / 0.01 / 0.00 / 0.02)

CMYK percentages

%13.2
%0.8
%0
%1.96

Codes

Color #D9F8FA in popluar color models

D9 F8 FA
RGB 217 248 250
HSL 184° 76.74% 91.57%
HSB/HSV 184° 13.20% 98.04%
CMYK 13.20% 0.80% 0.00%
1.96%

Color #D9F8FA in popluar number systems.

HEX D9 F8 FA
Decimal 217 248 250
Binary 11011001 11111000 11111010
Octal 331 370 372

Shades and tints

Shades of #D9F8FA

#D9F8FA
(217,248,250)
#C6E2E4
(198,226,228)
#B3CCCE
(179,204,206)
#A0B6B8
(160,182,184)
#8DA0A2
(141,160,162)
#7A8A8C
(122,138,140)
#677476
(103,116,118)
#545E60
(84,94,96)
#41484A
(65,72,74)
#2E3234
(46,50,52)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #D9F8FA

#D9F8FA
(217,248,250)
#DCF8FA
(220,248,250)
#DFF8FA
(223,248,250)
#E2F8FA
(226,248,250)
#E5F8FA
(229,248,250)
#E8F8FA
(232,248,250)
#EBF8FA
(235,248,250)
#EEF8FA
(238,248,250)
#F1F8FA
(241,248,250)
#F4F8FA
(244,248,250)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F8FA; }

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

This text font color is #D9F8FA.

Background Color

.myBgColor { background-color: #D9F8FA; }

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

This div background color is #D9F8FA.

Border color

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

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

This div border color is #D9F8FA.

Opacity

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

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

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

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

This text has shadow with #D9F8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9F8FA.

Preview

Color preview on black background

This text has color #D9F8FA on black background.


Color preview on white background

This text has color #D9F8FA on white background.


Black color preview on #D9F8FA background

This text has black color on #D9F8FA background.


White color preview on #D9F8FA background

This text has white color on #D9F8FA background.


Related colors

Complementary color

Complementary color for #hex is #260705.


I love getcolorcode.com

Triadic colors

1 #FAD9F8 and #F8FAD9 with #D9F8FA are triadic colors.

2 #FAF8D9 and #F8D9FA with #D9F8FA are triadic colors.