COLOR #D9EFF6

HEX: #D9EFF6 RGB: (217,239,246)

Color info

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

RGB color model

#D9EFF6 color RGB value is (217,239,246).

RGB: (217,239,246) (85%, 94%, 96%)

RGB channels and saturation

R 217 of 255 = 85%
G 239 of 255 = 94%
B 246 of 255 = 96%

217
239
246

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

Portions of RGB colors in percentages

R + G + B = 217 + 239 + 246 = 702 (100%)
R 217 of 702 ~ 30.91%
G 239 of 702 ~ 34.05%
B 246 of 702 ~ 35.04'%

%30.91
%34.05
%35.04

CMYK color model

#D9EFF6 color CMYK value is (12,3,0,4).

  • cyan value is 11.79%
  • magenta value is 2.85%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (12,3,0,4) C12M3Y0K4 (12%,3%,0%,4%) (0.12/0.03/0.00/0.04) 

CMYK percentages

%11.79
%2.85
%0
%3.53

Codes

Color #D9EFF6 in popluar color models

D9 EF F6
RGB 217 239 246
HSL 194° 61.70% 90.78%
HSB/HSV 194° 11.79% 96.47%
CMYK 11.79% 2.85% 0.00%
3.53%

Color #D9EFF6 in popluar number systems.

HEX D9 EF F6
Decimal 217 239 246
Binary 11011001 11101111 11110110
Octal 331 357 366

Shades and tints

Shades of #D9EFF6

#D9EFF6
(217,239,246)
#C6DAE0
(198,218,224)
#B3C5CA
(179,197,202)
#A0B0B4
(160,176,180)
#8D9B9E
(141,155,158)
#7A8688
(122,134,136)
#677172
(103,113,114)
#545C5C
(84,92,92)
#414746
(65,71,70)
#2E3230
(46,50,48)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #D9EFF6

#D9EFF6
(217,239,246)
#DCF0F6
(220,240,246)
#DFF1F6
(223,241,246)
#E2F2F6
(226,242,246)
#E5F3F6
(229,243,246)
#E8F4F6
(232,244,246)
#EBF5F6
(235,245,246)
#EEF6F6
(238,246,246)
#F1F7F6
(241,247,246)
#F4F8F6
(244,248,246)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EFF6; }

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

This text font color is #D9EFF6.

Background Color

.myBgColor { background-color: #D9EFF6; }

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

This div background color is #D9EFF6.

Border color

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

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

This div border color is #D9EFF6.

Opacity

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

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

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

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

This text has shadow with #D9EFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EFF6.

Preview

Color preview on black background

This text has color #D9EFF6 on black background.


Color preview on white background

This text has color #D9EFF6 on white background.


Black color preview on #D9EFF6 background

This text has black color on #D9EFF6 background.


White color preview on #D9EFF6 background

This text has white color on #D9EFF6 background.


Related colors

Complementary color

Complementary color for #hex is #261009.


I love getcolorcode.com

Triadic colors

1 #F6D9EF and #EFF6D9 with #D9EFF6 are triadic colors.

2 #F6EFD9 and #EFD9F6 with #D9EFF6 are triadic colors.