COLOR #D9EFD8

HEX: #D9EFD8
RGB: (217,239,216)

Color info

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

RGB color model

#D9EFD8 color RGB value is (217,239,216).

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

RGB channels and saturation

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

217
239
216

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

Portions of RGB colors in percentages

R + G + B =
217 + 239 + 216 = 672 (100%)
R 217 of 672 ~ 32.29%
G 239 of 672 ~ 35.57%
B 216 of 672 ~ 32.14%

%32.29
%35.57
%32.14

CMYK color model

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

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • 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
%9.62
%6.27

Codes

Color #D9EFD8 in popluar color models

D9EFD8
RGB217239216
HSL117°41.82%89.22%
HSB/HSV117°9.62%93.73%
CMYK9.21%0.00%9.62%
6.27%

Color #D9EFD8 in popluar number systems.

HEXD9EFD8
Decimal217239216
Binary110110011110111111011000
Octal331357330

Shades and tints

Shades of #D9EFD8

#D9EFD8
(217,239,216)
#C6DAC5
(198,218,197)
#B3C5B2
(179,197,178)
#A0B09F
(160,176,159)
#8D9B8C
(141,155,140)
#7A8679
(122,134,121)
#677166
(103,113,102)
#545C53
(84,92,83)
#414740
(65,71,64)
#2E322D
(46,50,45)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #D9EFD8

#D9EFD8
(217,239,216)
#DCF0DB
(220,240,219)
#DFF1DE
(223,241,222)
#E2F2E1
(226,242,225)
#E5F3E4
(229,243,228)
#E8F4E7
(232,244,231)
#EBF5EA
(235,245,234)
#EEF6ED
(238,246,237)
#F1F7F0
(241,247,240)
#F4F8F3
(244,248,243)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EFD8; }

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

This text font color is #D9EFD8.


Background Color

.myBgColor { background-color: #D9EFD8; }

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

This div background color is #D9EFD8.


Border color

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

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

This div border color is #D9EFD8.


Opacity

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

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

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

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

This text has shadow with #D9EFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EFD8 on black background.


Color preview on white background

This text has color #D9EFD8 on white background.



Black color preview on #D9EFD8 background

This text has black color on #D9EFD8 background.


White color preview on #D9EFD8 background

This text has white color on #D9EFD8 background.