COLOR #D9EFF8

HEX: #D9EFF8
RGB: (217,239,248)

Color info

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

RGB color model

#D9EFF8 color RGB value is (217,239,248).

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

RGB channels and saturation

R 217 of 255 = 85%
G 239 of 255 = 94%
B 248 of 255 = 97%

217
239
248

R + G + B ~ 92%. #D9EFF8 is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 239 + 248 = 704 (100%)
R 217 of 704 ~ 30.82%
G 239 of 704 ~ 33.95%
B 248 of 704 ~ 35.23%

%30.82
%33.95
%35.23

CMYK color model

#D9EFF8 color CMYK value is (13,4,0,3).

  • cyan value is 12.50%
  • magenta value is 3.63%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(13,4,0,3)
C13M4Y0K3 
(13%,4%,0%,3%)
(0.13/0.04/0.00/0.03)	

CMYK percentages

%12.5
%3.63
%0
%2.75

Codes

Color #D9EFF8 in popluar color models

D9EFF8
RGB217239248
HSL197°68.89%91.18%
HSB/HSV197°12.50%97.25%
CMYK12.50%3.63%0.00%
2.75%

Color #D9EFF8 in popluar number systems.

HEXD9EFF8
Decimal217239248
Binary110110011110111111111000
Octal331357370

Shades and tints

Shades of #D9EFF8

#D9EFF8
(217,239,248)
#C6DAE2
(198,218,226)
#B3C5CC
(179,197,204)
#A0B0B6
(160,176,182)
#8D9BA0
(141,155,160)
#7A868A
(122,134,138)
#677174
(103,113,116)
#545C5E
(84,92,94)
#414748
(65,71,72)
#2E3232
(46,50,50)
#1B1D1C
(27,29,28)
#000000
(0,0,0)

Tints of #D9EFF8

#D9EFF8
(217,239,248)
#DCF0F8
(220,240,248)
#DFF1F8
(223,241,248)
#E2F2F8
(226,242,248)
#E5F3F8
(229,243,248)
#E8F4F8
(232,244,248)
#EBF5F8
(235,245,248)
#EEF6F8
(238,246,248)
#F1F7F8
(241,247,248)
#F4F8F8
(244,248,248)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EFF8; }

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

This text font color is #D9EFF8.


Background Color

.myBgColor { background-color: #D9EFF8; }

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

This div background color is #D9EFF8.


Border color

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

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

This div border color is #D9EFF8.


Opacity

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

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

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

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

This text has shadow with #D9EFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EFF8 on black background.


Color preview on white background

This text has color #D9EFF8 on white background.



Black color preview on #D9EFF8 background

This text has black color on #D9EFF8 background.


White color preview on #D9EFF8 background

This text has white color on #D9EFF8 background.