COLOR #D9F6EC

HEX: #D9F6EC
RGB: (217,246,236)

Color info

#D9F6EC contains red, green and blue colors in about the same proportion. Web safe color of #D9F6EC is #CCFFFF (or #CFF).

RGB color model

#D9F6EC color RGB value is (217,246,236).

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

RGB channels and saturation

R 217 of 255 = 85%
G 246 of 255 = 96%
B 236 of 255 = 93%

217
246
236

R + G + B ~ 91%. #D9F6EC is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 246 + 236 = 699 (100%)
R 217 of 699 ~ 31.04%
G 246 of 699 ~ 35.19%
B 236 of 699 ~ 33.76%

%31.04
%35.19
%33.76

CMYK color model

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

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 3.53%
CMYK:
(12,0,4,4)
C12M0Y4K4 
(12%,0%,4%,4%)
(0.12/0.00/0.04/0.04)	

CMYK percentages

%11.79
%0
%4.07
%3.53

Codes

Color #D9F6EC in popluar color models

D9F6EC
RGB217246236
HSL159°61.70%90.78%
HSB/HSV159°11.79%96.47%
CMYK11.79%0.00%4.07%
3.53%

Color #D9F6EC in popluar number systems.

HEXD9F6EC
Decimal217246236
Binary110110011111011011101100
Octal331366354

Shades and tints

Shades of #D9F6EC

#D9F6EC
(217,246,236)
#C6E0D7
(198,224,215)
#B3CAC2
(179,202,194)
#A0B4AD
(160,180,173)
#8D9E98
(141,158,152)
#7A8883
(122,136,131)
#67726E
(103,114,110)
#545C59
(84,92,89)
#414644
(65,70,68)
#2E302F
(46,48,47)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #D9F6EC

#D9F6EC
(217,246,236)
#DCF6ED
(220,246,237)
#DFF6EE
(223,246,238)
#E2F6EF
(226,246,239)
#E5F6F0
(229,246,240)
#E8F6F1
(232,246,241)
#EBF6F2
(235,246,242)
#EEF6F3
(238,246,243)
#F1F6F4
(241,246,244)
#F4F6F5
(244,246,245)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F6EC; }

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

This text font color is #D9F6EC.


Background Color

.myBgColor { background-color: #D9F6EC; }

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

This div background color is #D9F6EC.


Border color

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

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

This div border color is #D9F6EC.


Opacity

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

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

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

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

This text has shadow with #D9F6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F6EC on black background.


Color preview on white background

This text has color #D9F6EC on white background.



Black color preview on #D9F6EC background

This text has black color on #D9F6EC background.


White color preview on #D9F6EC background

This text has white color on #D9F6EC background.