COLOR #DBF8FD

HEX: #DBF8FD
RGB: (219,248,253)

Color info

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

RGB color model

#DBF8FD color RGB value is (219,248,253).

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

RGB channels and saturation

R 219 of 255 = 86%
G 248 of 255 = 97%
B 253 of 255 = 99%

219
248
253

R + G + B ~ 94%. #DBF8FD is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 248 + 253 = 720 (100%)
R 219 of 720 ~ 30.42%
G 248 of 720 ~ 34.44%
B 253 of 720 ~ 35.14%

%30.42
%34.44
%35.14

CMYK color model

#DBF8FD color CMYK value is (13,2,0,1).

  • cyan value is 13.44%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(13,2,0,1)
C13M2Y0K1 
(13%,2%,0%,1%)
(0.13/0.02/0.00/0.01)	

CMYK percentages

%13.44
%1.98
%0
%0.78

Codes

Color #DBF8FD in popluar color models

DBF8FD
RGB219248253
HSL189°89.47%92.55%
HSB/HSV189°13.44%99.22%
CMYK13.44%1.98%0.00%
0.78%

Color #DBF8FD in popluar number systems.

HEXDBF8FD
Decimal219248253
Binary110110111111100011111101
Octal333370375

Shades and tints

Shades of #DBF8FD

#DBF8FD
(219,248,253)
#C8E2E6
(200,226,230)
#B5CCCF
(181,204,207)
#A2B6B8
(162,182,184)
#8FA0A1
(143,160,161)
#7C8A8A
(124,138,138)
#697473
(105,116,115)
#565E5C
(86,94,92)
#434845
(67,72,69)
#30322E
(48,50,46)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #DBF8FD

#DBF8FD
(219,248,253)
#DEF8FD
(222,248,253)
#E1F8FD
(225,248,253)
#E4F8FD
(228,248,253)
#E7F8FD
(231,248,253)
#EAF8FD
(234,248,253)
#EDF8FD
(237,248,253)
#F0F8FD
(240,248,253)
#F3F8FD
(243,248,253)
#F6F8FD
(246,248,253)
#F9F8FD
(249,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF8FD; }

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

This text font color is #DBF8FD.


Background Color

.myBgColor { background-color: #DBF8FD; }

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

This div background color is #DBF8FD.


Border color

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

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

This div border color is #DBF8FD.


Opacity

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

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

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

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

This text has shadow with #DBF8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF8FD on black background.


Color preview on white background

This text has color #DBF8FD on white background.



Black color preview on #DBF8FD background

This text has black color on #DBF8FD background.


White color preview on #DBF8FD background

This text has white color on #DBF8FD background.