COLOR #DBE6F8

HEX: #DBE6F8
RGB: (219,230,248)

Color info

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

RGB color model

#DBE6F8 color RGB value is (219,230,248).

  • red value is 219;
  • green value is 230;
  • blue value is 248.
RGB:
(219,230,248)
(86%,90%,97%)

RGB channels and saturation

R 219 of 255 = 86%
G 230 of 255 = 90%
B 248 of 255 = 97%

219
230
248

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

Portions of RGB colors in percentages

R + G + B =
219 + 230 + 248 = 697 (100%)
R 219 of 697 ~ 31.42%
G 230 of 697 ~ 33%
B 248 of 697 ~ 35.58%

%31.42
%33
%35.58

CMYK color model

#DBE6F8 color CMYK value is (12,7,0,3).

  • cyan value is 11.69%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(12,7,0,3)
C12M7Y0K3 
(12%,7%,0%,3%)
(0.12/0.07/0.00/0.03)	

CMYK percentages

%11.69
%7.26
%0
%2.75

Codes

Color #DBE6F8 in popluar color models

DBE6F8
RGB219230248
HSL217°67.44%91.57%
HSB/HSV217°11.69%97.25%
CMYK11.69%7.26%0.00%
2.75%

Color #DBE6F8 in popluar number systems.

HEXDBE6F8
Decimal219230248
Binary110110111110011011111000
Octal333346370

Shades and tints

Shades of #DBE6F8

#DBE6F8
(219,230,248)
#C8D2E2
(200,210,226)
#B5BECC
(181,190,204)
#A2AAB6
(162,170,182)
#8F96A0
(143,150,160)
#7C828A
(124,130,138)
#696E74
(105,110,116)
#565A5E
(86,90,94)
#434648
(67,70,72)
#303232
(48,50,50)
#1D1E1C
(29,30,28)
#000000
(0,0,0)

Tints of #DBE6F8

#DBE6F8
(219,230,248)
#DEE8F8
(222,232,248)
#E1EAF8
(225,234,248)
#E4ECF8
(228,236,248)
#E7EEF8
(231,238,248)
#EAF0F8
(234,240,248)
#EDF2F8
(237,242,248)
#F0F4F8
(240,244,248)
#F3F6F8
(243,246,248)
#F6F8F8
(246,248,248)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE6F8; }

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

This text font color is #DBE6F8.


Background Color

.myBgColor { background-color: #DBE6F8; }

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

This div background color is #DBE6F8.


Border color

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

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

This div border color is #DBE6F8.


Opacity

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

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

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

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

This text has shadow with #DBE6F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE6F8 on black background.


Color preview on white background

This text has color #DBE6F8 on white background.



Black color preview on #DBE6F8 background

This text has black color on #DBE6F8 background.


White color preview on #DBE6F8 background

This text has white color on #DBE6F8 background.