COLOR #DBE5EF

HEX: #DBE5EF RGB: (219,229,239)

Color info

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

RGB color model

#DBE5EF color RGB value is (219,229,239).

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

RGB channels and saturation

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

219
229
239

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

Portions of RGB colors in percentages

R + G + B = 219 + 229 + 239 = 687 (100%)
R 219 of 687 ~ 31.88%
G 229 of 687 ~ 33.33%
B 239 of 687 ~ 34.79'%

%31.88
%33.33
%34.79

CMYK color model

#DBE5EF color CMYK value is (8,4,0,6).

  • cyan value is 8.37%
  • magenta value is 4.18%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (8,4,0,6)
C8M4Y0K6 (8%, 4%, 0%, 6%)
(0.08 / 0.04 / 0.00 / 0.06)

CMYK percentages

%8.37
%4.18
%0
%6.27

Codes

Color #DBE5EF in popluar color models

DB E5 EF
RGB 219 229 239
HSL 210° 38.46% 89.80%
HSB/HSV 210° 8.37% 93.73%
CMYK 8.37% 4.18% 0.00%
6.27%

Color #DBE5EF in popluar number systems.

HEX DB E5 EF
Decimal 219 229 239
Binary 11011011 11100101 11101111
Octal 333 345 357

Shades and tints

Shades of #DBE5EF

#DBE5EF
(219,229,239)
#C8D1DA
(200,209,218)
#B5BDC5
(181,189,197)
#A2A9B0
(162,169,176)
#8F959B
(143,149,155)
#7C8186
(124,129,134)
#696D71
(105,109,113)
#56595C
(86,89,92)
#434547
(67,69,71)
#303132
(48,49,50)
#1D1D1D
(29,29,29)
#000000
(0,0,0)

Tints of #DBE5EF

#DBE5EF
(219,229,239)
#DEE7F0
(222,231,240)
#E1E9F1
(225,233,241)
#E4EBF2
(228,235,242)
#E7EDF3
(231,237,243)
#EAEFF4
(234,239,244)
#EDF1F5
(237,241,245)
#F0F3F6
(240,243,246)
#F3F5F7
(243,245,247)
#F6F7F8
(246,247,248)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE5EF; }

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

This text font color is #DBE5EF.

Background Color

.myBgColor { background-color: #DBE5EF; }

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

This div background color is #DBE5EF.

Border color

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

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

This div border color is #DBE5EF.

Opacity

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

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

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

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

This text has shadow with #DBE5EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE5EF.

Preview

Color preview on black background

This text has color #DBE5EF on black background.


Color preview on white background

This text has color #DBE5EF on white background.


Black color preview on #DBE5EF background

This text has black color on #DBE5EF background.


White color preview on #DBE5EF background

This text has white color on #DBE5EF background.


Related colors

Complementary color

Complementary color for #hex is #241A10.


I love getcolorcode.com

Triadic colors

1 #EFDBE5 and #E5EFDB with #DBE5EF are triadic colors.

2 #EFE5DB and #E5DBEF with #DBE5EF are triadic colors.