COLOR #DBF0FF

HEX: #DBF0FF RGB: (219,240,255)

Color info

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

RGB color model

#DBF0FF color RGB value is (219,240,255).

RGB: (219,240,255) (86%, 94%, 100%)

RGB channels and saturation

R 219 of 255 = 86%
G 240 of 255 = 94%
B 255 of 255 = 100%

219
240
255

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

Portions of RGB colors in percentages

R + G + B = 219 + 240 + 255 = 714 (100%)
R 219 of 714 ~ 30.67%
G 240 of 714 ~ 33.61%
B 255 of 714 ~ 35.71'%

%30.67
%33.61
%35.71

CMYK color model

#DBF0FF color CMYK value is (14,6,0,0).

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

CMYK: (14,6,0,0)
C14M6Y0K0 (14%, 6%, 0%, 0%)
(0.14 / 0.06 / 0.00 / 0.00)

CMYK percentages

%14.12
%5.88
%0
%0

Codes

Color #DBF0FF in popluar color models

DB F0 FF
RGB 219 240 255
HSL 205° 100.00% 92.94%
HSB/HSV 205° 14.12% 100.00%
CMYK 14.12% 5.88% 0.00%
0.00%

Color #DBF0FF in popluar number systems.

HEX DB F0 FF
Decimal 219 240 255
Binary 11011011 11110000 11111111
Octal 333 360 377

Shades and tints

Shades of #DBF0FF

#DBF0FF
(219,240,255)
#C8DBE8
(200,219,232)
#B5C6D1
(181,198,209)
#A2B1BA
(162,177,186)
#8F9CA3
(143,156,163)
#7C878C
(124,135,140)
#697275
(105,114,117)
#565D5E
(86,93,94)
#434847
(67,72,71)
#303330
(48,51,48)
#1D1E19
(29,30,25)
#000000
(0,0,0)

Tints of #DBF0FF

#DBF0FF
(219,240,255)
#DEF1FF
(222,241,255)
#E1F2FF
(225,242,255)
#E4F3FF
(228,243,255)
#E7F4FF
(231,244,255)
#EAF5FF
(234,245,255)
#EDF6FF
(237,246,255)
#F0F7FF
(240,247,255)
#F3F8FF
(243,248,255)
#F6F9FF
(246,249,255)
#F9FAFF
(249,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF0FF; }

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

This text font color is #DBF0FF.

Background Color

.myBgColor { background-color: #DBF0FF; }

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

This div background color is #DBF0FF.

Border color

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

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

This div border color is #DBF0FF.

Opacity

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

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

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

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

This text has shadow with #DBF0FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF0FF.

Preview

Color preview on black background

This text has color #DBF0FF on black background.


Color preview on white background

This text has color #DBF0FF on white background.


Black color preview on #DBF0FF background

This text has black color on #DBF0FF background.


White color preview on #DBF0FF background

This text has white color on #DBF0FF background.


Related colors

Complementary color

Complementary color for #hex is #240F00.


I love getcolorcode.com

Triadic colors

1 #FFDBF0 and #F0FFDB with #DBF0FF are triadic colors.

2 #FFF0DB and #F0DBFF with #DBF0FF are triadic colors.