COLOR #DBF1FC

HEX: #DBF1FC
RGB: (219,241,252)

Color info

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

RGB color model

#DBF1FC color RGB value is (219,241,252).

  • red value is 219;
  • green value is 241;
  • blue value is 252.
RGB:
(219,241,252)
(86%,95%,99%)

RGB channels and saturation

R 219 of 255 = 86%
G 241 of 255 = 95%
B 252 of 255 = 99%

219
241
252

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

Portions of RGB colors in percentages

R + G + B =
219 + 241 + 252 = 712 (100%)
R 219 of 712 ~ 30.76%
G 241 of 712 ~ 33.85%
B 252 of 712 ~ 35.39%

%30.76
%33.85
%35.39

CMYK color model

#DBF1FC color CMYK value is (13,4,0,1).

  • cyan value is 13.10%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(13,4,0,1)
C13M4Y0K1 
(13%,4%,0%,1%)
(0.13/0.04/0.00/0.01)	

CMYK percentages

%13.1
%4.37
%0
%1.18

Codes

Color #DBF1FC in popluar color models

DBF1FC
RGB219241252
HSL200°84.62%92.35%
HSB/HSV200°13.10%98.82%
CMYK13.10%4.37%0.00%
1.18%

Color #DBF1FC in popluar number systems.

HEXDBF1FC
Decimal219241252
Binary110110111111000111111100
Octal333361374

Shades and tints

Shades of #DBF1FC

#DBF1FC
(219,241,252)
#C8DCE6
(200,220,230)
#B5C7D0
(181,199,208)
#A2B2BA
(162,178,186)
#8F9DA4
(143,157,164)
#7C888E
(124,136,142)
#697378
(105,115,120)
#565E62
(86,94,98)
#43494C
(67,73,76)
#303436
(48,52,54)
#1D1F20
(29,31,32)
#000000
(0,0,0)

Tints of #DBF1FC

#DBF1FC
(219,241,252)
#DEF2FC
(222,242,252)
#E1F3FC
(225,243,252)
#E4F4FC
(228,244,252)
#E7F5FC
(231,245,252)
#EAF6FC
(234,246,252)
#EDF7FC
(237,247,252)
#F0F8FC
(240,248,252)
#F3F9FC
(243,249,252)
#F6FAFC
(246,250,252)
#F9FBFC
(249,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF1FC color. Also use rgb(219,241,252) instead hex code.

Text Font Color

.myTextColor { color: #DBF1FC; }

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

This text font color is #DBF1FC.


Background Color

.myBgColor { background-color: #DBF1FC; }

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

This div background color is #DBF1FC.


Border color

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

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

This div border color is #DBF1FC.


Opacity

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

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

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

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

This text has shadow with #DBF1FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF1FC on black background.


Color preview on white background

This text has color #DBF1FC on white background.



Black color preview on #DBF1FC background

This text has black color on #DBF1FC background.


White color preview on #DBF1FC background

This text has white color on #DBF1FC background.