COLOR #D9DBEF

HEX: #D9DBEF RGB: (217,219,239)

Color info

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

RGB color model

#D9DBEF color RGB value is (217,219,239).

RGB: (217,219,239) (85%, 86%, 94%)

RGB channels and saturation

R 217 of 255 = 85%
G 219 of 255 = 86%
B 239 of 255 = 94%

217
219
239

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

Portions of RGB colors in percentages

R + G + B = 217 + 219 + 239 = 675 (100%)
R 217 of 675 ~ 32.15%
G 219 of 675 ~ 32.44%
B 239 of 675 ~ 35.41'%

%32.15
%32.44
%35.41

CMYK color model

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

  • cyan value is 9.21%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (9,8,0,6)
C9M8Y0K6 (9%, 8%, 0%, 6%)
(0.09 / 0.08 / 0.00 / 0.06)

CMYK percentages

%9.21
%8.37
%0
%6.27

Codes

Color #D9DBEF in popluar color models

D9 DB EF
RGB 217 219 239
HSL 235° 40.74% 89.41%
HSB/HSV 235° 9.21% 93.73%
CMYK 9.21% 8.37% 0.00%
6.27%

Color #D9DBEF in popluar number systems.

HEX D9 DB EF
Decimal 217 219 239
Binary 11011001 11011011 11101111
Octal 331 333 357

Shades and tints

Shades of #D9DBEF

#D9DBEF
(217,219,239)
#C6C8DA
(198,200,218)
#B3B5C5
(179,181,197)
#A0A2B0
(160,162,176)
#8D8F9B
(141,143,155)
#7A7C86
(122,124,134)
#676971
(103,105,113)
#54565C
(84,86,92)
#414347
(65,67,71)
#2E3032
(46,48,50)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #D9DBEF

#D9DBEF
(217,219,239)
#DCDEF0
(220,222,240)
#DFE1F1
(223,225,241)
#E2E4F2
(226,228,242)
#E5E7F3
(229,231,243)
#E8EAF4
(232,234,244)
#EBEDF5
(235,237,245)
#EEF0F6
(238,240,246)
#F1F3F7
(241,243,247)
#F4F6F8
(244,246,248)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DBEF; }

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

This text font color is #D9DBEF.

Background Color

.myBgColor { background-color: #D9DBEF; }

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

This div background color is #D9DBEF.

Border color

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

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

This div border color is #D9DBEF.

Opacity

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

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

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

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

This text has shadow with #D9DBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DBEF.

Preview

Color preview on black background

This text has color #D9DBEF on black background.


Color preview on white background

This text has color #D9DBEF on white background.


Black color preview on #D9DBEF background

This text has black color on #D9DBEF background.


White color preview on #D9DBEF background

This text has white color on #D9DBEF background.


Related colors

Complementary color

Complementary color for #hex is #262410.


I love getcolorcode.com

Triadic colors

1 #EFD9DB and #DBEFD9 with #D9DBEF are triadic colors.

2 #EFDBD9 and #DBD9EF with #D9DBEF are triadic colors.