COLOR #DBF1F7

HEX: #DBF1F7
RGB: (219,241,247)

Color info

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

RGB color model

#DBF1F7 color RGB value is (219,241,247).

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

RGB channels and saturation

R 219 of 255 = 86%
G 241 of 255 = 95%
B 247 of 255 = 97%

219
241
247

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

Portions of RGB colors in percentages

R + G + B =
219 + 241 + 247 = 707 (100%)
R 219 of 707 ~ 30.98%
G 241 of 707 ~ 34.09%
B 247 of 707 ~ 34.94%

%30.98
%34.09
%34.94

CMYK color model

#DBF1F7 color CMYK value is (11,2,0,3).

  • cyan value is 11.34%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(11,2,0,3)
C11M2Y0K3 
(11%,2%,0%,3%)
(0.11/0.02/0.00/0.03)	

CMYK percentages

%11.34
%2.43
%0
%3.14

Codes

Color #DBF1F7 in popluar color models

DBF1F7
RGB219241247
HSL193°63.64%91.37%
HSB/HSV193°11.34%96.86%
CMYK11.34%2.43%0.00%
3.14%

Color #DBF1F7 in popluar number systems.

HEXDBF1F7
Decimal219241247
Binary110110111111000111110111
Octal333361367

Shades and tints

Shades of #DBF1F7

#DBF1F7
(219,241,247)
#C8DCE1
(200,220,225)
#B5C7CB
(181,199,203)
#A2B2B5
(162,178,181)
#8F9D9F
(143,157,159)
#7C8889
(124,136,137)
#697373
(105,115,115)
#565E5D
(86,94,93)
#434947
(67,73,71)
#303431
(48,52,49)
#1D1F1B
(29,31,27)
#000000
(0,0,0)

Tints of #DBF1F7

#DBF1F7
(219,241,247)
#DEF2F7
(222,242,247)
#E1F3F7
(225,243,247)
#E4F4F7
(228,244,247)
#E7F5F7
(231,245,247)
#EAF6F7
(234,246,247)
#EDF7F7
(237,247,247)
#F0F8F7
(240,248,247)
#F3F9F7
(243,249,247)
#F6FAF7
(246,250,247)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF1F7; }

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

This text font color is #DBF1F7.


Background Color

.myBgColor { background-color: #DBF1F7; }

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

This div background color is #DBF1F7.


Border color

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

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

This div border color is #DBF1F7.


Opacity

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

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

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

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

This text has shadow with #DBF1F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF1F7 on black background.


Color preview on white background

This text has color #DBF1F7 on white background.



Black color preview on #DBF1F7 background

This text has black color on #DBF1F7 background.


White color preview on #DBF1F7 background

This text has white color on #DBF1F7 background.