COLOR #D9EFFF

HEX: #D9EFFF RGB: (217,239,255)

Color info

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

RGB color model

#D9EFFF color RGB value is (217,239,255).

RGB: (217,239,255) (85%, 94%, 100%)

RGB channels and saturation

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

217
239
255

R + G + B ~ 93%. #D9EFFF is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 239 + 255 = 711 (100%)
R 217 of 711 ~ 30.52%
G 239 of 711 ~ 33.61%
B 255 of 711 ~ 35.86'%

%30.52
%33.61
%35.86

CMYK color model

#D9EFFF color CMYK value is (15,6,0,0).

  • cyan value is 14.90%
  • magenta value is 6.27%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (15,6,0,0)
C15M6Y0K0 (15%, 6%, 0%, 0%)
(0.15 / 0.06 / 0.00 / 0.00)

CMYK percentages

%14.9
%6.27
%0
%0

Codes

Color #D9EFFF in popluar color models

D9 EF FF
RGB 217 239 255
HSL 205° 100.00% 92.55%
HSB/HSV 205° 14.90% 100.00%
CMYK 14.90% 6.27% 0.00%
0.00%

Color #D9EFFF in popluar number systems.

HEX D9 EF FF
Decimal 217 239 255
Binary 11011001 11101111 11111111
Octal 331 357 377

Shades and tints

Shades of #D9EFFF

#D9EFFF
(217,239,255)
#C6DAE8
(198,218,232)
#B3C5D1
(179,197,209)
#A0B0BA
(160,176,186)
#8D9BA3
(141,155,163)
#7A868C
(122,134,140)
#677175
(103,113,117)
#545C5E
(84,92,94)
#414747
(65,71,71)
#2E3230
(46,50,48)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #D9EFFF

#D9EFFF
(217,239,255)
#DCF0FF
(220,240,255)
#DFF1FF
(223,241,255)
#E2F2FF
(226,242,255)
#E5F3FF
(229,243,255)
#E8F4FF
(232,244,255)
#EBF5FF
(235,245,255)
#EEF6FF
(238,246,255)
#F1F7FF
(241,247,255)
#F4F8FF
(244,248,255)
#F7F9FF
(247,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EFFF; }

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

This text font color is #D9EFFF.

Background Color

.myBgColor { background-color: #D9EFFF; }

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

This div background color is #D9EFFF.

Border color

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

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

This div border color is #D9EFFF.

Opacity

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

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

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

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

This text has shadow with #D9EFFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EFFF.

Preview

Color preview on black background

This text has color #D9EFFF on black background.


Color preview on white background

This text has color #D9EFFF on white background.


Black color preview on #D9EFFF background

This text has black color on #D9EFFF background.


White color preview on #D9EFFF background

This text has white color on #D9EFFF background.


Related colors

Complementary color

Complementary color for #hex is #261000.


I love getcolorcode.com

Triadic colors

1 #FFD9EF and #EFFFD9 with #D9EFFF are triadic colors.

2 #FFEFD9 and #EFD9FF with #D9EFFF are triadic colors.