COLOR #D9DCEB

HEX: #D9DCEB
RGB: (217,220,235)

Color info

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

RGB color model

#D9DCEB color RGB value is (217,220,235).

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

RGB channels and saturation

R 217 of 255 = 85%
G 220 of 255 = 86%
B 235 of 255 = 92%

217
220
235

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

Portions of RGB colors in percentages

R + G + B =
217 + 220 + 235 = 672 (100%)
R 217 of 672 ~ 32.29%
G 220 of 672 ~ 32.74%
B 235 of 672 ~ 34.97%

%32.29
%32.74
%34.97

CMYK color model

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

  • cyan value is 7.66%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,6,0,8)
C8M6Y0K8 
(8%,6%,0%,8%)
(0.08/0.06/0.00/0.08)	

CMYK percentages

%7.66
%6.38
%0
%7.84

Codes

Color #D9DCEB in popluar color models

D9DCEB
RGB217220235
HSL230°31.03%88.63%
HSB/HSV230°7.66%92.16%
CMYK7.66%6.38%0.00%
7.84%

Color #D9DCEB in popluar number systems.

HEXD9DCEB
Decimal217220235
Binary110110011101110011101011
Octal331334353

Shades and tints

Shades of #D9DCEB

#D9DCEB
(217,220,235)
#C6C8D6
(198,200,214)
#B3B4C1
(179,180,193)
#A0A0AC
(160,160,172)
#8D8C97
(141,140,151)
#7A7882
(122,120,130)
#67646D
(103,100,109)
#545058
(84,80,88)
#413C43
(65,60,67)
#2E282E
(46,40,46)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #D9DCEB

#D9DCEB
(217,220,235)
#DCDFEC
(220,223,236)
#DFE2ED
(223,226,237)
#E2E5EE
(226,229,238)
#E5E8EF
(229,232,239)
#E8EBF0
(232,235,240)
#EBEEF1
(235,238,241)
#EEF1F2
(238,241,242)
#F1F4F3
(241,244,243)
#F4F7F4
(244,247,244)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DCEB; }

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

This text font color is #D9DCEB.


Background Color

.myBgColor { background-color: #D9DCEB; }

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

This div background color is #D9DCEB.


Border color

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

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

This div border color is #D9DCEB.


Opacity

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

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

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

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

This text has shadow with #D9DCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DCEB on black background.


Color preview on white background

This text has color #D9DCEB on white background.



Black color preview on #D9DCEB background

This text has black color on #D9DCEB background.


White color preview on #D9DCEB background

This text has white color on #D9DCEB background.