COLOR #DBF3F9

HEX: #DBF3F9
RGB: (219,243,249)

Color info

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

RGB color model

#DBF3F9 color RGB value is (219,243,249).

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

RGB channels and saturation

R 219 of 255 = 86%
G 243 of 255 = 95%
B 249 of 255 = 98%

219
243
249

R + G + B ~ 93%. #DBF3F9 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 243 + 249 = 711 (100%)
R 219 of 711 ~ 30.8%
G 243 of 711 ~ 34.18%
B 249 of 711 ~ 35.02%

%30.8
%34.18
%35.02

CMYK color model

#DBF3F9 color CMYK value is (12,2,0,2).

  • cyan value is 12.05%
  • magenta value is 2.41%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(12,2,0,2)
C12M2Y0K2 
(12%,2%,0%,2%)
(0.12/0.02/0.00/0.02)	

CMYK percentages

%12.05
%2.41
%0
%2.35

Codes

Color #DBF3F9 in popluar color models

DBF3F9
RGB219243249
HSL192°71.43%91.76%
HSB/HSV192°12.05%97.65%
CMYK12.05%2.41%0.00%
2.35%

Color #DBF3F9 in popluar number systems.

HEXDBF3F9
Decimal219243249
Binary110110111111001111111001
Octal333363371

Shades and tints

Shades of #DBF3F9

#DBF3F9
(219,243,249)
#C8DDE3
(200,221,227)
#B5C7CD
(181,199,205)
#A2B1B7
(162,177,183)
#8F9BA1
(143,155,161)
#7C858B
(124,133,139)
#696F75
(105,111,117)
#56595F
(86,89,95)
#434349
(67,67,73)
#302D33
(48,45,51)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #DBF3F9

#DBF3F9
(219,243,249)
#DEF4F9
(222,244,249)
#E1F5F9
(225,245,249)
#E4F6F9
(228,246,249)
#E7F7F9
(231,247,249)
#EAF8F9
(234,248,249)
#EDF9F9
(237,249,249)
#F0FAF9
(240,250,249)
#F3FBF9
(243,251,249)
#F6FCF9
(246,252,249)
#F9FDF9
(249,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF3F9; }

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

This text font color is #DBF3F9.


Background Color

.myBgColor { background-color: #DBF3F9; }

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

This div background color is #DBF3F9.


Border color

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

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

This div border color is #DBF3F9.


Opacity

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

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

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

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

This text has shadow with #DBF3F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF3F9 on black background.


Color preview on white background

This text has color #DBF3F9 on white background.



Black color preview on #DBF3F9 background

This text has black color on #DBF3F9 background.


White color preview on #DBF3F9 background

This text has white color on #DBF3F9 background.