COLOR #DBE5F9

HEX: #DBE5F9
RGB: (219,229,249)

Color info

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

RGB color model

#DBE5F9 color RGB value is (219,229,249).

  • red value is 219;
  • green value is 229;
  • blue value is 249.
RGB:
(219,229,249)
(86%,90%,98%)

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 249 of 255 = 98%

219
229
249

R + G + B ~ 91%. #DBE5F9 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 229 + 249 = 697 (100%)
R 219 of 697 ~ 31.42%
G 229 of 697 ~ 32.86%
B 249 of 697 ~ 35.72%

%31.42
%32.86
%35.72

CMYK color model

#DBE5F9 color CMYK value is (12,8,0,2).

  • cyan value is 12.05%
  • magenta value is 8.03%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(12,8,0,2)
C12M8Y0K2 
(12%,8%,0%,2%)
(0.12/0.08/0.00/0.02)	

CMYK percentages

%12.05
%8.03
%0
%2.35

Codes

Color #DBE5F9 in popluar color models

DBE5F9
RGB219229249
HSL220°71.43%91.76%
HSB/HSV220°12.05%97.65%
CMYK12.05%8.03%0.00%
2.35%

Color #DBE5F9 in popluar number systems.

HEXDBE5F9
Decimal219229249
Binary110110111110010111111001
Octal333345371

Shades and tints

Shades of #DBE5F9

#DBE5F9
(219,229,249)
#C8D1E3
(200,209,227)
#B5BDCD
(181,189,205)
#A2A9B7
(162,169,183)
#8F95A1
(143,149,161)
#7C818B
(124,129,139)
#696D75
(105,109,117)
#56595F
(86,89,95)
#434549
(67,69,73)
#303133
(48,49,51)
#1D1D1D
(29,29,29)
#000000
(0,0,0)

Tints of #DBE5F9

#DBE5F9
(219,229,249)
#DEE7F9
(222,231,249)
#E1E9F9
(225,233,249)
#E4EBF9
(228,235,249)
#E7EDF9
(231,237,249)
#EAEFF9
(234,239,249)
#EDF1F9
(237,241,249)
#F0F3F9
(240,243,249)
#F3F5F9
(243,245,249)
#F6F7F9
(246,247,249)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE5F9 color. Also use rgb(219,229,249) instead hex code.

Text Font Color

.myTextColor { color: #DBE5F9; }

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

This text font color is #DBE5F9.


Background Color

.myBgColor { background-color: #DBE5F9; }

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

This div background color is #DBE5F9.


Border color

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

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

This div border color is #DBE5F9.


Opacity

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

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

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

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

This text has shadow with #DBE5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE5F9 on black background.


Color preview on white background

This text has color #DBE5F9 on white background.



Black color preview on #DBE5F9 background

This text has black color on #DBE5F9 background.


White color preview on #DBE5F9 background

This text has white color on #DBE5F9 background.