COLOR #DBECF7

HEX: #DBECF7 RGB: (219,236,247)

Color info

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

RGB color model

#DBECF7 color RGB value is (219,236,247).

RGB: (219,236,247) (86%, 93%, 97%)

RGB channels and saturation

R 219 of 255 = 86%
G 236 of 255 = 93%
B 247 of 255 = 97%

219
236
247

R + G + B ~ 92%. #DBECF7 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 236 + 247 = 702 (100%)
R 219 of 702 ~ 31.2%
G 236 of 702 ~ 33.62%
B 247 of 702 ~ 35.19'%

%31.2
%33.62
%35.19

CMYK color model

#DBECF7 color CMYK value is (11,4,0,3).

  • cyan value is 11.34%
  • magenta value is 4.45%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (11,4,0,3)
C11M4Y0K3 (11%, 4%, 0%, 3%)
(0.11 / 0.04 / 0.00 / 0.03)

CMYK percentages

%11.34
%4.45
%0
%3.14

Codes

Color #DBECF7 in popluar color models

DB EC F7
RGB 219 236 247
HSL 204° 63.64% 91.37%
HSB/HSV 204° 11.34% 96.86%
CMYK 11.34% 4.45% 0.00%
3.14%

Color #DBECF7 in popluar number systems.

HEX DB EC F7
Decimal 219 236 247
Binary 11011011 11101100 11110111
Octal 333 354 367

Shades and tints

Shades of #DBECF7

#DBECF7
(219,236,247)
#C8D7E1
(200,215,225)
#B5C2CB
(181,194,203)
#A2ADB5
(162,173,181)
#8F989F
(143,152,159)
#7C8389
(124,131,137)
#696E73
(105,110,115)
#56595D
(86,89,93)
#434447
(67,68,71)
#302F31
(48,47,49)
#1D1A1B
(29,26,27)
#000000
(0,0,0)

Tints of #DBECF7

#DBECF7
(219,236,247)
#DEEDF7
(222,237,247)
#E1EEF7
(225,238,247)
#E4EFF7
(228,239,247)
#E7F0F7
(231,240,247)
#EAF1F7
(234,241,247)
#EDF2F7
(237,242,247)
#F0F3F7
(240,243,247)
#F3F4F7
(243,244,247)
#F6F5F7
(246,245,247)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBECF7; }

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

This text font color is #DBECF7.

Background Color

.myBgColor { background-color: #DBECF7; }

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

This div background color is #DBECF7.

Border color

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

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

This div border color is #DBECF7.

Opacity

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

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

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

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

This text has shadow with #DBECF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBECF7.

Preview

Color preview on black background

This text has color #DBECF7 on black background.


Color preview on white background

This text has color #DBECF7 on white background.


Black color preview on #DBECF7 background

This text has black color on #DBECF7 background.


White color preview on #DBECF7 background

This text has white color on #DBECF7 background.


Related colors

Complementary color

Complementary color for #hex is #241308.


I love getcolorcode.com

Triadic colors

1 #F7DBEC and #ECF7DB with #DBECF7 are triadic colors.

2 #F7ECDB and #ECDBF7 with #DBECF7 are triadic colors.