COLOR #D9FADF

HEX: #D9FADF RGB: (217,250,223)

Color info

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

RGB color model

#D9FADF color RGB value is (217,250,223).

RGB: (217,250,223) (85%, 98%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 250 of 255 = 98%
B 223 of 255 = 87%

217
250
223

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

Portions of RGB colors in percentages

R + G + B = 217 + 250 + 223 = 690 (100%)
R 217 of 690 ~ 31.45%
G 250 of 690 ~ 36.23%
B 223 of 690 ~ 32.32'%

%31.45
%36.23
%32.32

CMYK color model

#D9FADF color CMYK value is (13,0,11,2).

  • cyan value is 13.20%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 1.96%
CMYK: (13,0,11,2) C13M0Y11K2 (13%,0%,11%,2%) (0.13/0.00/0.11/0.02) 

CMYK percentages

%13.2
%0
%10.8
%1.96

Codes

Color #D9FADF in popluar color models

D9 FA DF
RGB 217 250 223
HSL 131° 76.74% 91.57%
HSB/HSV 131° 13.20% 98.04%
CMYK 13.20% 0.00% 10.80%
1.96%

Color #D9FADF in popluar number systems.

HEX D9 FA DF
Decimal 217 250 223
Binary 11011001 11111010 11011111
Octal 331 372 337

Shades and tints

Shades of #D9FADF

#D9FADF
(217,250,223)
#C6E4CB
(198,228,203)
#B3CEB7
(179,206,183)
#A0B8A3
(160,184,163)
#8DA28F
(141,162,143)
#7A8C7B
(122,140,123)
#677667
(103,118,103)
#546053
(84,96,83)
#414A3F
(65,74,63)
#2E342B
(46,52,43)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #D9FADF

#D9FADF
(217,250,223)
#DCFAE1
(220,250,225)
#DFFAE3
(223,250,227)
#E2FAE5
(226,250,229)
#E5FAE7
(229,250,231)
#E8FAE9
(232,250,233)
#EBFAEB
(235,250,235)
#EEFAED
(238,250,237)
#F1FAEF
(241,250,239)
#F4FAF1
(244,250,241)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FADF color. Also use rgb(217,250,223) instead hex code.

Text Font Color

.myTextColor { color: #D9FADF; }

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

This text font color is #D9FADF.

Background Color

.myBgColor { background-color: #D9FADF; }

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

This div background color is #D9FADF.

Border color

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

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

This div border color is #D9FADF.

Opacity

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

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

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

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

This text has shadow with #D9FADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9FADF.

Preview

Color preview on black background

This text has color #D9FADF on black background.


Color preview on white background

This text has color #D9FADF on white background.


Black color preview on #D9FADF background

This text has black color on #D9FADF background.


White color preview on #D9FADF background

This text has white color on #D9FADF background.


Related colors

Complementary color

Complementary color for #hex is #260520.


I love getcolorcode.com

Triadic colors

1 #DFD9FA and #FADFD9 with #D9FADF are triadic colors.

2 #DFFAD9 and #FAD9DF with #D9FADF are triadic colors.