COLOR #DBE1D9

HEX: #DBE1D9 RGB: (219,225,217)

Color info

#DBE1D9 contains red, green and blue colors in about the same proportion. Web safe color of #DBE1D9 is #CCCCCC (or #CCC).

RGB color model

#DBE1D9 color RGB value is (219,225,217).

RGB: (219,225,217) (86%, 88%, 85%)

RGB channels and saturation

R 219 of 255 = 86%
G 225 of 255 = 88%
B 217 of 255 = 85%

219
225
217

R + G + B ~ 86%. #DBE1D9 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 225 + 217 = 661 (100%)
R 219 of 661 ~ 33.13%
G 225 of 661 ~ 34.04%
B 217 of 661 ~ 32.83'%

%33.13
%34.04
%32.83

CMYK color model

#DBE1D9 color CMYK value is (3,0,4,12).

  • cyan value is 2.67%
  • magenta value is 0.00%
  • yellow value is 3.56%
  • key color value is 11.76%

CMYK: (3,0,4,12)
C3M0Y4K12 (3%, 0%, 4%, 12%)
(0.03 / 0.00 / 0.04 / 0.12)

CMYK percentages

%2.67
%0
%3.56
%11.76

Codes

Color #DBE1D9 in popluar color models

DB E1 D9
RGB 219 225 217
HSL 105° 11.76% 86.67%
HSB/HSV 105° 3.56% 88.24%
CMYK 2.67% 0.00% 3.56%
11.76%

Color #DBE1D9 in popluar number systems.

HEX DB E1 D9
Decimal 219 225 217
Binary 11011011 11100001 11011001
Octal 333 341 331

Shades and tints

Shades of #DBE1D9

#DBE1D9
(219,225,217)
#C8CDC6
(200,205,198)
#B5B9B3
(181,185,179)
#A2A5A0
(162,165,160)
#8F918D
(143,145,141)
#7C7D7A
(124,125,122)
#696967
(105,105,103)
#565554
(86,85,84)
#434141
(67,65,65)
#302D2E
(48,45,46)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #DBE1D9

#DBE1D9
(219,225,217)
#DEE3DC
(222,227,220)
#E1E5DF
(225,229,223)
#E4E7E2
(228,231,226)
#E7E9E5
(231,233,229)
#EAEBE8
(234,235,232)
#EDEDEB
(237,237,235)
#F0EFEE
(240,239,238)
#F3F1F1
(243,241,241)
#F6F3F4
(246,243,244)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE1D9 color. Also use rgb(219,225,217) instead hex code.

Text Font Color

.myTextColor { color: #DBE1D9; }

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

This text font color is #DBE1D9.

Background Color

.myBgColor { background-color: #DBE1D9; }

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

This div background color is #DBE1D9.

Border color

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

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

This div border color is #DBE1D9.

Opacity

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

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

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

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

This text has shadow with #DBE1D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE1D9.

Preview

Color preview on black background

This text has color #DBE1D9 on black background.


Color preview on white background

This text has color #DBE1D9 on white background.


Black color preview on #DBE1D9 background

This text has black color on #DBE1D9 background.


White color preview on #DBE1D9 background

This text has white color on #DBE1D9 background.


Related colors

Complementary color

Complementary color for #hex is #241E26.


I love getcolorcode.com

Triadic colors

1 #D9DBE1 and #E1D9DB with #DBE1D9 are triadic colors.

2 #D9E1DB and #E1DBD9 with #DBE1D9 are triadic colors.