COLOR #DBE3EE

HEX: #DBE3EE RGB: (219,227,238)

Color info

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

RGB color model

#DBE3EE color RGB value is (219,227,238).

RGB: (219,227,238) (86%, 89%, 93%)

RGB channels and saturation

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

219
227
238

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

Portions of RGB colors in percentages

R + G + B = 219 + 227 + 238 = 684 (100%)
R 219 of 684 ~ 32.02%
G 227 of 684 ~ 33.19%
B 238 of 684 ~ 34.8'%

%32.02
%33.19
%34.8

CMYK color model

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

  • cyan value is 7.98%
  • magenta value is 4.62%
  • 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
%4.62
%0
%6.67

Codes

Color #DBE3EE in popluar color models

DB E3 EE
RGB 219 227 238
HSL 215° 35.85% 89.61%
HSB/HSV 215° 7.98% 93.33%
CMYK 7.98% 4.62% 0.00%
6.67%

Color #DBE3EE in popluar number systems.

HEX DB E3 EE
Decimal 219 227 238
Binary 11011011 11100011 11101110
Octal 333 343 356

Shades and tints

Shades of #DBE3EE

#DBE3EE
(219,227,238)
#C8CFD9
(200,207,217)
#B5BBC4
(181,187,196)
#A2A7AF
(162,167,175)
#8F939A
(143,147,154)
#7C7F85
(124,127,133)
#696B70
(105,107,112)
#56575B
(86,87,91)
#434346
(67,67,70)
#302F31
(48,47,49)
#1D1B1C
(29,27,28)
#000000
(0,0,0)

Tints of #DBE3EE

#DBE3EE
(219,227,238)
#DEE5EF
(222,229,239)
#E1E7F0
(225,231,240)
#E4E9F1
(228,233,241)
#E7EBF2
(231,235,242)
#EAEDF3
(234,237,243)
#EDEFF4
(237,239,244)
#F0F1F5
(240,241,245)
#F3F3F6
(243,243,246)
#F6F5F7
(246,245,247)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE3EE; }

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

This text font color is #DBE3EE.

Background Color

.myBgColor { background-color: #DBE3EE; }

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

This div background color is #DBE3EE.

Border color

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

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

This div border color is #DBE3EE.

Opacity

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

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

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

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

This text has shadow with #DBE3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE3EE.

Preview

Color preview on black background

This text has color #DBE3EE on black background.


Color preview on white background

This text has color #DBE3EE on white background.


Black color preview on #DBE3EE background

This text has black color on #DBE3EE background.


White color preview on #DBE3EE background

This text has white color on #DBE3EE background.


Related colors

Complementary color

Complementary color for #hex is #241C11.


I love getcolorcode.com

Triadic colors

1 #EEDBE3 and #E3EEDB with #DBE3EE are triadic colors.

2 #EEE3DB and #E3DBEE with #DBE3EE are triadic colors.