COLOR #DBF3FF

HEX: #DBF3FF
RGB: (219,243,255)

Color info

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

RGB color model

#DBF3FF color RGB value is (219,243,255).

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

RGB channels and saturation

R 219 of 255 = 86%
G 243 of 255 = 95%
B 255 of 255 = 100%

219
243
255

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

Portions of RGB colors in percentages

R + G + B =
219 + 243 + 255 = 717 (100%)
R 219 of 717 ~ 30.54%
G 243 of 717 ~ 33.89%
B 255 of 717 ~ 35.56%

%30.54
%33.89
%35.56

CMYK color model

#DBF3FF color CMYK value is (14,5,0,0).

  • cyan value is 14.12%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(14,5,0,0)
C14M5Y0K0 
(14%,5%,0%,0%)
(0.14/0.05/0.00/0.00)	

CMYK percentages

%14.12
%4.71
%0
%0

Codes

Color #DBF3FF in popluar color models

DBF3FF
RGB219243255
HSL200°100.00%92.94%
HSB/HSV200°14.12%100.00%
CMYK14.12%4.71%0.00%
0.00%

Color #DBF3FF in popluar number systems.

HEXDBF3FF
Decimal219243255
Binary110110111111001111111111
Octal333363377

Shades and tints

Shades of #DBF3FF

#DBF3FF
(219,243,255)
#C8DDE8
(200,221,232)
#B5C7D1
(181,199,209)
#A2B1BA
(162,177,186)
#8F9BA3
(143,155,163)
#7C858C
(124,133,140)
#696F75
(105,111,117)
#56595E
(86,89,94)
#434347
(67,67,71)
#302D30
(48,45,48)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #DBF3FF

#DBF3FF
(219,243,255)
#DEF4FF
(222,244,255)
#E1F5FF
(225,245,255)
#E4F6FF
(228,246,255)
#E7F7FF
(231,247,255)
#EAF8FF
(234,248,255)
#EDF9FF
(237,249,255)
#F0FAFF
(240,250,255)
#F3FBFF
(243,251,255)
#F6FCFF
(246,252,255)
#F9FDFF
(249,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF3FF; }

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

This text font color is #DBF3FF.


Background Color

.myBgColor { background-color: #DBF3FF; }

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

This div background color is #DBF3FF.


Border color

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

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

This div border color is #DBF3FF.


Opacity

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

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

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

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

This text has shadow with #DBF3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF3FF on black background.


Color preview on white background

This text has color #DBF3FF on white background.



Black color preview on #DBF3FF background

This text has black color on #DBF3FF background.


White color preview on #DBF3FF background

This text has white color on #DBF3FF background.