COLOR #DBFCF7

HEX: #DBFCF7
RGB: (219,252,247)

Color info

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

RGB color model

#DBFCF7 color RGB value is (219,252,247).

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

RGB channels and saturation

R 219 of 255 = 86%
G 252 of 255 = 99%
B 247 of 255 = 97%

219
252
247

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

Portions of RGB colors in percentages

R + G + B =
219 + 252 + 247 = 718 (100%)
R 219 of 718 ~ 30.5%
G 252 of 718 ~ 35.1%
B 247 of 718 ~ 34.4%

%30.5
%35.1
%34.4

CMYK color model

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

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • 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
%1.98
%1.18

Codes

Color #DBFCF7 in popluar color models

DBFCF7
RGB219252247
HSL171°84.62%92.35%
HSB/HSV171°13.10%98.82%
CMYK13.10%0.00%1.98%
1.18%

Color #DBFCF7 in popluar number systems.

HEXDBFCF7
Decimal219252247
Binary110110111111110011110111
Octal333374367

Shades and tints

Shades of #DBFCF7

#DBFCF7
(219,252,247)
#C8E6E1
(200,230,225)
#B5D0CB
(181,208,203)
#A2BAB5
(162,186,181)
#8FA49F
(143,164,159)
#7C8E89
(124,142,137)
#697873
(105,120,115)
#56625D
(86,98,93)
#434C47
(67,76,71)
#303631
(48,54,49)
#1D201B
(29,32,27)
#000000
(0,0,0)

Tints of #DBFCF7

#DBFCF7
(219,252,247)
#DEFCF7
(222,252,247)
#E1FCF7
(225,252,247)
#E4FCF7
(228,252,247)
#E7FCF7
(231,252,247)
#EAFCF7
(234,252,247)
#EDFCF7
(237,252,247)
#F0FCF7
(240,252,247)
#F3FCF7
(243,252,247)
#F6FCF7
(246,252,247)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFCF7; }

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

This text font color is #DBFCF7.


Background Color

.myBgColor { background-color: #DBFCF7; }

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

This div background color is #DBFCF7.


Border color

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

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

This div border color is #DBFCF7.


Opacity

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

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

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

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

This text has shadow with #DBFCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFCF7 on black background.


Color preview on white background

This text has color #DBFCF7 on white background.



Black color preview on #DBFCF7 background

This text has black color on #DBFCF7 background.


White color preview on #DBFCF7 background

This text has white color on #DBFCF7 background.