COLOR #DBE5F0

HEX: #DBE5F0 RGB: (219,229,240)

Color info

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

RGB color model

#DBE5F0 color RGB value is (219,229,240).

RGB: (219,229,240) (86%, 90%, 94%)

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 240 of 255 = 94%

219
229
240

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

Portions of RGB colors in percentages

R + G + B = 219 + 229 + 240 = 688 (100%)
R 219 of 688 ~ 31.83%
G 229 of 688 ~ 33.28%
B 240 of 688 ~ 34.88'%

%31.83
%33.28
%34.88

CMYK color model

#DBE5F0 color CMYK value is (9,5,0,6).

  • cyan value is 8.75%
  • magenta value is 4.58%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (9,5,0,6)
C9M5Y0K6 (9%, 5%, 0%, 6%)
(0.09 / 0.05 / 0.00 / 0.06)

CMYK percentages

%8.75
%4.58
%0
%5.88

Codes

Color #DBE5F0 in popluar color models

DB E5 F0
RGB 219 229 240
HSL 211° 41.18% 90.00%
HSB/HSV 211° 8.75% 94.12%
CMYK 8.75% 4.58% 0.00%
5.88%

Color #DBE5F0 in popluar number systems.

HEX DB E5 F0
Decimal 219 229 240
Binary 11011011 11100101 11110000
Octal 333 345 360

Shades and tints

Shades of #DBE5F0

#DBE5F0
(219,229,240)
#C8D1DB
(200,209,219)
#B5BDC6
(181,189,198)
#A2A9B1
(162,169,177)
#8F959C
(143,149,156)
#7C8187
(124,129,135)
#696D72
(105,109,114)
#56595D
(86,89,93)
#434548
(67,69,72)
#303133
(48,49,51)
#1D1D1E
(29,29,30)
#000000
(0,0,0)

Tints of #DBE5F0

#DBE5F0
(219,229,240)
#DEE7F1
(222,231,241)
#E1E9F2
(225,233,242)
#E4EBF3
(228,235,243)
#E7EDF4
(231,237,244)
#EAEFF5
(234,239,245)
#EDF1F6
(237,241,246)
#F0F3F7
(240,243,247)
#F3F5F8
(243,245,248)
#F6F7F9
(246,247,249)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE5F0 color. Also use rgb(219,229,240) instead hex code.

Text Font Color

.myTextColor { color: #DBE5F0; }

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

This text font color is #DBE5F0.

Background Color

.myBgColor { background-color: #DBE5F0; }

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

This div background color is #DBE5F0.

Border color

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

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

This div border color is #DBE5F0.

Opacity

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

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

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

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

This text has shadow with #DBE5F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE5F0.

Preview

Color preview on black background

This text has color #DBE5F0 on black background.


Color preview on white background

This text has color #DBE5F0 on white background.


Black color preview on #DBE5F0 background

This text has black color on #DBE5F0 background.


White color preview on #DBE5F0 background

This text has white color on #DBE5F0 background.


Related colors

Complementary color

Complementary color for #hex is #241A0F.


I love getcolorcode.com

Triadic colors

1 #F0DBE5 and #E5F0DB with #DBE5F0 are triadic colors.

2 #F0E5DB and #E5DBF0 with #DBE5F0 are triadic colors.