COLOR #DBE2EF

HEX: #DBE2EF RGB: (219,226,239)

Color info

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

RGB color model

#DBE2EF color RGB value is (219,226,239).

RGB: (219,226,239) (86%, 89%, 94%)

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 239 of 255 = 94%

219
226
239

R + G + B ~ 90%. #DBE2EF is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 226 + 239 = 684 (100%)
R 219 of 684 ~ 32.02%
G 226 of 684 ~ 33.04%
B 239 of 684 ~ 34.94'%

%32.02
%33.04
%34.94

CMYK color model

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

  • cyan value is 8.37%
  • magenta value is 5.44%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (8,5,0,6) C8M5Y0K6 (8%,5%,0%,6%) (0.08/0.05/0.00/0.06) 

CMYK percentages

%8.37
%5.44
%0
%6.27

Codes

Color #DBE2EF in popluar color models

DB E2 EF
RGB 219 226 239
HSL 219° 38.46% 89.80%
HSB/HSV 219° 8.37% 93.73%
CMYK 8.37% 5.44% 0.00%
6.27%

Color #DBE2EF in popluar number systems.

HEX DB E2 EF
Decimal 219 226 239
Binary 11011011 11100010 11101111
Octal 333 342 357

Shades and tints

Shades of #DBE2EF

#DBE2EF
(219,226,239)
#C8CEDA
(200,206,218)
#B5BAC5
(181,186,197)
#A2A6B0
(162,166,176)
#8F929B
(143,146,155)
#7C7E86
(124,126,134)
#696A71
(105,106,113)
#56565C
(86,86,92)
#434247
(67,66,71)
#302E32
(48,46,50)
#1D1A1D
(29,26,29)
#000000
(0,0,0)

Tints of #DBE2EF

#DBE2EF
(219,226,239)
#DEE4F0
(222,228,240)
#E1E6F1
(225,230,241)
#E4E8F2
(228,232,242)
#E7EAF3
(231,234,243)
#EAECF4
(234,236,244)
#EDEEF5
(237,238,245)
#F0F0F6
(240,240,246)
#F3F2F7
(243,242,247)
#F6F4F8
(246,244,248)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2EF; }

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

This text font color is #DBE2EF.

Background Color

.myBgColor { background-color: #DBE2EF; }

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

This div background color is #DBE2EF.

Border color

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

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

This div border color is #DBE2EF.

Opacity

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

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

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

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

This text has shadow with #DBE2EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE2EF.

Preview

Color preview on black background

This text has color #DBE2EF on black background.


Color preview on white background

This text has color #DBE2EF on white background.


Black color preview on #DBE2EF background

This text has black color on #DBE2EF background.


White color preview on #DBE2EF background

This text has white color on #DBE2EF background.


Related colors

Complementary color

Complementary color for #hex is #241D10.


I love getcolorcode.com

Triadic colors

1 #EFDBE2 and #E2EFDB with #DBE2EF are triadic colors.

2 #EFE2DB and #E2DBEF with #DBE2EF are triadic colors.