COLOR #DBE2EC

HEX: #DBE2EC
RGB: (219,226,236)

Color info

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

RGB color model

#DBE2EC color RGB value is (219,226,236).

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

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 236 of 255 = 93%

219
226
236

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

Portions of RGB colors in percentages

R + G + B =
219 + 226 + 236 = 681 (100%)
R 219 of 681 ~ 32.16%
G 226 of 681 ~ 33.19%
B 236 of 681 ~ 34.65%

%32.16
%33.19
%34.65

CMYK color model

#DBE2EC color CMYK value is (7,4,0,7).

  • cyan value is 7.20%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,4,0,7)
C7M4Y0K7 
(7%,4%,0%,7%)
(0.07/0.04/0.00/0.07)	

CMYK percentages

%7.2
%4.24
%0
%7.45

Codes

Color #DBE2EC in popluar color models

DBE2EC
RGB219226236
HSL215°30.91%89.22%
HSB/HSV215°7.20%92.55%
CMYK7.20%4.24%0.00%
7.45%

Color #DBE2EC in popluar number systems.

HEXDBE2EC
Decimal219226236
Binary110110111110001011101100
Octal333342354

Shades and tints

Shades of #DBE2EC

#DBE2EC
(219,226,236)
#C8CED7
(200,206,215)
#B5BAC2
(181,186,194)
#A2A6AD
(162,166,173)
#8F9298
(143,146,152)
#7C7E83
(124,126,131)
#696A6E
(105,106,110)
#565659
(86,86,89)
#434244
(67,66,68)
#302E2F
(48,46,47)
#1D1A1A
(29,26,26)
#000000
(0,0,0)

Tints of #DBE2EC

#DBE2EC
(219,226,236)
#DEE4ED
(222,228,237)
#E1E6EE
(225,230,238)
#E4E8EF
(228,232,239)
#E7EAF0
(231,234,240)
#EAECF1
(234,236,241)
#EDEEF2
(237,238,242)
#F0F0F3
(240,240,243)
#F3F2F4
(243,242,244)
#F6F4F5
(246,244,245)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2EC; }

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

This text font color is #DBE2EC.


Background Color

.myBgColor { background-color: #DBE2EC; }

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

This div background color is #DBE2EC.


Border color

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

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

This div border color is #DBE2EC.


Opacity

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

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

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

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

This text has shadow with #DBE2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE2EC on black background.


Color preview on white background

This text has color #DBE2EC on white background.



Black color preview on #DBE2EC background

This text has black color on #DBE2EC background.


White color preview on #DBE2EC background

This text has white color on #DBE2EC background.