COLOR #D9FCDA

HEX: #D9FCDA
RGB: (217,252,218)

Color info

#D9FCDA contains red, green and blue colors in about the same proportion. Web safe color of #D9FCDA is #CCFFCC (or #CFC).

RGB color model

#D9FCDA color RGB value is (217,252,218).

  • red value is 217;
  • green value is 252;
  • blue value is 218.
RGB:
(217,252,218)
(85%,99%,85%)

RGB channels and saturation

R 217 of 255 = 85%
G 252 of 255 = 99%
B 218 of 255 = 85%

217
252
218

R + G + B ~ 90%. #D9FCDA is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 252 + 218 = 687 (100%)
R 217 of 687 ~ 31.59%
G 252 of 687 ~ 36.68%
B 218 of 687 ~ 31.73%

%31.59
%36.68
%31.73

CMYK color model

#D9FCDA color CMYK value is (14,0,13,1).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 1.18%
CMYK:
(14,0,13,1)
C14M0Y13K1 
(14%,0%,13%,1%)
(0.14/0.00/0.13/0.01)	

CMYK percentages

%13.89
%0
%13.49
%1.18

Codes

Color #D9FCDA in popluar color models

D9FCDA
RGB217252218
HSL122°85.37%91.96%
HSB/HSV122°13.89%98.82%
CMYK13.89%0.00%13.49%
1.18%

Color #D9FCDA in popluar number systems.

HEXD9FCDA
Decimal217252218
Binary110110011111110011011010
Octal331374332

Shades and tints

Shades of #D9FCDA

#D9FCDA
(217,252,218)
#C6E6C7
(198,230,199)
#B3D0B4
(179,208,180)
#A0BAA1
(160,186,161)
#8DA48E
(141,164,142)
#7A8E7B
(122,142,123)
#677868
(103,120,104)
#546255
(84,98,85)
#414C42
(65,76,66)
#2E362F
(46,54,47)
#1B201C
(27,32,28)
#000000
(0,0,0)

Tints of #D9FCDA

#D9FCDA
(217,252,218)
#DCFCDD
(220,252,221)
#DFFCE0
(223,252,224)
#E2FCE3
(226,252,227)
#E5FCE6
(229,252,230)
#E8FCE9
(232,252,233)
#EBFCEC
(235,252,236)
#EEFCEF
(238,252,239)
#F1FCF2
(241,252,242)
#F4FCF5
(244,252,245)
#F7FCF8
(247,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FCDA color. Also use rgb(217,252,218) instead hex code.

Text Font Color

.myTextColor { color: #D9FCDA; }

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

This text font color is #D9FCDA.


Background Color

.myBgColor { background-color: #D9FCDA; }

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

This div background color is #D9FCDA.


Border color

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

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

This div border color is #D9FCDA.


Opacity

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

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

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

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

This text has shadow with #D9FCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FCDA on black background.


Color preview on white background

This text has color #D9FCDA on white background.



Black color preview on #D9FCDA background

This text has black color on #D9FCDA background.


White color preview on #D9FCDA background

This text has white color on #D9FCDA background.