COLOR #DBFBF0

HEX: #DBFBF0
RGB: (219,251,240)

Color info

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

RGB color model

#DBFBF0 color RGB value is (219,251,240).

  • red value is 219;
  • green value is 251;
  • blue value is 240.
RGB:
(219,251,240)
(86%,98%,94%)

RGB channels and saturation

R 219 of 255 = 86%
G 251 of 255 = 98%
B 240 of 255 = 94%

219
251
240

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

Portions of RGB colors in percentages

R + G + B =
219 + 251 + 240 = 710 (100%)
R 219 of 710 ~ 30.85%
G 251 of 710 ~ 35.35%
B 240 of 710 ~ 33.8%

%30.85
%35.35
%33.8

CMYK color model

#DBFBF0 color CMYK value is (13,0,4,2).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 1.57%
CMYK:
(13,0,4,2)
C13M0Y4K2 
(13%,0%,4%,2%)
(0.13/0.00/0.04/0.02)	

CMYK percentages

%12.75
%0
%4.38
%1.57

Codes

Color #DBFBF0 in popluar color models

DBFBF0
RGB219251240
HSL159°80.00%92.16%
HSB/HSV159°12.75%98.43%
CMYK12.75%0.00%4.38%
1.57%

Color #DBFBF0 in popluar number systems.

HEXDBFBF0
Decimal219251240
Binary110110111111101111110000
Octal333373360

Shades and tints

Shades of #DBFBF0

#DBFBF0
(219,251,240)
#C8E5DB
(200,229,219)
#B5CFC6
(181,207,198)
#A2B9B1
(162,185,177)
#8FA39C
(143,163,156)
#7C8D87
(124,141,135)
#697772
(105,119,114)
#56615D
(86,97,93)
#434B48
(67,75,72)
#303533
(48,53,51)
#1D1F1E
(29,31,30)
#000000
(0,0,0)

Tints of #DBFBF0

#DBFBF0
(219,251,240)
#DEFBF1
(222,251,241)
#E1FBF2
(225,251,242)
#E4FBF3
(228,251,243)
#E7FBF4
(231,251,244)
#EAFBF5
(234,251,245)
#EDFBF6
(237,251,246)
#F0FBF7
(240,251,247)
#F3FBF8
(243,251,248)
#F6FBF9
(246,251,249)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFBF0 color. Also use rgb(219,251,240) instead hex code.

Text Font Color

.myTextColor { color: #DBFBF0; }

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

This text font color is #DBFBF0.


Background Color

.myBgColor { background-color: #DBFBF0; }

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

This div background color is #DBFBF0.


Border color

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

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

This div border color is #DBFBF0.


Opacity

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

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

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

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

This text has shadow with #DBFBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFBF0 on black background.


Color preview on white background

This text has color #DBFBF0 on white background.



Black color preview on #DBFBF0 background

This text has black color on #DBFBF0 background.


White color preview on #DBFBF0 background

This text has white color on #DBFBF0 background.