COLOR #D9EFE7

HEX: #D9EFE7
RGB: (217,239,231)

Color info

#D9EFE7 contains red, green and blue colors in about the same proportion. Web safe color of #D9EFE7 is #CCFFFF (or #CFF).

RGB color model

#D9EFE7 color RGB value is (217,239,231).

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

RGB channels and saturation

R 217 of 255 = 85%
G 239 of 255 = 94%
B 231 of 255 = 91%

217
239
231

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

Portions of RGB colors in percentages

R + G + B =
217 + 239 + 231 = 687 (100%)
R 217 of 687 ~ 31.59%
G 239 of 687 ~ 34.79%
B 231 of 687 ~ 33.62%

%31.59
%34.79
%33.62

CMYK color model

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

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 6.27%
CMYK:
(9,0,3,6)
C9M0Y3K6 
(9%,0%,3%,6%)
(0.09/0.00/0.03/0.06)	

CMYK percentages

%9.21
%0
%3.35
%6.27

Codes

Color #D9EFE7 in popluar color models

D9EFE7
RGB217239231
HSL158°40.74%89.41%
HSB/HSV158°9.21%93.73%
CMYK9.21%0.00%3.35%
6.27%

Color #D9EFE7 in popluar number systems.

HEXD9EFE7
Decimal217239231
Binary110110011110111111100111
Octal331357347

Shades and tints

Shades of #D9EFE7

#D9EFE7
(217,239,231)
#C6DAD2
(198,218,210)
#B3C5BD
(179,197,189)
#A0B0A8
(160,176,168)
#8D9B93
(141,155,147)
#7A867E
(122,134,126)
#677169
(103,113,105)
#545C54
(84,92,84)
#41473F
(65,71,63)
#2E322A
(46,50,42)
#1B1D15
(27,29,21)
#000000
(0,0,0)

Tints of #D9EFE7

#D9EFE7
(217,239,231)
#DCF0E9
(220,240,233)
#DFF1EB
(223,241,235)
#E2F2ED
(226,242,237)
#E5F3EF
(229,243,239)
#E8F4F1
(232,244,241)
#EBF5F3
(235,245,243)
#EEF6F5
(238,246,245)
#F1F7F7
(241,247,247)
#F4F8F9
(244,248,249)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EFE7; }

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

This text font color is #D9EFE7.


Background Color

.myBgColor { background-color: #D9EFE7; }

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

This div background color is #D9EFE7.


Border color

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

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

This div border color is #D9EFE7.


Opacity

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

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

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

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

This text has shadow with #D9EFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EFE7 on black background.


Color preview on white background

This text has color #D9EFE7 on white background.



Black color preview on #D9EFE7 background

This text has black color on #D9EFE7 background.


White color preview on #D9EFE7 background

This text has white color on #D9EFE7 background.