COLOR #DBF6FF

HEX: #DBF6FF
RGB: (219,246,255)

Color info

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

RGB color model

#DBF6FF color RGB value is (219,246,255).

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

RGB channels and saturation

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

219
246
255

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

Portions of RGB colors in percentages

R + G + B =
219 + 246 + 255 = 720 (100%)
R 219 of 720 ~ 30.42%
G 246 of 720 ~ 34.17%
B 255 of 720 ~ 35.42%

%30.42
%34.17
%35.42

CMYK color model

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

  • cyan value is 14.12%
  • magenta value is 3.53%
  • 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.53
%0
%0

Codes

Color #DBF6FF in popluar color models

DBF6FF
RGB219246255
HSL195°100.00%92.94%
HSB/HSV195°14.12%100.00%
CMYK14.12%3.53%0.00%
0.00%

Color #DBF6FF in popluar number systems.

HEXDBF6FF
Decimal219246255
Binary110110111111011011111111
Octal333366377

Shades and tints

Shades of #DBF6FF

#DBF6FF
(219,246,255)
#C8E0E8
(200,224,232)
#B5CAD1
(181,202,209)
#A2B4BA
(162,180,186)
#8F9EA3
(143,158,163)
#7C888C
(124,136,140)
#697275
(105,114,117)
#565C5E
(86,92,94)
#434647
(67,70,71)
#303030
(48,48,48)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #DBF6FF

#DBF6FF
(219,246,255)
#DEF6FF
(222,246,255)
#E1F6FF
(225,246,255)
#E4F6FF
(228,246,255)
#E7F6FF
(231,246,255)
#EAF6FF
(234,246,255)
#EDF6FF
(237,246,255)
#F0F6FF
(240,246,255)
#F3F6FF
(243,246,255)
#F6F6FF
(246,246,255)
#F9F6FF
(249,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF6FF; }

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

This text font color is #DBF6FF.


Background Color

.myBgColor { background-color: #DBF6FF; }

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

This div background color is #DBF6FF.


Border color

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

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

This div border color is #DBF6FF.


Opacity

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

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

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

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

This text has shadow with #DBF6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF6FF on black background.


Color preview on white background

This text has color #DBF6FF on white background.



Black color preview on #DBF6FF background

This text has black color on #DBF6FF background.


White color preview on #DBF6FF background

This text has white color on #DBF6FF background.