COLOR #D9FDED

HEX: #D9FDED
RGB: (217,253,237)

Color info

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

RGB color model

#D9FDED color RGB value is (217,253,237).

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

RGB channels and saturation

R 217 of 255 = 85%
G 253 of 255 = 99%
B 237 of 255 = 93%

217
253
237

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

Portions of RGB colors in percentages

R + G + B =
217 + 253 + 237 = 707 (100%)
R 217 of 707 ~ 30.69%
G 253 of 707 ~ 35.79%
B 237 of 707 ~ 33.52%

%30.69
%35.79
%33.52

CMYK color model

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

  • cyan value is 14.23%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • 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
%6.32
%0.78

Codes

Color #D9FDED in popluar color models

D9FDED
RGB217253237
HSL153°90.00%92.16%
HSB/HSV153°14.23%99.22%
CMYK14.23%0.00%6.32%
0.78%

Color #D9FDED in popluar number systems.

HEXD9FDED
Decimal217253237
Binary110110011111110111101101
Octal331375355

Shades and tints

Shades of #D9FDED

#D9FDED
(217,253,237)
#C6E6D8
(198,230,216)
#B3CFC3
(179,207,195)
#A0B8AE
(160,184,174)
#8DA199
(141,161,153)
#7A8A84
(122,138,132)
#67736F
(103,115,111)
#545C5A
(84,92,90)
#414545
(65,69,69)
#2E2E30
(46,46,48)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #D9FDED

#D9FDED
(217,253,237)
#DCFDEE
(220,253,238)
#DFFDEF
(223,253,239)
#E2FDF0
(226,253,240)
#E5FDF1
(229,253,241)
#E8FDF2
(232,253,242)
#EBFDF3
(235,253,243)
#EEFDF4
(238,253,244)
#F1FDF5
(241,253,245)
#F4FDF6
(244,253,246)
#F7FDF7
(247,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FDED; }

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

This text font color is #D9FDED.


Background Color

.myBgColor { background-color: #D9FDED; }

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

This div background color is #D9FDED.


Border color

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

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

This div border color is #D9FDED.


Opacity

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

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

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

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

This text has shadow with #D9FDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FDED on black background.


Color preview on white background

This text has color #D9FDED on white background.



Black color preview on #D9FDED background

This text has black color on #D9FDED background.


White color preview on #D9FDED background

This text has white color on #D9FDED background.