COLOR #DBE6DF

HEX: #DBE6DF RGB: (219,230,223)

Color info

#DBE6DF contains red, green and blue colors in about the same proportion. Web safe color of #DBE6DF is #CCCCCC (or #CCC).

RGB color model

#DBE6DF color RGB value is (219,230,223).

RGB: (219,230,223) (86%, 90%, 87%)

RGB channels and saturation

R 219 of 255 = 86%
G 230 of 255 = 90%
B 223 of 255 = 87%

219
230
223

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

Portions of RGB colors in percentages

R + G + B = 219 + 230 + 223 = 672 (100%)
R 219 of 672 ~ 32.59%
G 230 of 672 ~ 34.23%
B 223 of 672 ~ 33.18'%

%32.59
%34.23
%33.18

CMYK color model

#DBE6DF color CMYK value is (5,0,3,10).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 3.04%
  • key color value is 9.80%
CMYK: (5,0,3,10) C5M0Y3K10 (5%,0%,3%,10%) (0.05/0.00/0.03/0.10) 

CMYK percentages

%4.78
%0
%3.04
%9.8

Codes

Color #DBE6DF in popluar color models

DB E6 DF
RGB 219 230 223
HSL 142° 18.03% 88.04%
HSB/HSV 142° 4.78% 90.20%
CMYK 4.78% 0.00% 3.04%
9.80%

Color #DBE6DF in popluar number systems.

HEX DB E6 DF
Decimal 219 230 223
Binary 11011011 11100110 11011111
Octal 333 346 337

Shades and tints

Shades of #DBE6DF

#DBE6DF
(219,230,223)
#C8D2CB
(200,210,203)
#B5BEB7
(181,190,183)
#A2AAA3
(162,170,163)
#8F968F
(143,150,143)
#7C827B
(124,130,123)
#696E67
(105,110,103)
#565A53
(86,90,83)
#43463F
(67,70,63)
#30322B
(48,50,43)
#1D1E17
(29,30,23)
#000000
(0,0,0)

Tints of #DBE6DF

#DBE6DF
(219,230,223)
#DEE8E1
(222,232,225)
#E1EAE3
(225,234,227)
#E4ECE5
(228,236,229)
#E7EEE7
(231,238,231)
#EAF0E9
(234,240,233)
#EDF2EB
(237,242,235)
#F0F4ED
(240,244,237)
#F3F6EF
(243,246,239)
#F6F8F1
(246,248,241)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE6DF; }

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

This text font color is #DBE6DF.

Background Color

.myBgColor { background-color: #DBE6DF; }

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

This div background color is #DBE6DF.

Border color

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

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

This div border color is #DBE6DF.

Opacity

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

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

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

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

This text has shadow with #DBE6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE6DF.

Preview

Color preview on black background

This text has color #DBE6DF on black background.


Color preview on white background

This text has color #DBE6DF on white background.


Black color preview on #DBE6DF background

This text has black color on #DBE6DF background.


White color preview on #DBE6DF background

This text has white color on #DBE6DF background.


Related colors

Complementary color

Complementary color for #hex is #241920.


I love getcolorcode.com

Triadic colors

1 #DFDBE6 and #E6DFDB with #DBE6DF are triadic colors.

2 #DFE6DB and #E6DBDF with #DBE6DF are triadic colors.