COLOR #DBF5F8

HEX: #DBF5F8
RGB: (219,245,248)

Color info

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

RGB color model

#DBF5F8 color RGB value is (219,245,248).

  • red value is 219;
  • green value is 245;
  • blue value is 248.
RGB:
(219,245,248)
(86%,96%,97%)

RGB channels and saturation

R 219 of 255 = 86%
G 245 of 255 = 96%
B 248 of 255 = 97%

219
245
248

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

Portions of RGB colors in percentages

R + G + B =
219 + 245 + 248 = 712 (100%)
R 219 of 712 ~ 30.76%
G 245 of 712 ~ 34.41%
B 248 of 712 ~ 34.83%

%30.76
%34.41
%34.83

CMYK color model

#DBF5F8 color CMYK value is (12,1,0,3).

  • cyan value is 11.69%
  • magenta value is 1.21%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(12,1,0,3)
C12M1Y0K3 
(12%,1%,0%,3%)
(0.12/0.01/0.00/0.03)	

CMYK percentages

%11.69
%1.21
%0
%2.75

Codes

Color #DBF5F8 in popluar color models

DBF5F8
RGB219245248
HSL186°67.44%91.57%
HSB/HSV186°11.69%97.25%
CMYK11.69%1.21%0.00%
2.75%

Color #DBF5F8 in popluar number systems.

HEXDBF5F8
Decimal219245248
Binary110110111111010111111000
Octal333365370

Shades and tints

Shades of #DBF5F8

#DBF5F8
(219,245,248)
#C8DFE2
(200,223,226)
#B5C9CC
(181,201,204)
#A2B3B6
(162,179,182)
#8F9DA0
(143,157,160)
#7C878A
(124,135,138)
#697174
(105,113,116)
#565B5E
(86,91,94)
#434548
(67,69,72)
#302F32
(48,47,50)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #DBF5F8

#DBF5F8
(219,245,248)
#DEF5F8
(222,245,248)
#E1F5F8
(225,245,248)
#E4F5F8
(228,245,248)
#E7F5F8
(231,245,248)
#EAF5F8
(234,245,248)
#EDF5F8
(237,245,248)
#F0F5F8
(240,245,248)
#F3F5F8
(243,245,248)
#F6F5F8
(246,245,248)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF5F8 color. Also use rgb(219,245,248) instead hex code.

Text Font Color

.myTextColor { color: #DBF5F8; }

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

This text font color is #DBF5F8.


Background Color

.myBgColor { background-color: #DBF5F8; }

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

This div background color is #DBF5F8.


Border color

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

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

This div border color is #DBF5F8.


Opacity

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

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

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

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

This text has shadow with #DBF5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF5F8 on black background.


Color preview on white background

This text has color #DBF5F8 on white background.



Black color preview on #DBF5F8 background

This text has black color on #DBF5F8 background.


White color preview on #DBF5F8 background

This text has white color on #DBF5F8 background.