COLOR #DBF5FF

HEX: #DBF5FF
RGB: (219,245,255)

Color info

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

RGB color model

#DBF5FF color RGB value is (219,245,255).

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

RGB channels and saturation

R 219 of 255 = 86%
G 245 of 255 = 96%
B 255 of 255 = 100%

219
245
255

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

Portions of RGB colors in percentages

R + G + B =
219 + 245 + 255 = 719 (100%)
R 219 of 719 ~ 30.46%
G 245 of 719 ~ 34.08%
B 255 of 719 ~ 35.47%

%30.46
%34.08
%35.47

CMYK color model

#DBF5FF color CMYK value is (14,4,0,0).

  • cyan value is 14.12%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(14,4,0,0)
C14M4Y0K0 
(14%,4%,0%,0%)
(0.14/0.04/0.00/0.00)	

CMYK percentages

%14.12
%3.92
%0
%0

Codes

Color #DBF5FF in popluar color models

DBF5FF
RGB219245255
HSL197°100.00%92.94%
HSB/HSV197°14.12%100.00%
CMYK14.12%3.92%0.00%
0.00%

Color #DBF5FF in popluar number systems.

HEXDBF5FF
Decimal219245255
Binary110110111111010111111111
Octal333365377

Shades and tints

Shades of #DBF5FF

#DBF5FF
(219,245,255)
#C8DFE8
(200,223,232)
#B5C9D1
(181,201,209)
#A2B3BA
(162,179,186)
#8F9DA3
(143,157,163)
#7C878C
(124,135,140)
#697175
(105,113,117)
#565B5E
(86,91,94)
#434547
(67,69,71)
#302F30
(48,47,48)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #DBF5FF

#DBF5FF
(219,245,255)
#DEF5FF
(222,245,255)
#E1F5FF
(225,245,255)
#E4F5FF
(228,245,255)
#E7F5FF
(231,245,255)
#EAF5FF
(234,245,255)
#EDF5FF
(237,245,255)
#F0F5FF
(240,245,255)
#F3F5FF
(243,245,255)
#F6F5FF
(246,245,255)
#F9F5FF
(249,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF5FF; }

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

This text font color is #DBF5FF.


Background Color

.myBgColor { background-color: #DBF5FF; }

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

This div background color is #DBF5FF.


Border color

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

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

This div border color is #DBF5FF.


Opacity

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

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

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

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

This text has shadow with #DBF5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF5FF on black background.


Color preview on white background

This text has color #DBF5FF on white background.



Black color preview on #DBF5FF background

This text has black color on #DBF5FF background.


White color preview on #DBF5FF background

This text has white color on #DBF5FF background.