COLOR #DBEFFE

HEX: #DBEFFE
RGB: (219,239,254)

Color info

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

RGB color model

#DBEFFE color RGB value is (219,239,254).

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

RGB channels and saturation

R 219 of 255 = 86%
G 239 of 255 = 94%
B 254 of 255 = 100%

219
239
254

R + G + B ~ 93%. #DBEFFE is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 239 + 254 = 712 (100%)
R 219 of 712 ~ 30.76%
G 239 of 712 ~ 33.57%
B 254 of 712 ~ 35.67%

%30.76
%33.57
%35.67

CMYK color model

#DBEFFE color CMYK value is (14,6,0,0).

  • cyan value is 13.78%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(14,6,0,0)
C14M6Y0K0 
(14%,6%,0%,0%)
(0.14/0.06/0.00/0.00)	

CMYK percentages

%13.78
%5.91
%0
%0.39

Codes

Color #DBEFFE in popluar color models

DBEFFE
RGB219239254
HSL206°94.59%92.75%
HSB/HSV206°13.78%99.61%
CMYK13.78%5.91%0.00%
0.39%

Color #DBEFFE in popluar number systems.

HEXDBEFFE
Decimal219239254
Binary110110111110111111111110
Octal333357376

Shades and tints

Shades of #DBEFFE

#DBEFFE
(219,239,254)
#C8DAE7
(200,218,231)
#B5C5D0
(181,197,208)
#A2B0B9
(162,176,185)
#8F9BA2
(143,155,162)
#7C868B
(124,134,139)
#697174
(105,113,116)
#565C5D
(86,92,93)
#434746
(67,71,70)
#30322F
(48,50,47)
#1D1D18
(29,29,24)
#000000
(0,0,0)

Tints of #DBEFFE

#DBEFFE
(219,239,254)
#DEF0FE
(222,240,254)
#E1F1FE
(225,241,254)
#E4F2FE
(228,242,254)
#E7F3FE
(231,243,254)
#EAF4FE
(234,244,254)
#EDF5FE
(237,245,254)
#F0F6FE
(240,246,254)
#F3F7FE
(243,247,254)
#F6F8FE
(246,248,254)
#F9F9FE
(249,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEFFE; }

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

This text font color is #DBEFFE.


Background Color

.myBgColor { background-color: #DBEFFE; }

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

This div background color is #DBEFFE.


Border color

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

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

This div border color is #DBEFFE.


Opacity

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

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

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

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

This text has shadow with #DBEFFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEFFE on black background.


Color preview on white background

This text has color #DBEFFE on white background.



Black color preview on #DBEFFE background

This text has black color on #DBEFFE background.


White color preview on #DBEFFE background

This text has white color on #DBEFFE background.