COLOR #DBFCF6

HEX: #DBFCF6
RGB: (219,252,246)

Color info

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

RGB color model

#DBFCF6 color RGB value is (219,252,246).

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

RGB channels and saturation

R 219 of 255 = 86%
G 252 of 255 = 99%
B 246 of 255 = 96%

219
252
246

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

Portions of RGB colors in percentages

R + G + B =
219 + 252 + 246 = 717 (100%)
R 219 of 717 ~ 30.54%
G 252 of 717 ~ 35.15%
B 246 of 717 ~ 34.31%

%30.54
%35.15
%34.31

CMYK color model

#DBFCF6 color CMYK value is (13,0,2,1).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 1.18%
CMYK:
(13,0,2,1)
C13M0Y2K1 
(13%,0%,2%,1%)
(0.13/0.00/0.02/0.01)	

CMYK percentages

%13.1
%0
%2.38
%1.18

Codes

Color #DBFCF6 in popluar color models

DBFCF6
RGB219252246
HSL169°84.62%92.35%
HSB/HSV169°13.10%98.82%
CMYK13.10%0.00%2.38%
1.18%

Color #DBFCF6 in popluar number systems.

HEXDBFCF6
Decimal219252246
Binary110110111111110011110110
Octal333374366

Shades and tints

Shades of #DBFCF6

#DBFCF6
(219,252,246)
#C8E6E0
(200,230,224)
#B5D0CA
(181,208,202)
#A2BAB4
(162,186,180)
#8FA49E
(143,164,158)
#7C8E88
(124,142,136)
#697872
(105,120,114)
#56625C
(86,98,92)
#434C46
(67,76,70)
#303630
(48,54,48)
#1D201A
(29,32,26)
#000000
(0,0,0)

Tints of #DBFCF6

#DBFCF6
(219,252,246)
#DEFCF6
(222,252,246)
#E1FCF6
(225,252,246)
#E4FCF6
(228,252,246)
#E7FCF6
(231,252,246)
#EAFCF6
(234,252,246)
#EDFCF6
(237,252,246)
#F0FCF6
(240,252,246)
#F3FCF6
(243,252,246)
#F6FCF6
(246,252,246)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFCF6; }

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

This text font color is #DBFCF6.


Background Color

.myBgColor { background-color: #DBFCF6; }

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

This div background color is #DBFCF6.


Border color

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

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

This div border color is #DBFCF6.


Opacity

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

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

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

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

This text has shadow with #DBFCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFCF6 on black background.


Color preview on white background

This text has color #DBFCF6 on white background.



Black color preview on #DBFCF6 background

This text has black color on #DBFCF6 background.


White color preview on #DBFCF6 background

This text has white color on #DBFCF6 background.