COLOR #DBE4EC

HEX: #DBE4EC
RGB: (219,228,236)

Color info

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

RGB color model

#DBE4EC color RGB value is (219,228,236).

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

RGB channels and saturation

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

219
228
236

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

Portions of RGB colors in percentages

R + G + B =
219 + 228 + 236 = 683 (100%)
R 219 of 683 ~ 32.06%
G 228 of 683 ~ 33.38%
B 236 of 683 ~ 34.55%

%32.06
%33.38
%34.55

CMYK color model

#DBE4EC color CMYK value is (7,3,0,7).

  • cyan value is 7.20%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,3,0,7)
C7M3Y0K7 
(7%,3%,0%,7%)
(0.07/0.03/0.00/0.07)	

CMYK percentages

%7.2
%3.39
%0
%7.45

Codes

Color #DBE4EC in popluar color models

DBE4EC
RGB219228236
HSL208°30.91%89.22%
HSB/HSV208°7.20%92.55%
CMYK7.20%3.39%0.00%
7.45%

Color #DBE4EC in popluar number systems.

HEXDBE4EC
Decimal219228236
Binary110110111110010011101100
Octal333344354

Shades and tints

Shades of #DBE4EC

#DBE4EC
(219,228,236)
#C8D0D7
(200,208,215)
#B5BCC2
(181,188,194)
#A2A8AD
(162,168,173)
#8F9498
(143,148,152)
#7C8083
(124,128,131)
#696C6E
(105,108,110)
#565859
(86,88,89)
#434444
(67,68,68)
#30302F
(48,48,47)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #DBE4EC

#DBE4EC
(219,228,236)
#DEE6ED
(222,230,237)
#E1E8EE
(225,232,238)
#E4EAEF
(228,234,239)
#E7ECF0
(231,236,240)
#EAEEF1
(234,238,241)
#EDF0F2
(237,240,242)
#F0F2F3
(240,242,243)
#F3F4F4
(243,244,244)
#F6F6F5
(246,246,245)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE4EC; }

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

This text font color is #DBE4EC.


Background Color

.myBgColor { background-color: #DBE4EC; }

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

This div background color is #DBE4EC.


Border color

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

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

This div border color is #DBE4EC.


Opacity

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

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

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

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

This text has shadow with #DBE4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE4EC on black background.


Color preview on white background

This text has color #DBE4EC on white background.



Black color preview on #DBE4EC background

This text has black color on #DBE4EC background.


White color preview on #DBE4EC background

This text has white color on #DBE4EC background.