COLOR #DBE4EE

HEX: #DBE4EE RGB: (219,228,238)

Color info

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

RGB color model

#DBE4EE color RGB value is (219,228,238).

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

RGB channels and saturation

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

219
228
238

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

Portions of RGB colors in percentages

R + G + B = 219 + 228 + 238 = 685 (100%)
R 219 of 685 ~ 31.97%
G 228 of 685 ~ 33.28%
B 238 of 685 ~ 34.74'%

%31.97
%33.28
%34.74

CMYK color model

#DBE4EE color CMYK value is (8,4,0,7).

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

CMYK: (8,4,0,7)
C8M4Y0K7 (8%, 4%, 0%, 7%)
(0.08 / 0.04 / 0.00 / 0.07)

CMYK percentages

%7.98
%4.2
%0
%6.67

Codes

Color #DBE4EE in popluar color models

DB E4 EE
RGB 219 228 238
HSL 212° 35.85% 89.61%
HSB/HSV 212° 7.98% 93.33%
CMYK 7.98% 4.20% 0.00%
6.67%

Color #DBE4EE in popluar number systems.

HEX DB E4 EE
Decimal 219 228 238
Binary 11011011 11100100 11101110
Octal 333 344 356

Shades and tints

Shades of #DBE4EE

#DBE4EE
(219,228,238)
#C8D0D9
(200,208,217)
#B5BCC4
(181,188,196)
#A2A8AF
(162,168,175)
#8F949A
(143,148,154)
#7C8085
(124,128,133)
#696C70
(105,108,112)
#56585B
(86,88,91)
#434446
(67,68,70)
#303031
(48,48,49)
#1D1C1C
(29,28,28)
#000000
(0,0,0)

Tints of #DBE4EE

#DBE4EE
(219,228,238)
#DEE6EF
(222,230,239)
#E1E8F0
(225,232,240)
#E4EAF1
(228,234,241)
#E7ECF2
(231,236,242)
#EAEEF3
(234,238,243)
#EDF0F4
(237,240,244)
#F0F2F5
(240,242,245)
#F3F4F6
(243,244,246)
#F6F6F7
(246,246,247)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE4EE; }

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

This text font color is #DBE4EE.

Background Color

.myBgColor { background-color: #DBE4EE; }

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

This div background color is #DBE4EE.

Border color

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

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

This div border color is #DBE4EE.

Opacity

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

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

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

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

This text has shadow with #DBE4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE4EE.

Preview

Color preview on black background

This text has color #DBE4EE on black background.


Color preview on white background

This text has color #DBE4EE on white background.


Black color preview on #DBE4EE background

This text has black color on #DBE4EE background.


White color preview on #DBE4EE background

This text has white color on #DBE4EE background.


Related colors

Complementary color

Complementary color for #hex is #241B11.


I love getcolorcode.com

Triadic colors

1 #EEDBE4 and #E4EEDB with #DBE4EE are triadic colors.

2 #EEE4DB and #E4DBEE with #DBE4EE are triadic colors.