COLOR #DBE5E9

HEX: #DBE5E9
RGB: (219,229,233)

Color info

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

RGB color model

#DBE5E9 color RGB value is (219,229,233).

  • red value is 219;
  • green value is 229;
  • blue value is 233.
RGB:
(219,229,233)
(86%,90%,91%)

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 233 of 255 = 91%

219
229
233

R + G + B ~ 89%. #DBE5E9 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 229 + 233 = 681 (100%)
R 219 of 681 ~ 32.16%
G 229 of 681 ~ 33.63%
B 233 of 681 ~ 34.21%

%32.16
%33.63
%34.21

CMYK color model

#DBE5E9 color CMYK value is (6,2,0,9).

  • cyan value is 6.01%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(6,2,0,9)
C6M2Y0K9 
(6%,2%,0%,9%)
(0.06/0.02/0.00/0.09)	

CMYK percentages

%6.01
%1.72
%0
%8.63

Codes

Color #DBE5E9 in popluar color models

DBE5E9
RGB219229233
HSL197°24.14%88.63%
HSB/HSV197°6.01%91.37%
CMYK6.01%1.72%0.00%
8.63%

Color #DBE5E9 in popluar number systems.

HEXDBE5E9
Decimal219229233
Binary110110111110010111101001
Octal333345351

Shades and tints

Shades of #DBE5E9

#DBE5E9
(219,229,233)
#C8D1D4
(200,209,212)
#B5BDBF
(181,189,191)
#A2A9AA
(162,169,170)
#8F9595
(143,149,149)
#7C8180
(124,129,128)
#696D6B
(105,109,107)
#565956
(86,89,86)
#434541
(67,69,65)
#30312C
(48,49,44)
#1D1D17
(29,29,23)
#000000
(0,0,0)

Tints of #DBE5E9

#DBE5E9
(219,229,233)
#DEE7EB
(222,231,235)
#E1E9ED
(225,233,237)
#E4EBEF
(228,235,239)
#E7EDF1
(231,237,241)
#EAEFF3
(234,239,243)
#EDF1F5
(237,241,245)
#F0F3F7
(240,243,247)
#F3F5F9
(243,245,249)
#F6F7FB
(246,247,251)
#F9F9FD
(249,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE5E9; }

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

This text font color is #DBE5E9.


Background Color

.myBgColor { background-color: #DBE5E9; }

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

This div background color is #DBE5E9.


Border color

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

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

This div border color is #DBE5E9.


Opacity

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

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

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

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

This text has shadow with #DBE5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE5E9 on black background.


Color preview on white background

This text has color #DBE5E9 on white background.



Black color preview on #DBE5E9 background

This text has black color on #DBE5E9 background.


White color preview on #DBE5E9 background

This text has white color on #DBE5E9 background.