COLOR #DBE1EE

HEX: #DBE1EE RGB: (219,225,238)

Color info

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

RGB color model

#DBE1EE color RGB value is (219,225,238).

RGB: (219,225,238) (86%, 88%, 93%)

RGB channels and saturation

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

219
225
238

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

Portions of RGB colors in percentages

R + G + B = 219 + 225 + 238 = 682 (100%)
R 219 of 682 ~ 32.11%
G 225 of 682 ~ 32.99%
B 238 of 682 ~ 34.9'%

%32.11
%32.99
%34.9

CMYK color model

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

  • cyan value is 7.98%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (8,5,0,7)
C8M5Y0K7 (8%, 5%, 0%, 7%)
(0.08 / 0.05 / 0.00 / 0.07)

CMYK percentages

%7.98
%5.46
%0
%6.67

Codes

Color #DBE1EE in popluar color models

DB E1 EE
RGB 219 225 238
HSL 221° 35.85% 89.61%
HSB/HSV 221° 7.98% 93.33%
CMYK 7.98% 5.46% 0.00%
6.67%

Color #DBE1EE in popluar number systems.

HEX DB E1 EE
Decimal 219 225 238
Binary 11011011 11100001 11101110
Octal 333 341 356

Shades and tints

Shades of #DBE1EE

#DBE1EE
(219,225,238)
#C8CDD9
(200,205,217)
#B5B9C4
(181,185,196)
#A2A5AF
(162,165,175)
#8F919A
(143,145,154)
#7C7D85
(124,125,133)
#696970
(105,105,112)
#56555B
(86,85,91)
#434146
(67,65,70)
#302D31
(48,45,49)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #DBE1EE

#DBE1EE
(219,225,238)
#DEE3EF
(222,227,239)
#E1E5F0
(225,229,240)
#E4E7F1
(228,231,241)
#E7E9F2
(231,233,242)
#EAEBF3
(234,235,243)
#EDEDF4
(237,237,244)
#F0EFF5
(240,239,245)
#F3F1F6
(243,241,246)
#F6F3F7
(246,243,247)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE1EE; }

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

This text font color is #DBE1EE.

Background Color

.myBgColor { background-color: #DBE1EE; }

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

This div background color is #DBE1EE.

Border color

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

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

This div border color is #DBE1EE.

Opacity

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

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

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

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

This text has shadow with #DBE1EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE1EE.

Preview

Color preview on black background

This text has color #DBE1EE on black background.


Color preview on white background

This text has color #DBE1EE on white background.


Black color preview on #DBE1EE background

This text has black color on #DBE1EE background.


White color preview on #DBE1EE background

This text has white color on #DBE1EE background.


Related colors

Complementary color

Complementary color for #hex is #241E11.


I love getcolorcode.com

Triadic colors

1 #EEDBE1 and #E1EEDB with #DBE1EE are triadic colors.

2 #EEE1DB and #E1DBEE with #DBE1EE are triadic colors.