COLOR #DBF7F8

HEX: #DBF7F8
RGB: (219,247,248)

Color info

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

RGB color model

#DBF7F8 color RGB value is (219,247,248).

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

RGB channels and saturation

R 219 of 255 = 86%
G 247 of 255 = 97%
B 248 of 255 = 97%

219
247
248

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

Portions of RGB colors in percentages

R + G + B =
219 + 247 + 248 = 714 (100%)
R 219 of 714 ~ 30.67%
G 247 of 714 ~ 34.59%
B 248 of 714 ~ 34.73%

%30.67
%34.59
%34.73

CMYK color model

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

  • cyan value is 11.69%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(12,0,0,3)
C12M0Y0K3 
(12%,0%,0%,3%)
(0.12/0.00/0.00/0.03)	

CMYK percentages

%11.69
%0.4
%0
%2.75

Codes

Color #DBF7F8 in popluar color models

DBF7F8
RGB219247248
HSL182°67.44%91.57%
HSB/HSV182°11.69%97.25%
CMYK11.69%0.40%0.00%
2.75%

Color #DBF7F8 in popluar number systems.

HEXDBF7F8
Decimal219247248
Binary110110111111011111111000
Octal333367370

Shades and tints

Shades of #DBF7F8

#DBF7F8
(219,247,248)
#C8E1E2
(200,225,226)
#B5CBCC
(181,203,204)
#A2B5B6
(162,181,182)
#8F9FA0
(143,159,160)
#7C898A
(124,137,138)
#697374
(105,115,116)
#565D5E
(86,93,94)
#434748
(67,71,72)
#303132
(48,49,50)
#1D1B1C
(29,27,28)
#000000
(0,0,0)

Tints of #DBF7F8

#DBF7F8
(219,247,248)
#DEF7F8
(222,247,248)
#E1F7F8
(225,247,248)
#E4F7F8
(228,247,248)
#E7F7F8
(231,247,248)
#EAF7F8
(234,247,248)
#EDF7F8
(237,247,248)
#F0F7F8
(240,247,248)
#F3F7F8
(243,247,248)
#F6F7F8
(246,247,248)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF7F8; }

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

This text font color is #DBF7F8.


Background Color

.myBgColor { background-color: #DBF7F8; }

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

This div background color is #DBF7F8.


Border color

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

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

This div border color is #DBF7F8.


Opacity

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

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

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

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

This text has shadow with #DBF7F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF7F8 on black background.


Color preview on white background

This text has color #DBF7F8 on white background.



Black color preview on #DBF7F8 background

This text has black color on #DBF7F8 background.


White color preview on #DBF7F8 background

This text has white color on #DBF7F8 background.