COLOR #D9DDEC

HEX: #D9DDEC
RGB: (217,221,236)

Color info

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

RGB color model

#D9DDEC color RGB value is (217,221,236).

  • red value is 217;
  • green value is 221;
  • blue value is 236.
RGB:
(217,221,236)
(85%,87%,93%)

RGB channels and saturation

R 217 of 255 = 85%
G 221 of 255 = 87%
B 236 of 255 = 93%

217
221
236

R + G + B ~ 88%. #D9DDEC is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 221 + 236 = 674 (100%)
R 217 of 674 ~ 32.2%
G 221 of 674 ~ 32.79%
B 236 of 674 ~ 35.01%

%32.2
%32.79
%35.01

CMYK color model

#D9DDEC color CMYK value is (8,6,0,7).

  • cyan value is 8.05%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(8,6,0,7)
C8M6Y0K7 
(8%,6%,0%,7%)
(0.08/0.06/0.00/0.07)	

CMYK percentages

%8.05
%6.36
%0
%7.45

Codes

Color #D9DDEC in popluar color models

D9DDEC
RGB217221236
HSL227°33.33%88.82%
HSB/HSV227°8.05%92.55%
CMYK8.05%6.36%0.00%
7.45%

Color #D9DDEC in popluar number systems.

HEXD9DDEC
Decimal217221236
Binary110110011101110111101100
Octal331335354

Shades and tints

Shades of #D9DDEC

#D9DDEC
(217,221,236)
#C6C9D7
(198,201,215)
#B3B5C2
(179,181,194)
#A0A1AD
(160,161,173)
#8D8D98
(141,141,152)
#7A7983
(122,121,131)
#67656E
(103,101,110)
#545159
(84,81,89)
#413D44
(65,61,68)
#2E292F
(46,41,47)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #D9DDEC

#D9DDEC
(217,221,236)
#DCE0ED
(220,224,237)
#DFE3EE
(223,227,238)
#E2E6EF
(226,230,239)
#E5E9F0
(229,233,240)
#E8ECF1
(232,236,241)
#EBEFF2
(235,239,242)
#EEF2F3
(238,242,243)
#F1F5F4
(241,245,244)
#F4F8F5
(244,248,245)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DDEC color. Also use rgb(217,221,236) instead hex code.

Text Font Color

.myTextColor { color: #D9DDEC; }

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

This text font color is #D9DDEC.


Background Color

.myBgColor { background-color: #D9DDEC; }

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

This div background color is #D9DDEC.


Border color

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

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

This div border color is #D9DDEC.


Opacity

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

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

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

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

This text has shadow with #D9DDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DDEC on black background.


Color preview on white background

This text has color #D9DDEC on white background.



Black color preview on #D9DDEC background

This text has black color on #D9DDEC background.


White color preview on #D9DDEC background

This text has white color on #D9DDEC background.