COLOR #D9EFDA

HEX: #D9EFDA
RGB: (217,239,218)

Color info

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

RGB color model

#D9EFDA color RGB value is (217,239,218).

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

RGB channels and saturation

R 217 of 255 = 85%
G 239 of 255 = 94%
B 218 of 255 = 85%

217
239
218

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

Portions of RGB colors in percentages

R + G + B =
217 + 239 + 218 = 674 (100%)
R 217 of 674 ~ 32.2%
G 239 of 674 ~ 35.46%
B 218 of 674 ~ 32.34%

%32.2
%35.46
%32.34

CMYK color model

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

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 6.27%
CMYK:
(9,0,9,6)
C9M0Y9K6 
(9%,0%,9%,6%)
(0.09/0.00/0.09/0.06)	

CMYK percentages

%9.21
%0
%8.79
%6.27

Codes

Color #D9EFDA in popluar color models

D9EFDA
RGB217239218
HSL123°40.74%89.41%
HSB/HSV123°9.21%93.73%
CMYK9.21%0.00%8.79%
6.27%

Color #D9EFDA in popluar number systems.

HEXD9EFDA
Decimal217239218
Binary110110011110111111011010
Octal331357332

Shades and tints

Shades of #D9EFDA

#D9EFDA
(217,239,218)
#C6DAC7
(198,218,199)
#B3C5B4
(179,197,180)
#A0B0A1
(160,176,161)
#8D9B8E
(141,155,142)
#7A867B
(122,134,123)
#677168
(103,113,104)
#545C55
(84,92,85)
#414742
(65,71,66)
#2E322F
(46,50,47)
#1B1D1C
(27,29,28)
#000000
(0,0,0)

Tints of #D9EFDA

#D9EFDA
(217,239,218)
#DCF0DD
(220,240,221)
#DFF1E0
(223,241,224)
#E2F2E3
(226,242,227)
#E5F3E6
(229,243,230)
#E8F4E9
(232,244,233)
#EBF5EC
(235,245,236)
#EEF6EF
(238,246,239)
#F1F7F2
(241,247,242)
#F4F8F5
(244,248,245)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EFDA; }

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

This text font color is #D9EFDA.


Background Color

.myBgColor { background-color: #D9EFDA; }

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

This div background color is #D9EFDA.


Border color

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

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

This div border color is #D9EFDA.


Opacity

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

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

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

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

This text has shadow with #D9EFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EFDA on black background.


Color preview on white background

This text has color #D9EFDA on white background.



Black color preview on #D9EFDA background

This text has black color on #D9EFDA background.


White color preview on #D9EFDA background

This text has white color on #D9EFDA background.