COLOR #DBF3FB

HEX: #DBF3FB
RGB: (219,243,251)

Color info

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

RGB color model

#DBF3FB color RGB value is (219,243,251).

  • red value is 219;
  • green value is 243;
  • blue value is 251.
RGB:
(219,243,251)
(86%,95%,98%)

RGB channels and saturation

R 219 of 255 = 86%
G 243 of 255 = 95%
B 251 of 255 = 98%

219
243
251

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

Portions of RGB colors in percentages

R + G + B =
219 + 243 + 251 = 713 (100%)
R 219 of 713 ~ 30.72%
G 243 of 713 ~ 34.08%
B 251 of 713 ~ 35.2%

%30.72
%34.08
%35.2

CMYK color model

#DBF3FB color CMYK value is (13,3,0,2).

  • cyan value is 12.75%
  • magenta value is 3.19%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(13,3,0,2)
C13M3Y0K2 
(13%,3%,0%,2%)
(0.13/0.03/0.00/0.02)	

CMYK percentages

%12.75
%3.19
%0
%1.57

Codes

Color #DBF3FB in popluar color models

DBF3FB
RGB219243251
HSL195°80.00%92.16%
HSB/HSV195°12.75%98.43%
CMYK12.75%3.19%0.00%
1.57%

Color #DBF3FB in popluar number systems.

HEXDBF3FB
Decimal219243251
Binary110110111111001111111011
Octal333363373

Shades and tints

Shades of #DBF3FB

#DBF3FB
(219,243,251)
#C8DDE5
(200,221,229)
#B5C7CF
(181,199,207)
#A2B1B9
(162,177,185)
#8F9BA3
(143,155,163)
#7C858D
(124,133,141)
#696F77
(105,111,119)
#565961
(86,89,97)
#43434B
(67,67,75)
#302D35
(48,45,53)
#1D171F
(29,23,31)
#000000
(0,0,0)

Tints of #DBF3FB

#DBF3FB
(219,243,251)
#DEF4FB
(222,244,251)
#E1F5FB
(225,245,251)
#E4F6FB
(228,246,251)
#E7F7FB
(231,247,251)
#EAF8FB
(234,248,251)
#EDF9FB
(237,249,251)
#F0FAFB
(240,250,251)
#F3FBFB
(243,251,251)
#F6FCFB
(246,252,251)
#F9FDFB
(249,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF3FB color. Also use rgb(219,243,251) instead hex code.

Text Font Color

.myTextColor { color: #DBF3FB; }

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

This text font color is #DBF3FB.


Background Color

.myBgColor { background-color: #DBF3FB; }

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

This div background color is #DBF3FB.


Border color

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

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

This div border color is #DBF3FB.


Opacity

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

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

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

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

This text has shadow with #DBF3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF3FB on black background.


Color preview on white background

This text has color #DBF3FB on white background.



Black color preview on #DBF3FB background

This text has black color on #DBF3FB background.


White color preview on #DBF3FB background

This text has white color on #DBF3FB background.