COLOR #D9F7DF

HEX: #D9F7DF RGB: (217,247,223)

Color info

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

RGB color model

#D9F7DF color RGB value is (217,247,223).

RGB: (217,247,223) (85%, 97%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 247 of 255 = 97%
B 223 of 255 = 87%

217
247
223

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

Portions of RGB colors in percentages

R + G + B = 217 + 247 + 223 = 687 (100%)
R 217 of 687 ~ 31.59%
G 247 of 687 ~ 35.95%
B 223 of 687 ~ 32.46'%

%31.59
%35.95
%32.46

CMYK color model

#D9F7DF color CMYK value is (12,0,10,3).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 3.14%

CMYK: (12,0,10,3)
C12M0Y10K3 (12%, 0%, 10%, 3%)
(0.12 / 0.00 / 0.10 / 0.03)

CMYK percentages

%12.15
%0
%9.72
%3.14

Codes

Color #D9F7DF in popluar color models

D9 F7 DF
RGB 217 247 223
HSL 132° 65.22% 90.98%
HSB/HSV 132° 12.15% 96.86%
CMYK 12.15% 0.00% 9.72%
3.14%

Color #D9F7DF in popluar number systems.

HEX D9 F7 DF
Decimal 217 247 223
Binary 11011001 11110111 11011111
Octal 331 367 337

Shades and tints

Shades of #D9F7DF

#D9F7DF
(217,247,223)
#C6E1CB
(198,225,203)
#B3CBB7
(179,203,183)
#A0B5A3
(160,181,163)
#8D9F8F
(141,159,143)
#7A897B
(122,137,123)
#677367
(103,115,103)
#545D53
(84,93,83)
#41473F
(65,71,63)
#2E312B
(46,49,43)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #D9F7DF

#D9F7DF
(217,247,223)
#DCF7E1
(220,247,225)
#DFF7E3
(223,247,227)
#E2F7E5
(226,247,229)
#E5F7E7
(229,247,231)
#E8F7E9
(232,247,233)
#EBF7EB
(235,247,235)
#EEF7ED
(238,247,237)
#F1F7EF
(241,247,239)
#F4F7F1
(244,247,241)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F7DF; }

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

This text font color is #D9F7DF.

Background Color

.myBgColor { background-color: #D9F7DF; }

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

This div background color is #D9F7DF.

Border color

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

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

This div border color is #D9F7DF.

Opacity

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

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

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

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

This text has shadow with #D9F7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9F7DF.

Preview

Color preview on black background

This text has color #D9F7DF on black background.


Color preview on white background

This text has color #D9F7DF on white background.


Black color preview on #D9F7DF background

This text has black color on #D9F7DF background.


White color preview on #D9F7DF background

This text has white color on #D9F7DF background.


Related colors

Complementary color

Complementary color for #hex is #260820.


I love getcolorcode.com

Triadic colors

1 #DFD9F7 and #F7DFD9 with #D9F7DF are triadic colors.

2 #DFF7D9 and #F7D9DF with #D9F7DF are triadic colors.