COLOR #D9F6CF

HEX: #D9F6CF
RGB: (217,246,207)

Color info

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

RGB color model

#D9F6CF color RGB value is (217,246,207).

  • red value is 217;
  • green value is 246;
  • blue value is 207.
RGB:
(217,246,207)
(85%,96%,81%)

RGB channels and saturation

R 217 of 255 = 85%
G 246 of 255 = 96%
B 207 of 255 = 81%

217
246
207

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

Portions of RGB colors in percentages

R + G + B =
217 + 246 + 207 = 670 (100%)
R 217 of 670 ~ 32.39%
G 246 of 670 ~ 36.72%
B 207 of 670 ~ 30.9%

%32.39
%36.72
%30.9

CMYK color model

#D9F6CF color CMYK value is (12,0,16,4).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 3.53%
CMYK:
(12,0,16,4)
C12M0Y16K4 
(12%,0%,16%,4%)
(0.12/0.00/0.16/0.04)	

CMYK percentages

%11.79
%0
%15.85
%3.53

Codes

Color #D9F6CF in popluar color models

D9F6CF
RGB217246207
HSL105°68.42%88.82%
HSB/HSV105°15.85%96.47%
CMYK11.79%0.00%15.85%
3.53%

Color #D9F6CF in popluar number systems.

HEXD9F6CF
Decimal217246207
Binary110110011111011011001111
Octal331366317

Shades and tints

Shades of #D9F6CF

#D9F6CF
(217,246,207)
#C6E0BD
(198,224,189)
#B3CAAB
(179,202,171)
#A0B499
(160,180,153)
#8D9E87
(141,158,135)
#7A8875
(122,136,117)
#677263
(103,114,99)
#545C51
(84,92,81)
#41463F
(65,70,63)
#2E302D
(46,48,45)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #D9F6CF

#D9F6CF
(217,246,207)
#DCF6D3
(220,246,211)
#DFF6D7
(223,246,215)
#E2F6DB
(226,246,219)
#E5F6DF
(229,246,223)
#E8F6E3
(232,246,227)
#EBF6E7
(235,246,231)
#EEF6EB
(238,246,235)
#F1F6EF
(241,246,239)
#F4F6F3
(244,246,243)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F6CF color. Also use rgb(217,246,207) instead hex code.

Text Font Color

.myTextColor { color: #D9F6CF; }

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

This text font color is #D9F6CF.


Background Color

.myBgColor { background-color: #D9F6CF; }

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

This div background color is #D9F6CF.


Border color

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

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

This div border color is #D9F6CF.


Opacity

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

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

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

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

This text has shadow with #D9F6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F6CF on black background.


Color preview on white background

This text has color #D9F6CF on white background.



Black color preview on #D9F6CF background

This text has black color on #D9F6CF background.


White color preview on #D9F6CF background

This text has white color on #D9F6CF background.