COLOR #DBE6EF

HEX: #DBE6EF
RGB: (219,230,239)

Color info

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

RGB color model

#DBE6EF color RGB value is (219,230,239).

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

RGB channels and saturation

R 219 of 255 = 86%
G 230 of 255 = 90%
B 239 of 255 = 94%

219
230
239

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

Portions of RGB colors in percentages

R + G + B =
219 + 230 + 239 = 688 (100%)
R 219 of 688 ~ 31.83%
G 230 of 688 ~ 33.43%
B 239 of 688 ~ 34.74%

%31.83
%33.43
%34.74

CMYK color model

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

  • cyan value is 8.37%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,4,0,6)
C8M4Y0K6 
(8%,4%,0%,6%)
(0.08/0.04/0.00/0.06)	

CMYK percentages

%8.37
%3.77
%0
%6.27

Codes

Color #DBE6EF in popluar color models

DBE6EF
RGB219230239
HSL207°38.46%89.80%
HSB/HSV207°8.37%93.73%
CMYK8.37%3.77%0.00%
6.27%

Color #DBE6EF in popluar number systems.

HEXDBE6EF
Decimal219230239
Binary110110111110011011101111
Octal333346357

Shades and tints

Shades of #DBE6EF

#DBE6EF
(219,230,239)
#C8D2DA
(200,210,218)
#B5BEC5
(181,190,197)
#A2AAB0
(162,170,176)
#8F969B
(143,150,155)
#7C8286
(124,130,134)
#696E71
(105,110,113)
#565A5C
(86,90,92)
#434647
(67,70,71)
#303232
(48,50,50)
#1D1E1D
(29,30,29)
#000000
(0,0,0)

Tints of #DBE6EF

#DBE6EF
(219,230,239)
#DEE8F0
(222,232,240)
#E1EAF1
(225,234,241)
#E4ECF2
(228,236,242)
#E7EEF3
(231,238,243)
#EAF0F4
(234,240,244)
#EDF2F5
(237,242,245)
#F0F4F6
(240,244,246)
#F3F6F7
(243,246,247)
#F6F8F8
(246,248,248)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE6EF; }

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

This text font color is #DBE6EF.


Background Color

.myBgColor { background-color: #DBE6EF; }

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

This div background color is #DBE6EF.


Border color

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

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

This div border color is #DBE6EF.


Opacity

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

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

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

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

This text has shadow with #DBE6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE6EF on black background.


Color preview on white background

This text has color #DBE6EF on white background.



Black color preview on #DBE6EF background

This text has black color on #DBE6EF background.


White color preview on #DBE6EF background

This text has white color on #DBE6EF background.