COLOR #D9DFEF

HEX: #D9DFEF RGB: (217,223,239)

Color info

#D9DFEF contains red, green and blue colors in about the same proportion. Web safe color of #D9DFEF is #CCCCFF (or #CCF).

RGB color model

#D9DFEF color RGB value is (217,223,239).

RGB: (217,223,239) (85%, 87%, 94%)

RGB channels and saturation

R 217 of 255 = 85%
G 223 of 255 = 87%
B 239 of 255 = 94%

217
223
239

R + G + B ~ 89%. #D9DFEF is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 223 + 239 = 679 (100%)
R 217 of 679 ~ 31.96%
G 223 of 679 ~ 32.84%
B 239 of 679 ~ 35.2'%

%31.96
%32.84
%35.2

CMYK color model

#D9DFEF color CMYK value is (9,7,0,6).

  • cyan value is 9.21%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (9,7,0,6) C9M7Y0K6 (9%,7%,0%,6%) (0.09/0.07/0.00/0.06) 

CMYK percentages

%9.21
%6.69
%0
%6.27

Codes

Color #D9DFEF in popluar color models

D9 DF EF
RGB 217 223 239
HSL 224° 40.74% 89.41%
HSB/HSV 224° 9.21% 93.73%
CMYK 9.21% 6.69% 0.00%
6.27%

Color #D9DFEF in popluar number systems.

HEX D9 DF EF
Decimal 217 223 239
Binary 11011001 11011111 11101111
Octal 331 337 357

Shades and tints

Shades of #D9DFEF

#D9DFEF
(217,223,239)
#C6CBDA
(198,203,218)
#B3B7C5
(179,183,197)
#A0A3B0
(160,163,176)
#8D8F9B
(141,143,155)
#7A7B86
(122,123,134)
#676771
(103,103,113)
#54535C
(84,83,92)
#413F47
(65,63,71)
#2E2B32
(46,43,50)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #D9DFEF

#D9DFEF
(217,223,239)
#DCE1F0
(220,225,240)
#DFE3F1
(223,227,241)
#E2E5F2
(226,229,242)
#E5E7F3
(229,231,243)
#E8E9F4
(232,233,244)
#EBEBF5
(235,235,245)
#EEEDF6
(238,237,246)
#F1EFF7
(241,239,247)
#F4F1F8
(244,241,248)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DFEF; }

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

This text font color is #D9DFEF.

Background Color

.myBgColor { background-color: #D9DFEF; }

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

This div background color is #D9DFEF.

Border color

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

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

This div border color is #D9DFEF.

Opacity

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

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

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

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

This text has shadow with #D9DFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DFEF.

Preview

Color preview on black background

This text has color #D9DFEF on black background.


Color preview on white background

This text has color #D9DFEF on white background.


Black color preview on #D9DFEF background

This text has black color on #D9DFEF background.


White color preview on #D9DFEF background

This text has white color on #D9DFEF background.


Related colors

Complementary color

Complementary color for #hex is #262010.


I love getcolorcode.com

Triadic colors

1 #EFD9DF and #DFEFD9 with #D9DFEF are triadic colors.

2 #EFDFD9 and #DFD9EF with #D9DFEF are triadic colors.