COLOR #DBE3EC

HEX: #DBE3EC
RGB: (219,227,236)

Color info

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

RGB color model

#DBE3EC color RGB value is (219,227,236).

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

RGB channels and saturation

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

219
227
236

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

Portions of RGB colors in percentages

R + G + B =
219 + 227 + 236 = 682 (100%)
R 219 of 682 ~ 32.11%
G 227 of 682 ~ 33.28%
B 236 of 682 ~ 34.6%

%32.11
%33.28
%34.6

CMYK color model

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

  • cyan value is 7.20%
  • magenta value is 3.81%
  • 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
%3.81
%0
%7.45

Codes

Color #DBE3EC in popluar color models

DBE3EC
RGB219227236
HSL212°30.91%89.22%
HSB/HSV212°7.20%92.55%
CMYK7.20%3.81%0.00%
7.45%

Color #DBE3EC in popluar number systems.

HEXDBE3EC
Decimal219227236
Binary110110111110001111101100
Octal333343354

Shades and tints

Shades of #DBE3EC

#DBE3EC
(219,227,236)
#C8CFD7
(200,207,215)
#B5BBC2
(181,187,194)
#A2A7AD
(162,167,173)
#8F9398
(143,147,152)
#7C7F83
(124,127,131)
#696B6E
(105,107,110)
#565759
(86,87,89)
#434344
(67,67,68)
#302F2F
(48,47,47)
#1D1B1A
(29,27,26)
#000000
(0,0,0)

Tints of #DBE3EC

#DBE3EC
(219,227,236)
#DEE5ED
(222,229,237)
#E1E7EE
(225,231,238)
#E4E9EF
(228,233,239)
#E7EBF0
(231,235,240)
#EAEDF1
(234,237,241)
#EDEFF2
(237,239,242)
#F0F1F3
(240,241,243)
#F3F3F4
(243,243,244)
#F6F5F5
(246,245,245)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE3EC; }

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

This text font color is #DBE3EC.


Background Color

.myBgColor { background-color: #DBE3EC; }

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

This div background color is #DBE3EC.


Border color

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

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

This div border color is #DBE3EC.


Opacity

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

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

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

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

This text has shadow with #DBE3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE3EC on black background.


Color preview on white background

This text has color #DBE3EC on white background.



Black color preview on #DBE3EC background

This text has black color on #DBE3EC background.


White color preview on #DBE3EC background

This text has white color on #DBE3EC background.