COLOR #DBF8FF

HEX: #DBF8FF RGB: (219,248,255)

Color info

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

RGB color model

#DBF8FF color RGB value is (219,248,255).

RGB: (219,248,255) (86%, 97%, 100%)

RGB channels and saturation

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

219
248
255

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

Portions of RGB colors in percentages

R + G + B = 219 + 248 + 255 = 722 (100%)
R 219 of 722 ~ 30.33%
G 248 of 722 ~ 34.35%
B 255 of 722 ~ 35.32'%

%30.33
%34.35
%35.32

CMYK color model

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

  • cyan value is 14.12%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (14,3,0,0)
C14M3Y0K0 (14%, 3%, 0%, 0%)
(0.14 / 0.03 / 0.00 / 0.00)

CMYK percentages

%14.12
%2.75
%0
%0

Codes

Color #DBF8FF in popluar color models

DB F8 FF
RGB 219 248 255
HSL 192° 100.00% 92.94%
HSB/HSV 192° 14.12% 100.00%
CMYK 14.12% 2.75% 0.00%
0.00%

Color #DBF8FF in popluar number systems.

HEX DB F8 FF
Decimal 219 248 255
Binary 11011011 11111000 11111111
Octal 333 370 377

Shades and tints

Shades of #DBF8FF

#DBF8FF
(219,248,255)
#C8E2E8
(200,226,232)
#B5CCD1
(181,204,209)
#A2B6BA
(162,182,186)
#8FA0A3
(143,160,163)
#7C8A8C
(124,138,140)
#697475
(105,116,117)
#565E5E
(86,94,94)
#434847
(67,72,71)
#303230
(48,50,48)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #DBF8FF

#DBF8FF
(219,248,255)
#DEF8FF
(222,248,255)
#E1F8FF
(225,248,255)
#E4F8FF
(228,248,255)
#E7F8FF
(231,248,255)
#EAF8FF
(234,248,255)
#EDF8FF
(237,248,255)
#F0F8FF
(240,248,255)
#F3F8FF
(243,248,255)
#F6F8FF
(246,248,255)
#F9F8FF
(249,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF8FF; }

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

This text font color is #DBF8FF.

Background Color

.myBgColor { background-color: #DBF8FF; }

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

This div background color is #DBF8FF.

Border color

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

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

This div border color is #DBF8FF.

Opacity

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

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

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

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

This text has shadow with #DBF8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF8FF.

Preview

Color preview on black background

This text has color #DBF8FF on black background.


Color preview on white background

This text has color #DBF8FF on white background.


Black color preview on #DBF8FF background

This text has black color on #DBF8FF background.


White color preview on #DBF8FF background

This text has white color on #DBF8FF background.


Related colors

Complementary color

Complementary color for #hex is #240700.


I love getcolorcode.com

Triadic colors

1 #FFDBF8 and #F8FFDB with #DBF8FF are triadic colors.

2 #FFF8DB and #F8DBFF with #DBF8FF are triadic colors.