COLOR #DBE9DD

HEX: #DBE9DD RGB: (219,233,221)

Color info

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

RGB color model

#DBE9DD color RGB value is (219,233,221).

RGB: (219,233,221) (86%, 91%, 87%)

RGB channels and saturation

R 219 of 255 = 86%
G 233 of 255 = 91%
B 221 of 255 = 87%

219
233
221

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

Portions of RGB colors in percentages

R + G + B = 219 + 233 + 221 = 673 (100%)
R 219 of 673 ~ 32.54%
G 233 of 673 ~ 34.62%
B 221 of 673 ~ 32.84'%

%32.54
%34.62
%32.84

CMYK color model

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

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

CMYK: (6,0,5,9)
C6M0Y5K9 (6%, 0%, 5%, 9%)
(0.06 / 0.00 / 0.05 / 0.09)

CMYK percentages

%6.01
%0
%5.15
%8.63

Codes

Color #DBE9DD in popluar color models

DB E9 DD
RGB 219 233 221
HSL 129° 24.14% 88.63%
HSB/HSV 129° 6.01% 91.37%
CMYK 6.01% 0.00% 5.15%
8.63%

Color #DBE9DD in popluar number systems.

HEX DB E9 DD
Decimal 219 233 221
Binary 11011011 11101001 11011101
Octal 333 351 335

Shades and tints

Shades of #DBE9DD

#DBE9DD
(219,233,221)
#C8D4C9
(200,212,201)
#B5BFB5
(181,191,181)
#A2AAA1
(162,170,161)
#8F958D
(143,149,141)
#7C8079
(124,128,121)
#696B65
(105,107,101)
#565651
(86,86,81)
#43413D
(67,65,61)
#302C29
(48,44,41)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #DBE9DD

#DBE9DD
(219,233,221)
#DEEBE0
(222,235,224)
#E1EDE3
(225,237,227)
#E4EFE6
(228,239,230)
#E7F1E9
(231,241,233)
#EAF3EC
(234,243,236)
#EDF5EF
(237,245,239)
#F0F7F2
(240,247,242)
#F3F9F5
(243,249,245)
#F6FBF8
(246,251,248)
#F9FDFB
(249,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE9DD; }

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

This text font color is #DBE9DD.

Background Color

.myBgColor { background-color: #DBE9DD; }

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

This div background color is #DBE9DD.

Border color

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

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

This div border color is #DBE9DD.

Opacity

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

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

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

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

This text has shadow with #DBE9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE9DD.

Preview

Color preview on black background

This text has color #DBE9DD on black background.


Color preview on white background

This text has color #DBE9DD on white background.


Black color preview on #DBE9DD background

This text has black color on #DBE9DD background.


White color preview on #DBE9DD background

This text has white color on #DBE9DD background.


Related colors

Complementary color

Complementary color for #hex is #241622.


I love getcolorcode.com

Triadic colors

1 #DDDBE9 and #E9DDDB with #DBE9DD are triadic colors.

2 #DDE9DB and #E9DBDD with #DBE9DD are triadic colors.