COLOR #DBE9FB

HEX: #DBE9FB RGB: (219,233,251)

Color info

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

RGB color model

#DBE9FB color RGB value is (219,233,251).

RGB: (219,233,251) (86%, 91%, 98%)

RGB channels and saturation

R 219 of 255 = 86%
G 233 of 255 = 91%
B 251 of 255 = 98%

219
233
251

R + G + B ~ 92%. #DBE9FB is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 233 + 251 = 703 (100%)
R 219 of 703 ~ 31.15%
G 233 of 703 ~ 33.14%
B 251 of 703 ~ 35.7'%

%31.15
%33.14
%35.7

CMYK color model

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

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

CMYK: (13,7,0,2)
C13M7Y0K2 (13%, 7%, 0%, 2%)
(0.13 / 0.07 / 0.00 / 0.02)

CMYK percentages

%12.75
%7.17
%0
%1.57

Codes

Color #DBE9FB in popluar color models

DB E9 FB
RGB 219 233 251
HSL 214° 80.00% 92.16%
HSB/HSV 214° 12.75% 98.43%
CMYK 12.75% 7.17% 0.00%
1.57%

Color #DBE9FB in popluar number systems.

HEX DB E9 FB
Decimal 219 233 251
Binary 11011011 11101001 11111011
Octal 333 351 373

Shades and tints

Shades of #DBE9FB

#DBE9FB
(219,233,251)
#C8D4E5
(200,212,229)
#B5BFCF
(181,191,207)
#A2AAB9
(162,170,185)
#8F95A3
(143,149,163)
#7C808D
(124,128,141)
#696B77
(105,107,119)
#565661
(86,86,97)
#43414B
(67,65,75)
#302C35
(48,44,53)
#1D171F
(29,23,31)
#000000
(0,0,0)

Tints of #DBE9FB

#DBE9FB
(219,233,251)
#DEEBFB
(222,235,251)
#E1EDFB
(225,237,251)
#E4EFFB
(228,239,251)
#E7F1FB
(231,241,251)
#EAF3FB
(234,243,251)
#EDF5FB
(237,245,251)
#F0F7FB
(240,247,251)
#F3F9FB
(243,249,251)
#F6FBFB
(246,251,251)
#F9FDFB
(249,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE9FB; }

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

This text font color is #DBE9FB.

Background Color

.myBgColor { background-color: #DBE9FB; }

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

This div background color is #DBE9FB.

Border color

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

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

This div border color is #DBE9FB.

Opacity

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

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

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

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

This text has shadow with #DBE9FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE9FB.

Preview

Color preview on black background

This text has color #DBE9FB on black background.


Color preview on white background

This text has color #DBE9FB on white background.


Black color preview on #DBE9FB background

This text has black color on #DBE9FB background.


White color preview on #DBE9FB background

This text has white color on #DBE9FB background.


Related colors

Complementary color

Complementary color for #hex is #241604.


I love getcolorcode.com

Triadic colors

1 #FBDBE9 and #E9FBDB with #DBE9FB are triadic colors.

2 #FBE9DB and #E9DBFB with #DBE9FB are triadic colors.