COLOR #DBE0EF

HEX: #DBE0EF RGB: (219,224,239)

Color info

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

RGB color model

#DBE0EF color RGB value is (219,224,239).

RGB: (219,224,239) (86%, 88%, 94%)

RGB channels and saturation

R 219 of 255 = 86%
G 224 of 255 = 88%
B 239 of 255 = 94%

219
224
239

R + G + B ~ 89%. #DBE0EF is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 224 + 239 = 682 (100%)
R 219 of 682 ~ 32.11%
G 224 of 682 ~ 32.84%
B 239 of 682 ~ 35.04'%

%32.11
%32.84
%35.04

CMYK color model

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

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

CMYK: (8,6,0,6)
C8M6Y0K6 (8%, 6%, 0%, 6%)
(0.08 / 0.06 / 0.00 / 0.06)

CMYK percentages

%8.37
%6.28
%0
%6.27

Codes

Color #DBE0EF in popluar color models

DB E0 EF
RGB 219 224 239
HSL 225° 38.46% 89.80%
HSB/HSV 225° 8.37% 93.73%
CMYK 8.37% 6.28% 0.00%
6.27%

Color #DBE0EF in popluar number systems.

HEX DB E0 EF
Decimal 219 224 239
Binary 11011011 11100000 11101111
Octal 333 340 357

Shades and tints

Shades of #DBE0EF

#DBE0EF
(219,224,239)
#C8CCDA
(200,204,218)
#B5B8C5
(181,184,197)
#A2A4B0
(162,164,176)
#8F909B
(143,144,155)
#7C7C86
(124,124,134)
#696871
(105,104,113)
#56545C
(86,84,92)
#434047
(67,64,71)
#302C32
(48,44,50)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #DBE0EF

#DBE0EF
(219,224,239)
#DEE2F0
(222,226,240)
#E1E4F1
(225,228,241)
#E4E6F2
(228,230,242)
#E7E8F3
(231,232,243)
#EAEAF4
(234,234,244)
#EDECF5
(237,236,245)
#F0EEF6
(240,238,246)
#F3F0F7
(243,240,247)
#F6F2F8
(246,242,248)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE0EF; }

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

This text font color is #DBE0EF.

Background Color

.myBgColor { background-color: #DBE0EF; }

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

This div background color is #DBE0EF.

Border color

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

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

This div border color is #DBE0EF.

Opacity

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

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

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

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

This text has shadow with #DBE0EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE0EF.

Preview

Color preview on black background

This text has color #DBE0EF on black background.


Color preview on white background

This text has color #DBE0EF on white background.


Black color preview on #DBE0EF background

This text has black color on #DBE0EF background.


White color preview on #DBE0EF background

This text has white color on #DBE0EF background.


Related colors

Complementary color

Complementary color for #hex is #241F10.


I love getcolorcode.com

Triadic colors

1 #EFDBE0 and #E0EFDB with #DBE0EF are triadic colors.

2 #EFE0DB and #E0DBEF with #DBE0EF are triadic colors.