COLOR #DBF5FD

HEX: #DBF5FD
RGB: (219,245,253)

Color info

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

RGB color model

#DBF5FD color RGB value is (219,245,253).

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

RGB channels and saturation

R 219 of 255 = 86%
G 245 of 255 = 96%
B 253 of 255 = 99%

219
245
253

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

Portions of RGB colors in percentages

R + G + B =
219 + 245 + 253 = 717 (100%)
R 219 of 717 ~ 30.54%
G 245 of 717 ~ 34.17%
B 253 of 717 ~ 35.29%

%30.54
%34.17
%35.29

CMYK color model

#DBF5FD color CMYK value is (13,3,0,1).

  • cyan value is 13.44%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(13,3,0,1)
C13M3Y0K1 
(13%,3%,0%,1%)
(0.13/0.03/0.00/0.01)	

CMYK percentages

%13.44
%3.16
%0
%0.78

Codes

Color #DBF5FD in popluar color models

DBF5FD
RGB219245253
HSL194°89.47%92.55%
HSB/HSV194°13.44%99.22%
CMYK13.44%3.16%0.00%
0.78%

Color #DBF5FD in popluar number systems.

HEXDBF5FD
Decimal219245253
Binary110110111111010111111101
Octal333365375

Shades and tints

Shades of #DBF5FD

#DBF5FD
(219,245,253)
#C8DFE6
(200,223,230)
#B5C9CF
(181,201,207)
#A2B3B8
(162,179,184)
#8F9DA1
(143,157,161)
#7C878A
(124,135,138)
#697173
(105,113,115)
#565B5C
(86,91,92)
#434545
(67,69,69)
#302F2E
(48,47,46)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #DBF5FD

#DBF5FD
(219,245,253)
#DEF5FD
(222,245,253)
#E1F5FD
(225,245,253)
#E4F5FD
(228,245,253)
#E7F5FD
(231,245,253)
#EAF5FD
(234,245,253)
#EDF5FD
(237,245,253)
#F0F5FD
(240,245,253)
#F3F5FD
(243,245,253)
#F6F5FD
(246,245,253)
#F9F5FD
(249,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF5FD; }

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

This text font color is #DBF5FD.


Background Color

.myBgColor { background-color: #DBF5FD; }

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

This div background color is #DBF5FD.


Border color

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

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

This div border color is #DBF5FD.


Opacity

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

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

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

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

This text has shadow with #DBF5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF5FD on black background.


Color preview on white background

This text has color #DBF5FD on white background.



Black color preview on #DBF5FD background

This text has black color on #DBF5FD background.


White color preview on #DBF5FD background

This text has white color on #DBF5FD background.