COLOR #D9FDFF

HEX: #D9FDFF RGB: (217,253,255)

Color info

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

RGB color model

#D9FDFF color RGB value is (217,253,255).

RGB: (217,253,255) (85%, 99%, 100%)

RGB channels and saturation

R 217 of 255 = 85%
G 253 of 255 = 99%
B 255 of 255 = 100%

217
253
255

R + G + B ~ 95%. #D9FDFF is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 253 + 255 = 725 (100%)
R 217 of 725 ~ 29.93%
G 253 of 725 ~ 34.9%
B 255 of 725 ~ 35.17'%

%29.93
%34.9
%35.17

CMYK color model

#D9FDFF color CMYK value is (15,1,0,0).

  • cyan value is 14.90%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (15,1,0,0)
C15M1Y0K0 (15%, 1%, 0%, 0%)
(0.15 / 0.01 / 0.00 / 0.00)

CMYK percentages

%14.9
%0.78
%0
%0

Codes

Color #D9FDFF in popluar color models

D9 FD FF
RGB 217 253 255
HSL 183° 100.00% 92.55%
HSB/HSV 183° 14.90% 100.00%
CMYK 14.90% 0.78% 0.00%
0.00%

Color #D9FDFF in popluar number systems.

HEX D9 FD FF
Decimal 217 253 255
Binary 11011001 11111101 11111111
Octal 331 375 377

Shades and tints

Shades of #D9FDFF

#D9FDFF
(217,253,255)
#C6E6E8
(198,230,232)
#B3CFD1
(179,207,209)
#A0B8BA
(160,184,186)
#8DA1A3
(141,161,163)
#7A8A8C
(122,138,140)
#677375
(103,115,117)
#545C5E
(84,92,94)
#414547
(65,69,71)
#2E2E30
(46,46,48)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #D9FDFF

#D9FDFF
(217,253,255)
#DCFDFF
(220,253,255)
#DFFDFF
(223,253,255)
#E2FDFF
(226,253,255)
#E5FDFF
(229,253,255)
#E8FDFF
(232,253,255)
#EBFDFF
(235,253,255)
#EEFDFF
(238,253,255)
#F1FDFF
(241,253,255)
#F4FDFF
(244,253,255)
#F7FDFF
(247,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FDFF color. Also use rgb(217,253,255) instead hex code.

Text Font Color

.myTextColor { color: #D9FDFF; }

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

This text font color is #D9FDFF.

Background Color

.myBgColor { background-color: #D9FDFF; }

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

This div background color is #D9FDFF.

Border color

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

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

This div border color is #D9FDFF.

Opacity

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

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

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

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

This text has shadow with #D9FDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9FDFF.

Preview

Color preview on black background

This text has color #D9FDFF on black background.


Color preview on white background

This text has color #D9FDFF on white background.


Black color preview on #D9FDFF background

This text has black color on #D9FDFF background.


White color preview on #D9FDFF background

This text has white color on #D9FDFF background.


Related colors

Complementary color

Complementary color for #hex is #260200.


I love getcolorcode.com

Triadic colors

1 #FFD9FD and #FDFFD9 with #D9FDFF are triadic colors.

2 #FFFDD9 and #FDD9FF with #D9FDFF are triadic colors.