COLOR #DBE1EC

HEX: #DBE1EC
RGB: (219,225,236)

Color info

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

RGB color model

#DBE1EC color RGB value is (219,225,236).

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

RGB channels and saturation

R 219 of 255 = 86%
G 225 of 255 = 88%
B 236 of 255 = 93%

219
225
236

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

Portions of RGB colors in percentages

R + G + B =
219 + 225 + 236 = 680 (100%)
R 219 of 680 ~ 32.21%
G 225 of 680 ~ 33.09%
B 236 of 680 ~ 34.71%

%32.21
%33.09
%34.71

CMYK color model

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

  • cyan value is 7.20%
  • magenta value is 4.66%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,5,0,7)
C7M5Y0K7 
(7%,5%,0%,7%)
(0.07/0.05/0.00/0.07)	

CMYK percentages

%7.2
%4.66
%0
%7.45

Codes

Color #DBE1EC in popluar color models

DBE1EC
RGB219225236
HSL219°30.91%89.22%
HSB/HSV219°7.20%92.55%
CMYK7.20%4.66%0.00%
7.45%

Color #DBE1EC in popluar number systems.

HEXDBE1EC
Decimal219225236
Binary110110111110000111101100
Octal333341354

Shades and tints

Shades of #DBE1EC

#DBE1EC
(219,225,236)
#C8CDD7
(200,205,215)
#B5B9C2
(181,185,194)
#A2A5AD
(162,165,173)
#8F9198
(143,145,152)
#7C7D83
(124,125,131)
#69696E
(105,105,110)
#565559
(86,85,89)
#434144
(67,65,68)
#302D2F
(48,45,47)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #DBE1EC

#DBE1EC
(219,225,236)
#DEE3ED
(222,227,237)
#E1E5EE
(225,229,238)
#E4E7EF
(228,231,239)
#E7E9F0
(231,233,240)
#EAEBF1
(234,235,241)
#EDEDF2
(237,237,242)
#F0EFF3
(240,239,243)
#F3F1F4
(243,241,244)
#F6F3F5
(246,243,245)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE1EC; }

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

This text font color is #DBE1EC.


Background Color

.myBgColor { background-color: #DBE1EC; }

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

This div background color is #DBE1EC.


Border color

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

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

This div border color is #DBE1EC.


Opacity

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

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

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

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

This text has shadow with #DBE1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE1EC on black background.


Color preview on white background

This text has color #DBE1EC on white background.



Black color preview on #DBE1EC background

This text has black color on #DBE1EC background.


White color preview on #DBE1EC background

This text has white color on #DBE1EC background.