COLOR #DBE4F2

HEX: #DBE4F2
RGB: (219,228,242)

Color info

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

RGB color model

#DBE4F2 color RGB value is (219,228,242).

  • red value is 219;
  • green value is 228;
  • blue value is 242.
RGB:
(219,228,242)
(86%,89%,95%)

RGB channels and saturation

R 219 of 255 = 86%
G 228 of 255 = 89%
B 242 of 255 = 95%

219
228
242

R + G + B ~ 90%. #DBE4F2 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 228 + 242 = 689 (100%)
R 219 of 689 ~ 31.79%
G 228 of 689 ~ 33.09%
B 242 of 689 ~ 35.12%

%31.79
%33.09
%35.12

CMYK color model

#DBE4F2 color CMYK value is (10,6,0,5).

  • cyan value is 9.50%
  • magenta value is 5.79%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,6,0,5)
C10M6Y0K5 
(10%,6%,0%,5%)
(0.10/0.06/0.00/0.05)	

CMYK percentages

%9.5
%5.79
%0
%5.1

Codes

Color #DBE4F2 in popluar color models

DBE4F2
RGB219228242
HSL217°46.94%90.39%
HSB/HSV217°9.50%94.90%
CMYK9.50%5.79%0.00%
5.10%

Color #DBE4F2 in popluar number systems.

HEXDBE4F2
Decimal219228242
Binary110110111110010011110010
Octal333344362

Shades and tints

Shades of #DBE4F2

#DBE4F2
(219,228,242)
#C8D0DC
(200,208,220)
#B5BCC6
(181,188,198)
#A2A8B0
(162,168,176)
#8F949A
(143,148,154)
#7C8084
(124,128,132)
#696C6E
(105,108,110)
#565858
(86,88,88)
#434442
(67,68,66)
#30302C
(48,48,44)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #DBE4F2

#DBE4F2
(219,228,242)
#DEE6F3
(222,230,243)
#E1E8F4
(225,232,244)
#E4EAF5
(228,234,245)
#E7ECF6
(231,236,246)
#EAEEF7
(234,238,247)
#EDF0F8
(237,240,248)
#F0F2F9
(240,242,249)
#F3F4FA
(243,244,250)
#F6F6FB
(246,246,251)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE4F2 color. Also use rgb(219,228,242) instead hex code.

Text Font Color

.myTextColor { color: #DBE4F2; }

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

This text font color is #DBE4F2.


Background Color

.myBgColor { background-color: #DBE4F2; }

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

This div background color is #DBE4F2.


Border color

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

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

This div border color is #DBE4F2.


Opacity

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

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

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

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

This text has shadow with #DBE4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE4F2 on black background.


Color preview on white background

This text has color #DBE4F2 on white background.



Black color preview on #DBE4F2 background

This text has black color on #DBE4F2 background.


White color preview on #DBE4F2 background

This text has white color on #DBE4F2 background.