COLOR #D9DFEB

HEX: #D9DFEB
RGB: (217,223,235)

Color info

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

RGB color model

#D9DFEB color RGB value is (217,223,235).

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

RGB channels and saturation

R 217 of 255 = 85%
G 223 of 255 = 87%
B 235 of 255 = 92%

217
223
235

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

Portions of RGB colors in percentages

R + G + B =
217 + 223 + 235 = 675 (100%)
R 217 of 675 ~ 32.15%
G 223 of 675 ~ 33.04%
B 235 of 675 ~ 34.81%

%32.15
%33.04
%34.81

CMYK color model

#D9DFEB color CMYK value is (8,5,0,8).

  • cyan value is 7.66%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,5,0,8)
C8M5Y0K8 
(8%,5%,0%,8%)
(0.08/0.05/0.00/0.08)	

CMYK percentages

%7.66
%5.11
%0
%7.84

Codes

Color #D9DFEB in popluar color models

D9DFEB
RGB217223235
HSL220°31.03%88.63%
HSB/HSV220°7.66%92.16%
CMYK7.66%5.11%0.00%
7.84%

Color #D9DFEB in popluar number systems.

HEXD9DFEB
Decimal217223235
Binary110110011101111111101011
Octal331337353

Shades and tints

Shades of #D9DFEB

#D9DFEB
(217,223,235)
#C6CBD6
(198,203,214)
#B3B7C1
(179,183,193)
#A0A3AC
(160,163,172)
#8D8F97
(141,143,151)
#7A7B82
(122,123,130)
#67676D
(103,103,109)
#545358
(84,83,88)
#413F43
(65,63,67)
#2E2B2E
(46,43,46)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #D9DFEB

#D9DFEB
(217,223,235)
#DCE1EC
(220,225,236)
#DFE3ED
(223,227,237)
#E2E5EE
(226,229,238)
#E5E7EF
(229,231,239)
#E8E9F0
(232,233,240)
#EBEBF1
(235,235,241)
#EEEDF2
(238,237,242)
#F1EFF3
(241,239,243)
#F4F1F4
(244,241,244)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DFEB; }

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

This text font color is #D9DFEB.


Background Color

.myBgColor { background-color: #D9DFEB; }

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

This div background color is #D9DFEB.


Border color

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

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

This div border color is #D9DFEB.


Opacity

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

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

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

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

This text has shadow with #D9DFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DFEB on black background.


Color preview on white background

This text has color #D9DFEB on white background.



Black color preview on #D9DFEB background

This text has black color on #D9DFEB background.


White color preview on #D9DFEB background

This text has white color on #D9DFEB background.