COLOR #DBF0F8

HEX: #DBF0F8
RGB: (219,240,248)

Color info

#DBF0F8 contains red, green and blue colors in about the same proportion. Web safe color of #DBF0F8 is #CCFFFF (or #CFF).

RGB color model

#DBF0F8 color RGB value is (219,240,248).

  • red value is 219;
  • green value is 240;
  • blue value is 248.
RGB:
(219,240,248)
(86%,94%,97%)

RGB channels and saturation

R 219 of 255 = 86%
G 240 of 255 = 94%
B 248 of 255 = 97%

219
240
248

R + G + B ~ 92%. #DBF0F8 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 240 + 248 = 707 (100%)
R 219 of 707 ~ 30.98%
G 240 of 707 ~ 33.95%
B 248 of 707 ~ 35.08%

%30.98
%33.95
%35.08

CMYK color model

#DBF0F8 color CMYK value is (12,3,0,3).

  • cyan value is 11.69%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(12,3,0,3)
C12M3Y0K3 
(12%,3%,0%,3%)
(0.12/0.03/0.00/0.03)	

CMYK percentages

%11.69
%3.23
%0
%2.75

Codes

Color #DBF0F8 in popluar color models

DBF0F8
RGB219240248
HSL197°67.44%91.57%
HSB/HSV197°11.69%97.25%
CMYK11.69%3.23%0.00%
2.75%

Color #DBF0F8 in popluar number systems.

HEXDBF0F8
Decimal219240248
Binary110110111111000011111000
Octal333360370

Shades and tints

Shades of #DBF0F8

#DBF0F8
(219,240,248)
#C8DBE2
(200,219,226)
#B5C6CC
(181,198,204)
#A2B1B6
(162,177,182)
#8F9CA0
(143,156,160)
#7C878A
(124,135,138)
#697274
(105,114,116)
#565D5E
(86,93,94)
#434848
(67,72,72)
#303332
(48,51,50)
#1D1E1C
(29,30,28)
#000000
(0,0,0)

Tints of #DBF0F8

#DBF0F8
(219,240,248)
#DEF1F8
(222,241,248)
#E1F2F8
(225,242,248)
#E4F3F8
(228,243,248)
#E7F4F8
(231,244,248)
#EAF5F8
(234,245,248)
#EDF6F8
(237,246,248)
#F0F7F8
(240,247,248)
#F3F8F8
(243,248,248)
#F6F9F8
(246,249,248)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF0F8 color. Also use rgb(219,240,248) instead hex code.

Text Font Color

.myTextColor { color: #DBF0F8; }

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

This text font color is #DBF0F8.


Background Color

.myBgColor { background-color: #DBF0F8; }

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

This div background color is #DBF0F8.


Border color

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

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

This div border color is #DBF0F8.


Opacity

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

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

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

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

This text has shadow with #DBF0F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF0F8 on black background.


Color preview on white background

This text has color #DBF0F8 on white background.



Black color preview on #DBF0F8 background

This text has black color on #DBF0F8 background.


White color preview on #DBF0F8 background

This text has white color on #DBF0F8 background.