COLOR #DBE8FD

HEX: #DBE8FD
RGB: (219,232,253)

Color info

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

RGB color model

#DBE8FD color RGB value is (219,232,253).

  • red value is 219;
  • green value is 232;
  • blue value is 253.
RGB:
(219,232,253)
(86%,91%,99%)

RGB channels and saturation

R 219 of 255 = 86%
G 232 of 255 = 91%
B 253 of 255 = 99%

219
232
253

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

Portions of RGB colors in percentages

R + G + B =
219 + 232 + 253 = 704 (100%)
R 219 of 704 ~ 31.11%
G 232 of 704 ~ 32.95%
B 253 of 704 ~ 35.94%

%31.11
%32.95
%35.94

CMYK color model

#DBE8FD color CMYK value is (13,8,0,1).

  • cyan value is 13.44%
  • magenta value is 8.30%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(13,8,0,1)
C13M8Y0K1 
(13%,8%,0%,1%)
(0.13/0.08/0.00/0.01)	

CMYK percentages

%13.44
%8.3
%0
%0.78

Codes

Color #DBE8FD in popluar color models

DBE8FD
RGB219232253
HSL217°89.47%92.55%
HSB/HSV217°13.44%99.22%
CMYK13.44%8.30%0.00%
0.78%

Color #DBE8FD in popluar number systems.

HEXDBE8FD
Decimal219232253
Binary110110111110100011111101
Octal333350375

Shades and tints

Shades of #DBE8FD

#DBE8FD
(219,232,253)
#C8D3E6
(200,211,230)
#B5BECF
(181,190,207)
#A2A9B8
(162,169,184)
#8F94A1
(143,148,161)
#7C7F8A
(124,127,138)
#696A73
(105,106,115)
#56555C
(86,85,92)
#434045
(67,64,69)
#302B2E
(48,43,46)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #DBE8FD

#DBE8FD
(219,232,253)
#DEEAFD
(222,234,253)
#E1ECFD
(225,236,253)
#E4EEFD
(228,238,253)
#E7F0FD
(231,240,253)
#EAF2FD
(234,242,253)
#EDF4FD
(237,244,253)
#F0F6FD
(240,246,253)
#F3F8FD
(243,248,253)
#F6FAFD
(246,250,253)
#F9FCFD
(249,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE8FD color. Also use rgb(219,232,253) instead hex code.

Text Font Color

.myTextColor { color: #DBE8FD; }

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

This text font color is #DBE8FD.


Background Color

.myBgColor { background-color: #DBE8FD; }

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

This div background color is #DBE8FD.


Border color

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

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

This div border color is #DBE8FD.


Opacity

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

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

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

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

This text has shadow with #DBE8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE8FD on black background.


Color preview on white background

This text has color #DBE8FD on white background.



Black color preview on #DBE8FD background

This text has black color on #DBE8FD background.


White color preview on #DBE8FD background

This text has white color on #DBE8FD background.