COLOR #DBDFE9

HEX: #DBDFE9 RGB: (219,223,233)

Color info

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

RGB color model

#DBDFE9 color RGB value is (219,223,233).

RGB: (219,223,233) (86%, 87%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 223 of 255 = 87%
B 233 of 255 = 91%

219
223
233

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

Portions of RGB colors in percentages

R + G + B = 219 + 223 + 233 = 675 (100%)
R 219 of 675 ~ 32.44%
G 223 of 675 ~ 33.04%
B 233 of 675 ~ 34.52'%

%32.44
%33.04
%34.52

CMYK color model

#DBDFE9 color CMYK value is (6,4,0,9).

  • cyan value is 6.01%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (6,4,0,9)
C6M4Y0K9 (6%, 4%, 0%, 9%)
(0.06 / 0.04 / 0.00 / 0.09)

CMYK percentages

%6.01
%4.29
%0
%8.63

Codes

Color #DBDFE9 in popluar color models

DB DF E9
RGB 219 223 233
HSL 223° 24.14% 88.63%
HSB/HSV 223° 6.01% 91.37%
CMYK 6.01% 4.29% 0.00%
8.63%

Color #DBDFE9 in popluar number systems.

HEX DB DF E9
Decimal 219 223 233
Binary 11011011 11011111 11101001
Octal 333 337 351

Shades and tints

Shades of #DBDFE9

#DBDFE9
(219,223,233)
#C8CBD4
(200,203,212)
#B5B7BF
(181,183,191)
#A2A3AA
(162,163,170)
#8F8F95
(143,143,149)
#7C7B80
(124,123,128)
#69676B
(105,103,107)
#565356
(86,83,86)
#433F41
(67,63,65)
#302B2C
(48,43,44)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #DBDFE9

#DBDFE9
(219,223,233)
#DEE1EB
(222,225,235)
#E1E3ED
(225,227,237)
#E4E5EF
(228,229,239)
#E7E7F1
(231,231,241)
#EAE9F3
(234,233,243)
#EDEBF5
(237,235,245)
#F0EDF7
(240,237,247)
#F3EFF9
(243,239,249)
#F6F1FB
(246,241,251)
#F9F3FD
(249,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBDFE9 color. Also use rgb(219,223,233) instead hex code.

Text Font Color

.myTextColor { color: #DBDFE9; }

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

This text font color is #DBDFE9.

Background Color

.myBgColor { background-color: #DBDFE9; }

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

This div background color is #DBDFE9.

Border color

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

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

This div border color is #DBDFE9.

Opacity

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

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

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

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

This text has shadow with #DBDFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDFE9.

Preview

Color preview on black background

This text has color #DBDFE9 on black background.


Color preview on white background

This text has color #DBDFE9 on white background.


Black color preview on #DBDFE9 background

This text has black color on #DBDFE9 background.


White color preview on #DBDFE9 background

This text has white color on #DBDFE9 background.


Related colors

Complementary color

Complementary color for #hex is #242016.


I love getcolorcode.com

Triadic colors

1 #E9DBDF and #DFE9DB with #DBDFE9 are triadic colors.

2 #E9DFDB and #DFDBE9 with #DBDFE9 are triadic colors.