COLOR #D9FDEF

HEX: #D9FDEF
RGB: (217,253,239)

Color info

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

RGB color model

#D9FDEF color RGB value is (217,253,239).

  • red value is 217;
  • green value is 253;
  • blue value is 239.
RGB:
(217,253,239)
(85%,99%,94%)

RGB channels and saturation

R 217 of 255 = 85%
G 253 of 255 = 99%
B 239 of 255 = 94%

217
253
239

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

Portions of RGB colors in percentages

R + G + B =
217 + 253 + 239 = 709 (100%)
R 217 of 709 ~ 30.61%
G 253 of 709 ~ 35.68%
B 239 of 709 ~ 33.71%

%30.61
%35.68
%33.71

CMYK color model

#D9FDEF color CMYK value is (14,0,6,1).

  • cyan value is 14.23%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 0.78%
CMYK:
(14,0,6,1)
C14M0Y6K1 
(14%,0%,6%,1%)
(0.14/0.00/0.06/0.01)	

CMYK percentages

%14.23
%0
%5.53
%0.78

Codes

Color #D9FDEF in popluar color models

D9FDEF
RGB217253239
HSL157°90.00%92.16%
HSB/HSV157°14.23%99.22%
CMYK14.23%0.00%5.53%
0.78%

Color #D9FDEF in popluar number systems.

HEXD9FDEF
Decimal217253239
Binary110110011111110111101111
Octal331375357

Shades and tints

Shades of #D9FDEF

#D9FDEF
(217,253,239)
#C6E6DA
(198,230,218)
#B3CFC5
(179,207,197)
#A0B8B0
(160,184,176)
#8DA19B
(141,161,155)
#7A8A86
(122,138,134)
#677371
(103,115,113)
#545C5C
(84,92,92)
#414547
(65,69,71)
#2E2E32
(46,46,50)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #D9FDEF

#D9FDEF
(217,253,239)
#DCFDF0
(220,253,240)
#DFFDF1
(223,253,241)
#E2FDF2
(226,253,242)
#E5FDF3
(229,253,243)
#E8FDF4
(232,253,244)
#EBFDF5
(235,253,245)
#EEFDF6
(238,253,246)
#F1FDF7
(241,253,247)
#F4FDF8
(244,253,248)
#F7FDF9
(247,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FDEF; }

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

This text font color is #D9FDEF.


Background Color

.myBgColor { background-color: #D9FDEF; }

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

This div background color is #D9FDEF.


Border color

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

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

This div border color is #D9FDEF.


Opacity

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

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

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

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

This text has shadow with #D9FDEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FDEF on black background.


Color preview on white background

This text has color #D9FDEF on white background.



Black color preview on #D9FDEF background

This text has black color on #D9FDEF background.


White color preview on #D9FDEF background

This text has white color on #D9FDEF background.