COLOR #DBE6E7

HEX: #DBE6E7 RGB: (219,230,231)

Color info

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

RGB color model

#DBE6E7 color RGB value is (219,230,231).

RGB: (219,230,231) (86%, 90%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 230 of 255 = 90%
B 231 of 255 = 91%

219
230
231

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

Portions of RGB colors in percentages

R + G + B = 219 + 230 + 231 = 680 (100%)
R 219 of 680 ~ 32.21%
G 230 of 680 ~ 33.82%
B 231 of 680 ~ 33.97'%

%32.21
%33.82
%33.97

CMYK color model

#DBE6E7 color CMYK value is (5,0,0,9).

  • cyan value is 5.19%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (5,0,0,9)
C5M0Y0K9 (5%, 0%, 0%, 9%)
(0.05 / 0.00 / 0.00 / 0.09)

CMYK percentages

%5.19
%0.43
%0
%9.41

Codes

Color #DBE6E7 in popluar color models

DB E6 E7
RGB 219 230 231
HSL 185° 20.00% 88.24%
HSB/HSV 185° 5.19% 90.59%
CMYK 5.19% 0.43% 0.00%
9.41%

Color #DBE6E7 in popluar number systems.

HEX DB E6 E7
Decimal 219 230 231
Binary 11011011 11100110 11100111
Octal 333 346 347

Shades and tints

Shades of #DBE6E7

#DBE6E7
(219,230,231)
#C8D2D2
(200,210,210)
#B5BEBD
(181,190,189)
#A2AAA8
(162,170,168)
#8F9693
(143,150,147)
#7C827E
(124,130,126)
#696E69
(105,110,105)
#565A54
(86,90,84)
#43463F
(67,70,63)
#30322A
(48,50,42)
#1D1E15
(29,30,21)
#000000
(0,0,0)

Tints of #DBE6E7

#DBE6E7
(219,230,231)
#DEE8E9
(222,232,233)
#E1EAEB
(225,234,235)
#E4ECED
(228,236,237)
#E7EEEF
(231,238,239)
#EAF0F1
(234,240,241)
#EDF2F3
(237,242,243)
#F0F4F5
(240,244,245)
#F3F6F7
(243,246,247)
#F6F8F9
(246,248,249)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE6E7 color. Also use rgb(219,230,231) instead hex code.

Text Font Color

.myTextColor { color: #DBE6E7; }

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

This text font color is #DBE6E7.

Background Color

.myBgColor { background-color: #DBE6E7; }

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

This div background color is #DBE6E7.

Border color

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

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

This div border color is #DBE6E7.

Opacity

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

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

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

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

This text has shadow with #DBE6E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE6E7.

Preview

Color preview on black background

This text has color #DBE6E7 on black background.


Color preview on white background

This text has color #DBE6E7 on white background.


Black color preview on #DBE6E7 background

This text has black color on #DBE6E7 background.


White color preview on #DBE6E7 background

This text has white color on #DBE6E7 background.


Related colors

Complementary color

Complementary color for #hex is #241918.


I love getcolorcode.com

Triadic colors

1 #E7DBE6 and #E6E7DB with #DBE6E7 are triadic colors.

2 #E7E6DB and #E6DBE7 with #DBE6E7 are triadic colors.