COLOR #DBE0E6

HEX: #DBE0E6
RGB: (219,224,230)

Color info

#DBE0E6 contains red, green and blue colors in about the same proportion. Web safe color of #DBE0E6 is #CCCCCC (or #CCC).

RGB color model

#DBE0E6 color RGB value is (219,224,230).

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

RGB channels and saturation

R 219 of 255 = 86%
G 224 of 255 = 88%
B 230 of 255 = 90%

219
224
230

R + G + B ~ 88%. #DBE0E6 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 224 + 230 = 673 (100%)
R 219 of 673 ~ 32.54%
G 224 of 673 ~ 33.28%
B 230 of 673 ~ 34.18%

%32.54
%33.28
%34.18

CMYK color model

#DBE0E6 color CMYK value is (5,3,0,10).

  • cyan value is 4.78%
  • magenta value is 2.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(5,3,0,10)
C5M3Y0K10 
(5%,3%,0%,10%)
(0.05/0.03/0.00/0.10)	

CMYK percentages

%4.78
%2.61
%0
%9.8

Codes

Color #DBE0E6 in popluar color models

DBE0E6
RGB219224230
HSL213°18.03%88.04%
HSB/HSV213°4.78%90.20%
CMYK4.78%2.61%0.00%
9.80%

Color #DBE0E6 in popluar number systems.

HEXDBE0E6
Decimal219224230
Binary110110111110000011100110
Octal333340346

Shades and tints

Shades of #DBE0E6

#DBE0E6
(219,224,230)
#C8CCD2
(200,204,210)
#B5B8BE
(181,184,190)
#A2A4AA
(162,164,170)
#8F9096
(143,144,150)
#7C7C82
(124,124,130)
#69686E
(105,104,110)
#56545A
(86,84,90)
#434046
(67,64,70)
#302C32
(48,44,50)
#1D181E
(29,24,30)
#000000
(0,0,0)

Tints of #DBE0E6

#DBE0E6
(219,224,230)
#DEE2E8
(222,226,232)
#E1E4EA
(225,228,234)
#E4E6EC
(228,230,236)
#E7E8EE
(231,232,238)
#EAEAF0
(234,234,240)
#EDECF2
(237,236,242)
#F0EEF4
(240,238,244)
#F3F0F6
(243,240,246)
#F6F2F8
(246,242,248)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE0E6; }

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

This text font color is #DBE0E6.


Background Color

.myBgColor { background-color: #DBE0E6; }

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

This div background color is #DBE0E6.


Border color

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

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

This div border color is #DBE0E6.


Opacity

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

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

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

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

This text has shadow with #DBE0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE0E6 on black background.


Color preview on white background

This text has color #DBE0E6 on white background.



Black color preview on #DBE0E6 background

This text has black color on #DBE0E6 background.


White color preview on #DBE0E6 background

This text has white color on #DBE0E6 background.