COLOR #D9F0CE

HEX: #D9F0CE RGB: (217,240,206)

Color info

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

RGB color model

#D9F0CE color RGB value is (217,240,206).

RGB: (217,240,206) (85%, 94%, 81%)

RGB channels and saturation

R 217 of 255 = 85%
G 240 of 255 = 94%
B 206 of 255 = 81%

217
240
206

R + G + B ~ 87%. #D9F0CE is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 240 + 206 = 663 (100%)
R 217 of 663 ~ 32.73%
G 240 of 663 ~ 36.2%
B 206 of 663 ~ 31.07'%

%32.73
%36.2
%31.07

CMYK color model

#D9F0CE color CMYK value is (10,0,14,6).

  • cyan value is 9.58%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 5.88%

CMYK: (10,0,14,6)
C10M0Y14K6 (10%, 0%, 14%, 6%)
(0.10 / 0.00 / 0.14 / 0.06)

CMYK percentages

%9.58
%0
%14.17
%5.88

Codes

Color #D9F0CE in popluar color models

D9 F0 CE
RGB 217 240 206
HSL 101° 53.13% 87.45%
HSB/HSV 101° 14.17% 94.12%
CMYK 9.58% 0.00% 14.17%
5.88%

Color #D9F0CE in popluar number systems.

HEX D9 F0 CE
Decimal 217 240 206
Binary 11011001 11110000 11001110
Octal 331 360 316

Shades and tints

Shades of #D9F0CE

#D9F0CE
(217,240,206)
#C6DBBC
(198,219,188)
#B3C6AA
(179,198,170)
#A0B198
(160,177,152)
#8D9C86
(141,156,134)
#7A8774
(122,135,116)
#677262
(103,114,98)
#545D50
(84,93,80)
#41483E
(65,72,62)
#2E332C
(46,51,44)
#1B1E1A
(27,30,26)
#000000
(0,0,0)

Tints of #D9F0CE

#D9F0CE
(217,240,206)
#DCF1D2
(220,241,210)
#DFF2D6
(223,242,214)
#E2F3DA
(226,243,218)
#E5F4DE
(229,244,222)
#E8F5E2
(232,245,226)
#EBF6E6
(235,246,230)
#EEF7EA
(238,247,234)
#F1F8EE
(241,248,238)
#F4F9F2
(244,249,242)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F0CE; }

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

This text font color is #D9F0CE.

Background Color

.myBgColor { background-color: #D9F0CE; }

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

This div background color is #D9F0CE.

Border color

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

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

This div border color is #D9F0CE.

Opacity

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

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

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

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

This text has shadow with #D9F0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9F0CE.

Preview

Color preview on black background

This text has color #D9F0CE on black background.


Color preview on white background

This text has color #D9F0CE on white background.


Black color preview on #D9F0CE background

This text has black color on #D9F0CE background.


White color preview on #D9F0CE background

This text has white color on #D9F0CE background.


Related colors

Complementary color

Complementary color for #hex is #260F31.


I love getcolorcode.com

Triadic colors

1 #CED9F0 and #F0CED9 with #D9F0CE are triadic colors.

2 #CEF0D9 and #F0D9CE with #D9F0CE are triadic colors.