COLOR #D9EFE5

HEX: #D9EFE5
RGB: (217,239,229)

Color info

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

RGB color model

#D9EFE5 color RGB value is (217,239,229).

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

RGB channels and saturation

R 217 of 255 = 85%
G 239 of 255 = 94%
B 229 of 255 = 90%

217
239
229

R + G + B ~ 90%. #D9EFE5 is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 239 + 229 = 685 (100%)
R 217 of 685 ~ 31.68%
G 239 of 685 ~ 34.89%
B 229 of 685 ~ 33.43%

%31.68
%34.89
%33.43

CMYK color model

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

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 4.18%
  • key color value is 6.27%
CMYK:
(9,0,4,6)
C9M0Y4K6 
(9%,0%,4%,6%)
(0.09/0.00/0.04/0.06)	

CMYK percentages

%9.21
%0
%4.18
%6.27

Codes

Color #D9EFE5 in popluar color models

D9EFE5
RGB217239229
HSL153°40.74%89.41%
HSB/HSV153°9.21%93.73%
CMYK9.21%0.00%4.18%
6.27%

Color #D9EFE5 in popluar number systems.

HEXD9EFE5
Decimal217239229
Binary110110011110111111100101
Octal331357345

Shades and tints

Shades of #D9EFE5

#D9EFE5
(217,239,229)
#C6DAD1
(198,218,209)
#B3C5BD
(179,197,189)
#A0B0A9
(160,176,169)
#8D9B95
(141,155,149)
#7A8681
(122,134,129)
#67716D
(103,113,109)
#545C59
(84,92,89)
#414745
(65,71,69)
#2E3231
(46,50,49)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #D9EFE5

#D9EFE5
(217,239,229)
#DCF0E7
(220,240,231)
#DFF1E9
(223,241,233)
#E2F2EB
(226,242,235)
#E5F3ED
(229,243,237)
#E8F4EF
(232,244,239)
#EBF5F1
(235,245,241)
#EEF6F3
(238,246,243)
#F1F7F5
(241,247,245)
#F4F8F7
(244,248,247)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EFE5; }

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

This text font color is #D9EFE5.


Background Color

.myBgColor { background-color: #D9EFE5; }

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

This div background color is #D9EFE5.


Border color

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

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

This div border color is #D9EFE5.


Opacity

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

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

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

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

This text has shadow with #D9EFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EFE5 on black background.


Color preview on white background

This text has color #D9EFE5 on white background.



Black color preview on #D9EFE5 background

This text has black color on #D9EFE5 background.


White color preview on #D9EFE5 background

This text has white color on #D9EFE5 background.