COLOR #D9EFDB

HEX: #D9EFDB
RGB: (217,239,219)

Color info

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

RGB color model

#D9EFDB color RGB value is (217,239,219).

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

RGB channels and saturation

R 217 of 255 = 85%
G 239 of 255 = 94%
B 219 of 255 = 86%

217
239
219

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

Portions of RGB colors in percentages

R + G + B =
217 + 239 + 219 = 675 (100%)
R 217 of 675 ~ 32.15%
G 239 of 675 ~ 35.41%
B 219 of 675 ~ 32.44%

%32.15
%35.41
%32.44

CMYK color model

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

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 6.27%
CMYK:
(9,0,8,6)
C9M0Y8K6 
(9%,0%,8%,6%)
(0.09/0.00/0.08/0.06)	

CMYK percentages

%9.21
%0
%8.37
%6.27

Codes

Color #D9EFDB in popluar color models

D9EFDB
RGB217239219
HSL125°40.74%89.41%
HSB/HSV125°9.21%93.73%
CMYK9.21%0.00%8.37%
6.27%

Color #D9EFDB in popluar number systems.

HEXD9EFDB
Decimal217239219
Binary110110011110111111011011
Octal331357333

Shades and tints

Shades of #D9EFDB

#D9EFDB
(217,239,219)
#C6DAC8
(198,218,200)
#B3C5B5
(179,197,181)
#A0B0A2
(160,176,162)
#8D9B8F
(141,155,143)
#7A867C
(122,134,124)
#677169
(103,113,105)
#545C56
(84,92,86)
#414743
(65,71,67)
#2E3230
(46,50,48)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #D9EFDB

#D9EFDB
(217,239,219)
#DCF0DE
(220,240,222)
#DFF1E1
(223,241,225)
#E2F2E4
(226,242,228)
#E5F3E7
(229,243,231)
#E8F4EA
(232,244,234)
#EBF5ED
(235,245,237)
#EEF6F0
(238,246,240)
#F1F7F3
(241,247,243)
#F4F8F6
(244,248,246)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EFDB; }

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

This text font color is #D9EFDB.


Background Color

.myBgColor { background-color: #D9EFDB; }

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

This div background color is #D9EFDB.


Border color

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

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

This div border color is #D9EFDB.


Opacity

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

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

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

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

This text has shadow with #D9EFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EFDB on black background.


Color preview on white background

This text has color #D9EFDB on white background.



Black color preview on #D9EFDB background

This text has black color on #D9EFDB background.


White color preview on #D9EFDB background

This text has white color on #D9EFDB background.