COLOR #DBF1FF

HEX: #DBF1FF
RGB: (219,241,255)

Color info

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

RGB color model

#DBF1FF color RGB value is (219,241,255).

  • red value is 219;
  • green value is 241;
  • blue value is 255.
RGB:
(219,241,255)
(86%,95%,100%)

RGB channels and saturation

R 219 of 255 = 86%
G 241 of 255 = 95%
B 255 of 255 = 100%

219
241
255

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

Portions of RGB colors in percentages

R + G + B =
219 + 241 + 255 = 715 (100%)
R 219 of 715 ~ 30.63%
G 241 of 715 ~ 33.71%
B 255 of 715 ~ 35.66%

%30.63
%33.71
%35.66

CMYK color model

#DBF1FF color CMYK value is (14,5,0,0).

  • cyan value is 14.12%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(14,5,0,0)
C14M5Y0K0 
(14%,5%,0%,0%)
(0.14/0.05/0.00/0.00)	

CMYK percentages

%14.12
%5.49
%0
%0

Codes

Color #DBF1FF in popluar color models

DBF1FF
RGB219241255
HSL203°100.00%92.94%
HSB/HSV203°14.12%100.00%
CMYK14.12%5.49%0.00%
0.00%

Color #DBF1FF in popluar number systems.

HEXDBF1FF
Decimal219241255
Binary110110111111000111111111
Octal333361377

Shades and tints

Shades of #DBF1FF

#DBF1FF
(219,241,255)
#C8DCE8
(200,220,232)
#B5C7D1
(181,199,209)
#A2B2BA
(162,178,186)
#8F9DA3
(143,157,163)
#7C888C
(124,136,140)
#697375
(105,115,117)
#565E5E
(86,94,94)
#434947
(67,73,71)
#303430
(48,52,48)
#1D1F19
(29,31,25)
#000000
(0,0,0)

Tints of #DBF1FF

#DBF1FF
(219,241,255)
#DEF2FF
(222,242,255)
#E1F3FF
(225,243,255)
#E4F4FF
(228,244,255)
#E7F5FF
(231,245,255)
#EAF6FF
(234,246,255)
#EDF7FF
(237,247,255)
#F0F8FF
(240,248,255)
#F3F9FF
(243,249,255)
#F6FAFF
(246,250,255)
#F9FBFF
(249,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF1FF; }

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

This text font color is #DBF1FF.


Background Color

.myBgColor { background-color: #DBF1FF; }

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

This div background color is #DBF1FF.


Border color

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

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

This div border color is #DBF1FF.


Opacity

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

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

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

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

This text has shadow with #DBF1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF1FF on black background.


Color preview on white background

This text has color #DBF1FF on white background.



Black color preview on #DBF1FF background

This text has black color on #DBF1FF background.


White color preview on #DBF1FF background

This text has white color on #DBF1FF background.