COLOR #DBECEE

HEX: #DBECEE RGB: (219,236,238)

Color info

#DBECEE contains red, green and blue colors in about the same proportion. Web safe color of #DBECEE is #CCFFFF (or #CFF).

RGB color model

#DBECEE color RGB value is (219,236,238).

RGB: (219,236,238) (86%, 93%, 93%)

RGB channels and saturation

R 219 of 255 = 86%
G 236 of 255 = 93%
B 238 of 255 = 93%

219
236
238

R + G + B ~ 91%. #DBECEE is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 236 + 238 = 693 (100%)
R 219 of 693 ~ 31.6%
G 236 of 693 ~ 34.05%
B 238 of 693 ~ 34.34'%

%31.6
%34.05
%34.34

CMYK color model

#DBECEE color CMYK value is (8,1,0,7).

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

CMYK: (8,1,0,7)
C8M1Y0K7 (8%, 1%, 0%, 7%)
(0.08 / 0.01 / 0.00 / 0.07)

CMYK percentages

%7.98
%0.84
%0
%6.67

Codes

Color #DBECEE in popluar color models

DB EC EE
RGB 219 236 238
HSL 186° 35.85% 89.61%
HSB/HSV 186° 7.98% 93.33%
CMYK 7.98% 0.84% 0.00%
6.67%

Color #DBECEE in popluar number systems.

HEX DB EC EE
Decimal 219 236 238
Binary 11011011 11101100 11101110
Octal 333 354 356

Shades and tints

Shades of #DBECEE

#DBECEE
(219,236,238)
#C8D7D9
(200,215,217)
#B5C2C4
(181,194,196)
#A2ADAF
(162,173,175)
#8F989A
(143,152,154)
#7C8385
(124,131,133)
#696E70
(105,110,112)
#56595B
(86,89,91)
#434446
(67,68,70)
#302F31
(48,47,49)
#1D1A1C
(29,26,28)
#000000
(0,0,0)

Tints of #DBECEE

#DBECEE
(219,236,238)
#DEEDEF
(222,237,239)
#E1EEF0
(225,238,240)
#E4EFF1
(228,239,241)
#E7F0F2
(231,240,242)
#EAF1F3
(234,241,243)
#EDF2F4
(237,242,244)
#F0F3F5
(240,243,245)
#F3F4F6
(243,244,246)
#F6F5F7
(246,245,247)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBECEE; }

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

This text font color is #DBECEE.

Background Color

.myBgColor { background-color: #DBECEE; }

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

This div background color is #DBECEE.

Border color

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

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

This div border color is #DBECEE.

Opacity

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

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

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

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

This text has shadow with #DBECEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBECEE.

Preview

Color preview on black background

This text has color #DBECEE on black background.


Color preview on white background

This text has color #DBECEE on white background.


Black color preview on #DBECEE background

This text has black color on #DBECEE background.


White color preview on #DBECEE background

This text has white color on #DBECEE background.


Related colors

Complementary color

Complementary color for #hex is #241311.


I love getcolorcode.com

Triadic colors

1 #EEDBEC and #ECEEDB with #DBECEE are triadic colors.

2 #EEECDB and #ECDBEE with #DBECEE are triadic colors.