COLOR #DBE0EE

HEX: #DBE0EE
RGB: (219,224,238)

Color info

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

RGB color model

#DBE0EE color RGB value is (219,224,238).

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

RGB channels and saturation

R 219 of 255 = 86%
G 224 of 255 = 88%
B 238 of 255 = 93%

219
224
238

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

Portions of RGB colors in percentages

R + G + B =
219 + 224 + 238 = 681 (100%)
R 219 of 681 ~ 32.16%
G 224 of 681 ~ 32.89%
B 238 of 681 ~ 34.95%

%32.16
%32.89
%34.95

CMYK color model

#DBE0EE color CMYK value is (8,6,0,7).

  • cyan value is 7.98%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(8,6,0,7)
C8M6Y0K7 
(8%,6%,0%,7%)
(0.08/0.06/0.00/0.07)	

CMYK percentages

%7.98
%5.88
%0
%6.67

Codes

Color #DBE0EE in popluar color models

DBE0EE
RGB219224238
HSL224°35.85%89.61%
HSB/HSV224°7.98%93.33%
CMYK7.98%5.88%0.00%
6.67%

Color #DBE0EE in popluar number systems.

HEXDBE0EE
Decimal219224238
Binary110110111110000011101110
Octal333340356

Shades and tints

Shades of #DBE0EE

#DBE0EE
(219,224,238)
#C8CCD9
(200,204,217)
#B5B8C4
(181,184,196)
#A2A4AF
(162,164,175)
#8F909A
(143,144,154)
#7C7C85
(124,124,133)
#696870
(105,104,112)
#56545B
(86,84,91)
#434046
(67,64,70)
#302C31
(48,44,49)
#1D181C
(29,24,28)
#000000
(0,0,0)

Tints of #DBE0EE

#DBE0EE
(219,224,238)
#DEE2EF
(222,226,239)
#E1E4F0
(225,228,240)
#E4E6F1
(228,230,241)
#E7E8F2
(231,232,242)
#EAEAF3
(234,234,243)
#EDECF4
(237,236,244)
#F0EEF5
(240,238,245)
#F3F0F6
(243,240,246)
#F6F2F7
(246,242,247)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE0EE color. Also use rgb(219,224,238) instead hex code.

Text Font Color

.myTextColor { color: #DBE0EE; }

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

This text font color is #DBE0EE.


Background Color

.myBgColor { background-color: #DBE0EE; }

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

This div background color is #DBE0EE.


Border color

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

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

This div border color is #DBE0EE.


Opacity

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

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

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

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

This text has shadow with #DBE0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE0EE on black background.


Color preview on white background

This text has color #DBE0EE on white background.



Black color preview on #DBE0EE background

This text has black color on #DBE0EE background.


White color preview on #DBE0EE background

This text has white color on #DBE0EE background.