COLOR #DBE6FB

HEX: #DBE6FB RGB: (219,230,251)

Color info

#DBE6FB contains red, green and blue colors in about the same proportion. Web safe color of #DBE6FB is #CCCCFF (or #CCF).

RGB color model

#DBE6FB color RGB value is (219,230,251).

RGB: (219,230,251) (86%, 90%, 98%)

RGB channels and saturation

R 219 of 255 = 86%
G 230 of 255 = 90%
B 251 of 255 = 98%

219
230
251

R + G + B ~ 91%. #DBE6FB is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 230 + 251 = 700 (100%)
R 219 of 700 ~ 31.29%
G 230 of 700 ~ 32.86%
B 251 of 700 ~ 35.86'%

%31.29
%32.86
%35.86

CMYK color model

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

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

CMYK: (13,8,0,2)
C13M8Y0K2 (13%, 8%, 0%, 2%)
(0.13 / 0.08 / 0.00 / 0.02)

CMYK percentages

%12.75
%8.37
%0
%1.57

Codes

Color #DBE6FB in popluar color models

DB E6 FB
RGB 219 230 251
HSL 219° 80.00% 92.16%
HSB/HSV 219° 12.75% 98.43%
CMYK 12.75% 8.37% 0.00%
1.57%

Color #DBE6FB in popluar number systems.

HEX DB E6 FB
Decimal 219 230 251
Binary 11011011 11100110 11111011
Octal 333 346 373

Shades and tints

Shades of #DBE6FB

#DBE6FB
(219,230,251)
#C8D2E5
(200,210,229)
#B5BECF
(181,190,207)
#A2AAB9
(162,170,185)
#8F96A3
(143,150,163)
#7C828D
(124,130,141)
#696E77
(105,110,119)
#565A61
(86,90,97)
#43464B
(67,70,75)
#303235
(48,50,53)
#1D1E1F
(29,30,31)
#000000
(0,0,0)

Tints of #DBE6FB

#DBE6FB
(219,230,251)
#DEE8FB
(222,232,251)
#E1EAFB
(225,234,251)
#E4ECFB
(228,236,251)
#E7EEFB
(231,238,251)
#EAF0FB
(234,240,251)
#EDF2FB
(237,242,251)
#F0F4FB
(240,244,251)
#F3F6FB
(243,246,251)
#F6F8FB
(246,248,251)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE6FB; }

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

This text font color is #DBE6FB.

Background Color

.myBgColor { background-color: #DBE6FB; }

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

This div background color is #DBE6FB.

Border color

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

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

This div border color is #DBE6FB.

Opacity

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

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

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

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

This text has shadow with #DBE6FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE6FB.

Preview

Color preview on black background

This text has color #DBE6FB on black background.


Color preview on white background

This text has color #DBE6FB on white background.


Black color preview on #DBE6FB background

This text has black color on #DBE6FB background.


White color preview on #DBE6FB background

This text has white color on #DBE6FB background.


Related colors

Complementary color

Complementary color for #hex is #241904.


I love getcolorcode.com

Triadic colors

1 #FBDBE6 and #E6FBDB with #DBE6FB are triadic colors.

2 #FBE6DB and #E6DBFB with #DBE6FB are triadic colors.