COLOR #DBE0EC

HEX: #DBE0EC RGB: (219,224,236)

Color info

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

RGB color model

#DBE0EC color RGB value is (219,224,236).

RGB: (219,224,236) (86%, 88%, 93%)

RGB channels and saturation

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

219
224
236

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

Portions of RGB colors in percentages

R + G + B = 219 + 224 + 236 = 679 (100%)
R 219 of 679 ~ 32.25%
G 224 of 679 ~ 32.99%
B 236 of 679 ~ 34.76'%

%32.25
%32.99
%34.76

CMYK color model

#DBE0EC color CMYK value is (7,5,0,7).

  • cyan value is 7.20%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (7,5,0,7)
C7M5Y0K7 (7%, 5%, 0%, 7%)
(0.07 / 0.05 / 0.00 / 0.07)

CMYK percentages

%7.2
%5.08
%0
%7.45

Codes

Color #DBE0EC in popluar color models

DB E0 EC
RGB 219 224 236
HSL 222° 30.91% 89.22%
HSB/HSV 222° 7.20% 92.55%
CMYK 7.20% 5.08% 0.00%
7.45%

Color #DBE0EC in popluar number systems.

HEX DB E0 EC
Decimal 219 224 236
Binary 11011011 11100000 11101100
Octal 333 340 354

Shades and tints

Shades of #DBE0EC

#DBE0EC
(219,224,236)
#C8CCD7
(200,204,215)
#B5B8C2
(181,184,194)
#A2A4AD
(162,164,173)
#8F9098
(143,144,152)
#7C7C83
(124,124,131)
#69686E
(105,104,110)
#565459
(86,84,89)
#434044
(67,64,68)
#302C2F
(48,44,47)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #DBE0EC

#DBE0EC
(219,224,236)
#DEE2ED
(222,226,237)
#E1E4EE
(225,228,238)
#E4E6EF
(228,230,239)
#E7E8F0
(231,232,240)
#EAEAF1
(234,234,241)
#EDECF2
(237,236,242)
#F0EEF3
(240,238,243)
#F3F0F4
(243,240,244)
#F6F2F5
(246,242,245)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE0EC; }

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

This text font color is #DBE0EC.

Background Color

.myBgColor { background-color: #DBE0EC; }

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

This div background color is #DBE0EC.

Border color

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

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

This div border color is #DBE0EC.

Opacity

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

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

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

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

This text has shadow with #DBE0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE0EC.

Preview

Color preview on black background

This text has color #DBE0EC on black background.


Color preview on white background

This text has color #DBE0EC on white background.


Black color preview on #DBE0EC background

This text has black color on #DBE0EC background.


White color preview on #DBE0EC background

This text has white color on #DBE0EC background.


Related colors

Complementary color

Complementary color for #hex is #241F13.


I love getcolorcode.com

Triadic colors

1 #ECDBE0 and #E0ECDB with #DBE0EC are triadic colors.

2 #ECE0DB and #E0DBEC with #DBE0EC are triadic colors.