COLOR #DBE9E6

HEX: #DBE9E6 RGB: (219,233,230)

Color info

#DBE9E6 contains red, green and blue colors in about the same proportion. Web safe color of #DBE9E6 is #CCFFCC (or #CFC).

RGB color model

#DBE9E6 color RGB value is (219,233,230).

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

RGB channels and saturation

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

219
233
230

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

Portions of RGB colors in percentages

R + G + B = 219 + 233 + 230 = 682 (100%)
R 219 of 682 ~ 32.11%
G 233 of 682 ~ 34.16%
B 230 of 682 ~ 33.72'%

%32.11
%34.16
%33.72

CMYK color model

#DBE9E6 color CMYK value is (6,0,1,9).

  • cyan value is 6.01%
  • magenta value is 0.00%
  • yellow value is 1.29%
  • key color value is 8.63%

CMYK: (6,0,1,9)
C6M0Y1K9 (6%, 0%, 1%, 9%)
(0.06 / 0.00 / 0.01 / 0.09)

CMYK percentages

%6.01
%0
%1.29
%8.63

Codes

Color #DBE9E6 in popluar color models

DB E9 E6
RGB 219 233 230
HSL 167° 24.14% 88.63%
HSB/HSV 167° 6.01% 91.37%
CMYK 6.01% 0.00% 1.29%
8.63%

Color #DBE9E6 in popluar number systems.

HEX DB E9 E6
Decimal 219 233 230
Binary 11011011 11101001 11100110
Octal 333 351 346

Shades and tints

Shades of #DBE9E6

#DBE9E6
(219,233,230)
#C8D4D2
(200,212,210)
#B5BFBE
(181,191,190)
#A2AAAA
(162,170,170)
#8F9596
(143,149,150)
#7C8082
(124,128,130)
#696B6E
(105,107,110)
#56565A
(86,86,90)
#434146
(67,65,70)
#302C32
(48,44,50)
#1D171E
(29,23,30)
#000000
(0,0,0)

Tints of #DBE9E6

#DBE9E6
(219,233,230)
#DEEBE8
(222,235,232)
#E1EDEA
(225,237,234)
#E4EFEC
(228,239,236)
#E7F1EE
(231,241,238)
#EAF3F0
(234,243,240)
#EDF5F2
(237,245,242)
#F0F7F4
(240,247,244)
#F3F9F6
(243,249,246)
#F6FBF8
(246,251,248)
#F9FDFA
(249,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE9E6; }

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

This text font color is #DBE9E6.

Background Color

.myBgColor { background-color: #DBE9E6; }

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

This div background color is #DBE9E6.

Border color

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

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

This div border color is #DBE9E6.

Opacity

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

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

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

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

This text has shadow with #DBE9E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE9E6.

Preview

Color preview on black background

This text has color #DBE9E6 on black background.


Color preview on white background

This text has color #DBE9E6 on white background.


Black color preview on #DBE9E6 background

This text has black color on #DBE9E6 background.


White color preview on #DBE9E6 background

This text has white color on #DBE9E6 background.


Related colors

Complementary color

Complementary color for #hex is #241619.


I love getcolorcode.com

Triadic colors

1 #E6DBE9 and #E9E6DB with #DBE9E6 are triadic colors.

2 #E6E9DB and #E9DBE6 with #DBE9E6 are triadic colors.