COLOR #DBF6FA

HEX: #DBF6FA
RGB: (219,246,250)

Color info

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

RGB color model

#DBF6FA color RGB value is (219,246,250).

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

RGB channels and saturation

R 219 of 255 = 86%
G 246 of 255 = 96%
B 250 of 255 = 98%

219
246
250

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

Portions of RGB colors in percentages

R + G + B =
219 + 246 + 250 = 715 (100%)
R 219 of 715 ~ 30.63%
G 246 of 715 ~ 34.41%
B 250 of 715 ~ 34.97%

%30.63
%34.41
%34.97

CMYK color model

#DBF6FA color CMYK value is (12,2,0,2).

  • cyan value is 12.40%
  • magenta value is 1.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(12,2,0,2)
C12M2Y0K2 
(12%,2%,0%,2%)
(0.12/0.02/0.00/0.02)	

CMYK percentages

%12.4
%1.6
%0
%1.96

Codes

Color #DBF6FA in popluar color models

DBF6FA
RGB219246250
HSL188°75.61%91.96%
HSB/HSV188°12.40%98.04%
CMYK12.40%1.60%0.00%
1.96%

Color #DBF6FA in popluar number systems.

HEXDBF6FA
Decimal219246250
Binary110110111111011011111010
Octal333366372

Shades and tints

Shades of #DBF6FA

#DBF6FA
(219,246,250)
#C8E0E4
(200,224,228)
#B5CACE
(181,202,206)
#A2B4B8
(162,180,184)
#8F9EA2
(143,158,162)
#7C888C
(124,136,140)
#697276
(105,114,118)
#565C60
(86,92,96)
#43464A
(67,70,74)
#303034
(48,48,52)
#1D1A1E
(29,26,30)
#000000
(0,0,0)

Tints of #DBF6FA

#DBF6FA
(219,246,250)
#DEF6FA
(222,246,250)
#E1F6FA
(225,246,250)
#E4F6FA
(228,246,250)
#E7F6FA
(231,246,250)
#EAF6FA
(234,246,250)
#EDF6FA
(237,246,250)
#F0F6FA
(240,246,250)
#F3F6FA
(243,246,250)
#F6F6FA
(246,246,250)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF6FA; }

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

This text font color is #DBF6FA.


Background Color

.myBgColor { background-color: #DBF6FA; }

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

This div background color is #DBF6FA.


Border color

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

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

This div border color is #DBF6FA.


Opacity

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

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

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

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

This text has shadow with #DBF6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF6FA on black background.


Color preview on white background

This text has color #DBF6FA on white background.



Black color preview on #DBF6FA background

This text has black color on #DBF6FA background.


White color preview on #DBF6FA background

This text has white color on #DBF6FA background.