COLOR #D9FDE9

HEX: #D9FDE9
RGB: (217,253,233)

Color info

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

RGB color model

#D9FDE9 color RGB value is (217,253,233).

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

RGB channels and saturation

R 217 of 255 = 85%
G 253 of 255 = 99%
B 233 of 255 = 91%

217
253
233

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

Portions of RGB colors in percentages

R + G + B =
217 + 253 + 233 = 703 (100%)
R 217 of 703 ~ 30.87%
G 253 of 703 ~ 35.99%
B 233 of 703 ~ 33.14%

%30.87
%35.99
%33.14

CMYK color model

#D9FDE9 color CMYK value is (14,0,8,1).

  • cyan value is 14.23%
  • magenta value is 0.00%
  • yellow value is 7.91%
  • key color value is 0.78%
CMYK:
(14,0,8,1)
C14M0Y8K1 
(14%,0%,8%,1%)
(0.14/0.00/0.08/0.01)	

CMYK percentages

%14.23
%0
%7.91
%0.78

Codes

Color #D9FDE9 in popluar color models

D9FDE9
RGB217253233
HSL147°90.00%92.16%
HSB/HSV147°14.23%99.22%
CMYK14.23%0.00%7.91%
0.78%

Color #D9FDE9 in popluar number systems.

HEXD9FDE9
Decimal217253233
Binary110110011111110111101001
Octal331375351

Shades and tints

Shades of #D9FDE9

#D9FDE9
(217,253,233)
#C6E6D4
(198,230,212)
#B3CFBF
(179,207,191)
#A0B8AA
(160,184,170)
#8DA195
(141,161,149)
#7A8A80
(122,138,128)
#67736B
(103,115,107)
#545C56
(84,92,86)
#414541
(65,69,65)
#2E2E2C
(46,46,44)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #D9FDE9

#D9FDE9
(217,253,233)
#DCFDEB
(220,253,235)
#DFFDED
(223,253,237)
#E2FDEF
(226,253,239)
#E5FDF1
(229,253,241)
#E8FDF3
(232,253,243)
#EBFDF5
(235,253,245)
#EEFDF7
(238,253,247)
#F1FDF9
(241,253,249)
#F4FDFB
(244,253,251)
#F7FDFD
(247,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FDE9; }

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

This text font color is #D9FDE9.


Background Color

.myBgColor { background-color: #D9FDE9; }

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

This div background color is #D9FDE9.


Border color

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

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

This div border color is #D9FDE9.


Opacity

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

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

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

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

This text has shadow with #D9FDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FDE9 on black background.


Color preview on white background

This text has color #D9FDE9 on white background.



Black color preview on #D9FDE9 background

This text has black color on #D9FDE9 background.


White color preview on #D9FDE9 background

This text has white color on #D9FDE9 background.