COLOR #DBE0F2

HEX: #DBE0F2
RGB: (219,224,242)

Color info

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

RGB color model

#DBE0F2 color RGB value is (219,224,242).

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

RGB channels and saturation

R 219 of 255 = 86%
G 224 of 255 = 88%
B 242 of 255 = 95%

219
224
242

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

Portions of RGB colors in percentages

R + G + B =
219 + 224 + 242 = 685 (100%)
R 219 of 685 ~ 31.97%
G 224 of 685 ~ 32.7%
B 242 of 685 ~ 35.33%

%31.97
%32.7
%35.33

CMYK color model

#DBE0F2 color CMYK value is (10,7,0,5).

  • cyan value is 9.50%
  • magenta value is 7.44%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,7,0,5)
C10M7Y0K5 
(10%,7%,0%,5%)
(0.10/0.07/0.00/0.05)	

CMYK percentages

%9.5
%7.44
%0
%5.1

Codes

Color #DBE0F2 in popluar color models

DBE0F2
RGB219224242
HSL227°46.94%90.39%
HSB/HSV227°9.50%94.90%
CMYK9.50%7.44%0.00%
5.10%

Color #DBE0F2 in popluar number systems.

HEXDBE0F2
Decimal219224242
Binary110110111110000011110010
Octal333340362

Shades and tints

Shades of #DBE0F2

#DBE0F2
(219,224,242)
#C8CCDC
(200,204,220)
#B5B8C6
(181,184,198)
#A2A4B0
(162,164,176)
#8F909A
(143,144,154)
#7C7C84
(124,124,132)
#69686E
(105,104,110)
#565458
(86,84,88)
#434042
(67,64,66)
#302C2C
(48,44,44)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #DBE0F2

#DBE0F2
(219,224,242)
#DEE2F3
(222,226,243)
#E1E4F4
(225,228,244)
#E4E6F5
(228,230,245)
#E7E8F6
(231,232,246)
#EAEAF7
(234,234,247)
#EDECF8
(237,236,248)
#F0EEF9
(240,238,249)
#F3F0FA
(243,240,250)
#F6F2FB
(246,242,251)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE0F2; }

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

This text font color is #DBE0F2.


Background Color

.myBgColor { background-color: #DBE0F2; }

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

This div background color is #DBE0F2.


Border color

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

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

This div border color is #DBE0F2.


Opacity

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

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

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

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

This text has shadow with #DBE0F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE0F2 on black background.


Color preview on white background

This text has color #DBE0F2 on white background.



Black color preview on #DBE0F2 background

This text has black color on #DBE0F2 background.


White color preview on #DBE0F2 background

This text has white color on #DBE0F2 background.