COLOR #D9F2CE

HEX: #D9F2CE
RGB: (217,242,206)

Color info

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

RGB color model

#D9F2CE color RGB value is (217,242,206).

  • red value is 217;
  • green value is 242;
  • blue value is 206.
RGB:
(217,242,206)
(85%,95%,81%)

RGB channels and saturation

R 217 of 255 = 85%
G 242 of 255 = 95%
B 206 of 255 = 81%

217
242
206

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

Portions of RGB colors in percentages

R + G + B =
217 + 242 + 206 = 665 (100%)
R 217 of 665 ~ 32.63%
G 242 of 665 ~ 36.39%
B 206 of 665 ~ 30.98%

%32.63
%36.39
%30.98

CMYK color model

#D9F2CE color CMYK value is (10,0,15,5).

  • cyan value is 10.33%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 5.10%
CMYK:
(10,0,15,5)
C10M0Y15K5 
(10%,0%,15%,5%)
(0.10/0.00/0.15/0.05)	

CMYK percentages

%10.33
%0
%14.88
%5.1

Codes

Color #D9F2CE in popluar color models

D9F2CE
RGB217242206
HSL102°58.06%87.84%
HSB/HSV102°14.88%94.90%
CMYK10.33%0.00%14.88%
5.10%

Color #D9F2CE in popluar number systems.

HEXD9F2CE
Decimal217242206
Binary110110011111001011001110
Octal331362316

Shades and tints

Shades of #D9F2CE

#D9F2CE
(217,242,206)
#C6DCBC
(198,220,188)
#B3C6AA
(179,198,170)
#A0B098
(160,176,152)
#8D9A86
(141,154,134)
#7A8474
(122,132,116)
#676E62
(103,110,98)
#545850
(84,88,80)
#41423E
(65,66,62)
#2E2C2C
(46,44,44)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #D9F2CE

#D9F2CE
(217,242,206)
#DCF3D2
(220,243,210)
#DFF4D6
(223,244,214)
#E2F5DA
(226,245,218)
#E5F6DE
(229,246,222)
#E8F7E2
(232,247,226)
#EBF8E6
(235,248,230)
#EEF9EA
(238,249,234)
#F1FAEE
(241,250,238)
#F4FBF2
(244,251,242)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F2CE; }

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

This text font color is #D9F2CE.


Background Color

.myBgColor { background-color: #D9F2CE; }

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

This div background color is #D9F2CE.


Border color

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

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

This div border color is #D9F2CE.


Opacity

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

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

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

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

This text has shadow with #D9F2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F2CE on black background.


Color preview on white background

This text has color #D9F2CE on white background.



Black color preview on #D9F2CE background

This text has black color on #D9F2CE background.


White color preview on #D9F2CE background

This text has white color on #D9F2CE background.