COLOR #D9F7CE

HEX: #D9F7CE RGB: (217,247,206)

Color info

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

RGB color model

#D9F7CE color RGB value is (217,247,206).

RGB: (217,247,206) (85%, 97%, 81%)

RGB channels and saturation

R 217 of 255 = 85%
G 247 of 255 = 97%
B 206 of 255 = 81%

217
247
206

R + G + B ~ 88%. #D9F7CE is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 247 + 206 = 670 (100%)
R 217 of 670 ~ 32.39%
G 247 of 670 ~ 36.87%
B 206 of 670 ~ 30.75'%

%32.39
%36.87
%30.75

CMYK color model

#D9F7CE color CMYK value is (12,0,17,3).

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

CMYK: (12,0,17,3)
C12M0Y17K3 (12%, 0%, 17%, 3%)
(0.12 / 0.00 / 0.17 / 0.03)

CMYK percentages

%12.15
%0
%16.6
%3.14

Codes

Color #D9F7CE in popluar color models

D9 F7 CE
RGB 217 247 206
HSL 104° 71.93% 88.82%
HSB/HSV 104° 16.60% 96.86%
CMYK 12.15% 0.00% 16.60%
3.14%

Color #D9F7CE in popluar number systems.

HEX D9 F7 CE
Decimal 217 247 206
Binary 11011001 11110111 11001110
Octal 331 367 316

Shades and tints

Shades of #D9F7CE

#D9F7CE
(217,247,206)
#C6E1BC
(198,225,188)
#B3CBAA
(179,203,170)
#A0B598
(160,181,152)
#8D9F86
(141,159,134)
#7A8974
(122,137,116)
#677362
(103,115,98)
#545D50
(84,93,80)
#41473E
(65,71,62)
#2E312C
(46,49,44)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #D9F7CE

#D9F7CE
(217,247,206)
#DCF7D2
(220,247,210)
#DFF7D6
(223,247,214)
#E2F7DA
(226,247,218)
#E5F7DE
(229,247,222)
#E8F7E2
(232,247,226)
#EBF7E6
(235,247,230)
#EEF7EA
(238,247,234)
#F1F7EE
(241,247,238)
#F4F7F2
(244,247,242)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F7CE; }

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

This text font color is #D9F7CE.

Background Color

.myBgColor { background-color: #D9F7CE; }

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

This div background color is #D9F7CE.

Border color

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

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

This div border color is #D9F7CE.

Opacity

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

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

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

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

This text has shadow with #D9F7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9F7CE.

Preview

Color preview on black background

This text has color #D9F7CE on black background.


Color preview on white background

This text has color #D9F7CE on white background.


Black color preview on #D9F7CE background

This text has black color on #D9F7CE background.


White color preview on #D9F7CE background

This text has white color on #D9F7CE background.


Related colors

Complementary color

Complementary color for #hex is #260831.


I love getcolorcode.com

Triadic colors

1 #CED9F7 and #F7CED9 with #D9F7CE are triadic colors.

2 #CEF7D9 and #F7D9CE with #D9F7CE are triadic colors.