COLOR #DBE1E9

HEX: #DBE1E9
RGB: (219,225,233)

Color info

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

RGB color model

#DBE1E9 color RGB value is (219,225,233).

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

RGB channels and saturation

R 219 of 255 = 86%
G 225 of 255 = 88%
B 233 of 255 = 91%

219
225
233

R + G + B ~ 88%. #DBE1E9 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 225 + 233 = 677 (100%)
R 219 of 677 ~ 32.35%
G 225 of 677 ~ 33.23%
B 233 of 677 ~ 34.42%

%32.35
%33.23
%34.42

CMYK color model

#DBE1E9 color CMYK value is (6,3,0,9).

  • cyan value is 6.01%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(6,3,0,9)
C6M3Y0K9 
(6%,3%,0%,9%)
(0.06/0.03/0.00/0.09)	

CMYK percentages

%6.01
%3.43
%0
%8.63

Codes

Color #DBE1E9 in popluar color models

DBE1E9
RGB219225233
HSL214°24.14%88.63%
HSB/HSV214°6.01%91.37%
CMYK6.01%3.43%0.00%
8.63%

Color #DBE1E9 in popluar number systems.

HEXDBE1E9
Decimal219225233
Binary110110111110000111101001
Octal333341351

Shades and tints

Shades of #DBE1E9

#DBE1E9
(219,225,233)
#C8CDD4
(200,205,212)
#B5B9BF
(181,185,191)
#A2A5AA
(162,165,170)
#8F9195
(143,145,149)
#7C7D80
(124,125,128)
#69696B
(105,105,107)
#565556
(86,85,86)
#434141
(67,65,65)
#302D2C
(48,45,44)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #DBE1E9

#DBE1E9
(219,225,233)
#DEE3EB
(222,227,235)
#E1E5ED
(225,229,237)
#E4E7EF
(228,231,239)
#E7E9F1
(231,233,241)
#EAEBF3
(234,235,243)
#EDEDF5
(237,237,245)
#F0EFF7
(240,239,247)
#F3F1F9
(243,241,249)
#F6F3FB
(246,243,251)
#F9F5FD
(249,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE1E9; }

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

This text font color is #DBE1E9.


Background Color

.myBgColor { background-color: #DBE1E9; }

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

This div background color is #DBE1E9.


Border color

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

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

This div border color is #DBE1E9.


Opacity

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

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

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

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

This text has shadow with #DBE1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE1E9 on black background.


Color preview on white background

This text has color #DBE1E9 on white background.



Black color preview on #DBE1E9 background

This text has black color on #DBE1E9 background.


White color preview on #DBE1E9 background

This text has white color on #DBE1E9 background.