COLOR #DBE8FE

HEX: #DBE8FE
RGB: (219,232,254)

Color info

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

RGB color model

#DBE8FE color RGB value is (219,232,254).

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

RGB channels and saturation

R 219 of 255 = 86%
G 232 of 255 = 91%
B 254 of 255 = 100%

219
232
254

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

Portions of RGB colors in percentages

R + G + B =
219 + 232 + 254 = 705 (100%)
R 219 of 705 ~ 31.06%
G 232 of 705 ~ 32.91%
B 254 of 705 ~ 36.03%

%31.06
%32.91
%36.03

CMYK color model

#DBE8FE color CMYK value is (14,9,0,0).

  • cyan value is 13.78%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(14,9,0,0)
C14M9Y0K0 
(14%,9%,0%,0%)
(0.14/0.09/0.00/0.00)	

CMYK percentages

%13.78
%8.66
%0
%0.39

Codes

Color #DBE8FE in popluar color models

DBE8FE
RGB219232254
HSL218°94.59%92.75%
HSB/HSV218°13.78%99.61%
CMYK13.78%8.66%0.00%
0.39%

Color #DBE8FE in popluar number systems.

HEXDBE8FE
Decimal219232254
Binary110110111110100011111110
Octal333350376

Shades and tints

Shades of #DBE8FE

#DBE8FE
(219,232,254)
#C8D3E7
(200,211,231)
#B5BED0
(181,190,208)
#A2A9B9
(162,169,185)
#8F94A2
(143,148,162)
#7C7F8B
(124,127,139)
#696A74
(105,106,116)
#56555D
(86,85,93)
#434046
(67,64,70)
#302B2F
(48,43,47)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #DBE8FE

#DBE8FE
(219,232,254)
#DEEAFE
(222,234,254)
#E1ECFE
(225,236,254)
#E4EEFE
(228,238,254)
#E7F0FE
(231,240,254)
#EAF2FE
(234,242,254)
#EDF4FE
(237,244,254)
#F0F6FE
(240,246,254)
#F3F8FE
(243,248,254)
#F6FAFE
(246,250,254)
#F9FCFE
(249,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE8FE; }

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

This text font color is #DBE8FE.


Background Color

.myBgColor { background-color: #DBE8FE; }

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

This div background color is #DBE8FE.


Border color

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

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

This div border color is #DBE8FE.


Opacity

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

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

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

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

This text has shadow with #DBE8FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE8FE on black background.


Color preview on white background

This text has color #DBE8FE on white background.



Black color preview on #DBE8FE background

This text has black color on #DBE8FE background.


White color preview on #DBE8FE background

This text has white color on #DBE8FE background.