COLOR #DBF6FE

HEX: #DBF6FE
RGB: (219,246,254)

Color info

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

RGB color model

#DBF6FE color RGB value is (219,246,254).

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

RGB channels and saturation

R 219 of 255 = 86%
G 246 of 255 = 96%
B 254 of 255 = 100%

219
246
254

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

Portions of RGB colors in percentages

R + G + B =
219 + 246 + 254 = 719 (100%)
R 219 of 719 ~ 30.46%
G 246 of 719 ~ 34.21%
B 254 of 719 ~ 35.33%

%30.46
%34.21
%35.33

CMYK color model

#DBF6FE color CMYK value is (14,3,0,0).

  • cyan value is 13.78%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(14,3,0,0)
C14M3Y0K0 
(14%,3%,0%,0%)
(0.14/0.03/0.00/0.00)	

CMYK percentages

%13.78
%3.15
%0
%0.39

Codes

Color #DBF6FE in popluar color models

DBF6FE
RGB219246254
HSL194°94.59%92.75%
HSB/HSV194°13.78%99.61%
CMYK13.78%3.15%0.00%
0.39%

Color #DBF6FE in popluar number systems.

HEXDBF6FE
Decimal219246254
Binary110110111111011011111110
Octal333366376

Shades and tints

Shades of #DBF6FE

#DBF6FE
(219,246,254)
#C8E0E7
(200,224,231)
#B5CAD0
(181,202,208)
#A2B4B9
(162,180,185)
#8F9EA2
(143,158,162)
#7C888B
(124,136,139)
#697274
(105,114,116)
#565C5D
(86,92,93)
#434646
(67,70,70)
#30302F
(48,48,47)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #DBF6FE

#DBF6FE
(219,246,254)
#DEF6FE
(222,246,254)
#E1F6FE
(225,246,254)
#E4F6FE
(228,246,254)
#E7F6FE
(231,246,254)
#EAF6FE
(234,246,254)
#EDF6FE
(237,246,254)
#F0F6FE
(240,246,254)
#F3F6FE
(243,246,254)
#F6F6FE
(246,246,254)
#F9F6FE
(249,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF6FE; }

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

This text font color is #DBF6FE.


Background Color

.myBgColor { background-color: #DBF6FE; }

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

This div background color is #DBF6FE.


Border color

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

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

This div border color is #DBF6FE.


Opacity

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

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

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

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

This text has shadow with #DBF6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF6FE on black background.


Color preview on white background

This text has color #DBF6FE on white background.



Black color preview on #DBF6FE background

This text has black color on #DBF6FE background.


White color preview on #DBF6FE background

This text has white color on #DBF6FE background.