COLOR #DBE1EF

HEX: #DBE1EF
RGB: (219,225,239)

Color info

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

RGB color model

#DBE1EF color RGB value is (219,225,239).

  • red value is 219;
  • green value is 225;
  • blue value is 239.
RGB:
(219,225,239)
(86%,88%,94%)

RGB channels and saturation

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

219
225
239

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

Portions of RGB colors in percentages

R + G + B =
219 + 225 + 239 = 683 (100%)
R 219 of 683 ~ 32.06%
G 225 of 683 ~ 32.94%
B 239 of 683 ~ 34.99%

%32.06
%32.94
%34.99

CMYK color model

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

  • cyan value is 8.37%
  • magenta value is 5.86%
  • 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
%5.86
%0
%6.27

Codes

Color #DBE1EF in popluar color models

DBE1EF
RGB219225239
HSL222°38.46%89.80%
HSB/HSV222°8.37%93.73%
CMYK8.37%5.86%0.00%
6.27%

Color #DBE1EF in popluar number systems.

HEXDBE1EF
Decimal219225239
Binary110110111110000111101111
Octal333341357

Shades and tints

Shades of #DBE1EF

#DBE1EF
(219,225,239)
#C8CDDA
(200,205,218)
#B5B9C5
(181,185,197)
#A2A5B0
(162,165,176)
#8F919B
(143,145,155)
#7C7D86
(124,125,134)
#696971
(105,105,113)
#56555C
(86,85,92)
#434147
(67,65,71)
#302D32
(48,45,50)
#1D191D
(29,25,29)
#000000
(0,0,0)

Tints of #DBE1EF

#DBE1EF
(219,225,239)
#DEE3F0
(222,227,240)
#E1E5F1
(225,229,241)
#E4E7F2
(228,231,242)
#E7E9F3
(231,233,243)
#EAEBF4
(234,235,244)
#EDEDF5
(237,237,245)
#F0EFF6
(240,239,246)
#F3F1F7
(243,241,247)
#F6F3F8
(246,243,248)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE1EF; }

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

This text font color is #DBE1EF.


Background Color

.myBgColor { background-color: #DBE1EF; }

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

This div background color is #DBE1EF.


Border color

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

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

This div border color is #DBE1EF.


Opacity

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

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

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

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

This text has shadow with #DBE1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE1EF on black background.


Color preview on white background

This text has color #DBE1EF on white background.



Black color preview on #DBE1EF background

This text has black color on #DBE1EF background.


White color preview on #DBE1EF background

This text has white color on #DBE1EF background.