COLOR #D9DCEE

HEX: #D9DCEE
RGB: (217,220,238)

Color info

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

RGB color model

#D9DCEE color RGB value is (217,220,238).

  • red value is 217;
  • green value is 220;
  • blue value is 238.
RGB:
(217,220,238)
(85%,86%,93%)

RGB channels and saturation

R 217 of 255 = 85%
G 220 of 255 = 86%
B 238 of 255 = 93%

217
220
238

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

Portions of RGB colors in percentages

R + G + B =
217 + 220 + 238 = 675 (100%)
R 217 of 675 ~ 32.15%
G 220 of 675 ~ 32.59%
B 238 of 675 ~ 35.26%

%32.15
%32.59
%35.26

CMYK color model

#D9DCEE color CMYK value is (9,8,0,7).

  • cyan value is 8.82%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(9,8,0,7)
C9M8Y0K7 
(9%,8%,0%,7%)
(0.09/0.08/0.00/0.07)	

CMYK percentages

%8.82
%7.56
%0
%6.67

Codes

Color #D9DCEE in popluar color models

D9DCEE
RGB217220238
HSL231°38.18%89.22%
HSB/HSV231°8.82%93.33%
CMYK8.82%7.56%0.00%
6.67%

Color #D9DCEE in popluar number systems.

HEXD9DCEE
Decimal217220238
Binary110110011101110011101110
Octal331334356

Shades and tints

Shades of #D9DCEE

#D9DCEE
(217,220,238)
#C6C8D9
(198,200,217)
#B3B4C4
(179,180,196)
#A0A0AF
(160,160,175)
#8D8C9A
(141,140,154)
#7A7885
(122,120,133)
#676470
(103,100,112)
#54505B
(84,80,91)
#413C46
(65,60,70)
#2E2831
(46,40,49)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #D9DCEE

#D9DCEE
(217,220,238)
#DCDFEF
(220,223,239)
#DFE2F0
(223,226,240)
#E2E5F1
(226,229,241)
#E5E8F2
(229,232,242)
#E8EBF3
(232,235,243)
#EBEEF4
(235,238,244)
#EEF1F5
(238,241,245)
#F1F4F6
(241,244,246)
#F4F7F7
(244,247,247)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DCEE color. Also use rgb(217,220,238) instead hex code.

Text Font Color

.myTextColor { color: #D9DCEE; }

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

This text font color is #D9DCEE.


Background Color

.myBgColor { background-color: #D9DCEE; }

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

This div background color is #D9DCEE.


Border color

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

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

This div border color is #D9DCEE.


Opacity

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

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

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

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

This text has shadow with #D9DCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DCEE on black background.


Color preview on white background

This text has color #D9DCEE on white background.



Black color preview on #D9DCEE background

This text has black color on #D9DCEE background.


White color preview on #D9DCEE background

This text has white color on #D9DCEE background.