COLOR #D9EFD7

HEX: #D9EFD7
RGB: (217,239,215)

Color info

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

RGB color model

#D9EFD7 color RGB value is (217,239,215).

  • red value is 217;
  • green value is 239;
  • blue value is 215.
RGB:
(217,239,215)
(85%,94%,84%)

RGB channels and saturation

R 217 of 255 = 85%
G 239 of 255 = 94%
B 215 of 255 = 84%

217
239
215

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

Portions of RGB colors in percentages

R + G + B =
217 + 239 + 215 = 671 (100%)
R 217 of 671 ~ 32.34%
G 239 of 671 ~ 35.62%
B 215 of 671 ~ 32.04%

%32.34
%35.62
%32.04

CMYK color model

#D9EFD7 color CMYK value is (9,0,10,6).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • key color value is 6.27%
CMYK:
(9,0,10,6)
C9M0Y10K6 
(9%,0%,10%,6%)
(0.09/0.00/0.10/0.06)	

CMYK percentages

%9.21
%0
%10.04
%6.27

Codes

Color #D9EFD7 in popluar color models

D9EFD7
RGB217239215
HSL115°42.86%89.02%
HSB/HSV115°10.04%93.73%
CMYK9.21%0.00%10.04%
6.27%

Color #D9EFD7 in popluar number systems.

HEXD9EFD7
Decimal217239215
Binary110110011110111111010111
Octal331357327

Shades and tints

Shades of #D9EFD7

#D9EFD7
(217,239,215)
#C6DAC4
(198,218,196)
#B3C5B1
(179,197,177)
#A0B09E
(160,176,158)
#8D9B8B
(141,155,139)
#7A8678
(122,134,120)
#677165
(103,113,101)
#545C52
(84,92,82)
#41473F
(65,71,63)
#2E322C
(46,50,44)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #D9EFD7

#D9EFD7
(217,239,215)
#DCF0DA
(220,240,218)
#DFF1DD
(223,241,221)
#E2F2E0
(226,242,224)
#E5F3E3
(229,243,227)
#E8F4E6
(232,244,230)
#EBF5E9
(235,245,233)
#EEF6EC
(238,246,236)
#F1F7EF
(241,247,239)
#F4F8F2
(244,248,242)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EFD7 color. Also use rgb(217,239,215) instead hex code.

Text Font Color

.myTextColor { color: #D9EFD7; }

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

This text font color is #D9EFD7.


Background Color

.myBgColor { background-color: #D9EFD7; }

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

This div background color is #D9EFD7.


Border color

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

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

This div border color is #D9EFD7.


Opacity

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

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

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

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

This text has shadow with #D9EFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EFD7 on black background.


Color preview on white background

This text has color #D9EFD7 on white background.



Black color preview on #D9EFD7 background

This text has black color on #D9EFD7 background.


White color preview on #D9EFD7 background

This text has white color on #D9EFD7 background.