COLOR #DBE9DC

HEX: #DBE9DC
RGB: (219,233,220)

Color info

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

RGB color model

#DBE9DC color RGB value is (219,233,220).

  • red value is 219;
  • green value is 233;
  • blue value is 220.
RGB:
(219,233,220)
(86%,91%,86%)

RGB channels and saturation

R 219 of 255 = 86%
G 233 of 255 = 91%
B 220 of 255 = 86%

219
233
220

R + G + B ~ 88%. #DBE9DC is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 233 + 220 = 672 (100%)
R 219 of 672 ~ 32.59%
G 233 of 672 ~ 34.67%
B 220 of 672 ~ 32.74%

%32.59
%34.67
%32.74

CMYK color model

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

  • cyan value is 6.01%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 8.63%
CMYK:
(6,0,6,9)
C6M0Y6K9 
(6%,0%,6%,9%)
(0.06/0.00/0.06/0.09)	

CMYK percentages

%6.01
%0
%5.58
%8.63

Codes

Color #DBE9DC in popluar color models

DBE9DC
RGB219233220
HSL124°24.14%88.63%
HSB/HSV124°6.01%91.37%
CMYK6.01%0.00%5.58%
8.63%

Color #DBE9DC in popluar number systems.

HEXDBE9DC
Decimal219233220
Binary110110111110100111011100
Octal333351334

Shades and tints

Shades of #DBE9DC

#DBE9DC
(219,233,220)
#C8D4C8
(200,212,200)
#B5BFB4
(181,191,180)
#A2AAA0
(162,170,160)
#8F958C
(143,149,140)
#7C8078
(124,128,120)
#696B64
(105,107,100)
#565650
(86,86,80)
#43413C
(67,65,60)
#302C28
(48,44,40)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #DBE9DC

#DBE9DC
(219,233,220)
#DEEBDF
(222,235,223)
#E1EDE2
(225,237,226)
#E4EFE5
(228,239,229)
#E7F1E8
(231,241,232)
#EAF3EB
(234,243,235)
#EDF5EE
(237,245,238)
#F0F7F1
(240,247,241)
#F3F9F4
(243,249,244)
#F6FBF7
(246,251,247)
#F9FDFA
(249,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE9DC; }

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

This text font color is #DBE9DC.


Background Color

.myBgColor { background-color: #DBE9DC; }

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

This div background color is #DBE9DC.


Border color

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

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

This div border color is #DBE9DC.


Opacity

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

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

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

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

This text has shadow with #DBE9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE9DC on black background.


Color preview on white background

This text has color #DBE9DC on white background.



Black color preview on #DBE9DC background

This text has black color on #DBE9DC background.


White color preview on #DBE9DC background

This text has white color on #DBE9DC background.