COLOR #DBF7FB

HEX: #DBF7FB RGB: (219,247,251)

Color info

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

RGB color model

#DBF7FB color RGB value is (219,247,251).

RGB: (219,247,251) (86%, 97%, 98%)

RGB channels and saturation

R 219 of 255 = 86%
G 247 of 255 = 97%
B 251 of 255 = 98%

219
247
251

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

Portions of RGB colors in percentages

R + G + B = 219 + 247 + 251 = 717 (100%)
R 219 of 717 ~ 30.54%
G 247 of 717 ~ 34.45%
B 251 of 717 ~ 35.01'%

%30.54
%34.45
%35.01

CMYK color model

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

  • cyan value is 12.75%
  • magenta value is 1.59%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (13,2,0,2)
C13M2Y0K2 (13%, 2%, 0%, 2%)
(0.13 / 0.02 / 0.00 / 0.02)

CMYK percentages

%12.75
%1.59
%0
%1.57

Codes

Color #DBF7FB in popluar color models

DB F7 FB
RGB 219 247 251
HSL 188° 80.00% 92.16%
HSB/HSV 188° 12.75% 98.43%
CMYK 12.75% 1.59% 0.00%
1.57%

Color #DBF7FB in popluar number systems.

HEX DB F7 FB
Decimal 219 247 251
Binary 11011011 11110111 11111011
Octal 333 367 373

Shades and tints

Shades of #DBF7FB

#DBF7FB
(219,247,251)
#C8E1E5
(200,225,229)
#B5CBCF
(181,203,207)
#A2B5B9
(162,181,185)
#8F9FA3
(143,159,163)
#7C898D
(124,137,141)
#697377
(105,115,119)
#565D61
(86,93,97)
#43474B
(67,71,75)
#303135
(48,49,53)
#1D1B1F
(29,27,31)
#000000
(0,0,0)

Tints of #DBF7FB

#DBF7FB
(219,247,251)
#DEF7FB
(222,247,251)
#E1F7FB
(225,247,251)
#E4F7FB
(228,247,251)
#E7F7FB
(231,247,251)
#EAF7FB
(234,247,251)
#EDF7FB
(237,247,251)
#F0F7FB
(240,247,251)
#F3F7FB
(243,247,251)
#F6F7FB
(246,247,251)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF7FB; }

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

This text font color is #DBF7FB.

Background Color

.myBgColor { background-color: #DBF7FB; }

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

This div background color is #DBF7FB.

Border color

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

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

This div border color is #DBF7FB.

Opacity

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

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

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

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

This text has shadow with #DBF7FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF7FB.

Preview

Color preview on black background

This text has color #DBF7FB on black background.


Color preview on white background

This text has color #DBF7FB on white background.


Black color preview on #DBF7FB background

This text has black color on #DBF7FB background.


White color preview on #DBF7FB background

This text has white color on #DBF7FB background.


Related colors

Complementary color

Complementary color for #hex is #240804.


I love getcolorcode.com

Triadic colors

1 #FBDBF7 and #F7FBDB with #DBF7FB are triadic colors.

2 #FBF7DB and #F7DBFB with #DBF7FB are triadic colors.