COLOR #DBE0D7

HEX: #DBE0D7
RGB: (219,224,215)

Color info

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

RGB color model

#DBE0D7 color RGB value is (219,224,215).

  • red value is 219;
  • green value is 224;
  • blue value is 215.
RGB:
(219,224,215)
(86%,88%,84%)

RGB channels and saturation

R 219 of 255 = 86%
G 224 of 255 = 88%
B 215 of 255 = 84%

219
224
215

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

Portions of RGB colors in percentages

R + G + B =
219 + 224 + 215 = 658 (100%)
R 219 of 658 ~ 33.28%
G 224 of 658 ~ 34.04%
B 215 of 658 ~ 32.67%

%33.28
%34.04
%32.67

CMYK color model

#DBE0D7 color CMYK value is (2,0,4,12).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 12.16%
CMYK:
(2,0,4,12)
C2M0Y4K12 
(2%,0%,4%,12%)
(0.02/0.00/0.04/0.12)	

CMYK percentages

%2.23
%0
%4.02
%12.16

Codes

Color #DBE0D7 in popluar color models

DBE0D7
RGB219224215
HSL93°12.68%86.08%
HSB/HSV93°4.02%87.84%
CMYK2.23%0.00%4.02%
12.16%

Color #DBE0D7 in popluar number systems.

HEXDBE0D7
Decimal219224215
Binary110110111110000011010111
Octal333340327

Shades and tints

Shades of #DBE0D7

#DBE0D7
(219,224,215)
#C8CCC4
(200,204,196)
#B5B8B1
(181,184,177)
#A2A49E
(162,164,158)
#8F908B
(143,144,139)
#7C7C78
(124,124,120)
#696865
(105,104,101)
#565452
(86,84,82)
#43403F
(67,64,63)
#302C2C
(48,44,44)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #DBE0D7

#DBE0D7
(219,224,215)
#DEE2DA
(222,226,218)
#E1E4DD
(225,228,221)
#E4E6E0
(228,230,224)
#E7E8E3
(231,232,227)
#EAEAE6
(234,234,230)
#EDECE9
(237,236,233)
#F0EEEC
(240,238,236)
#F3F0EF
(243,240,239)
#F6F2F2
(246,242,242)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE0D7 color. Also use rgb(219,224,215) instead hex code.

Text Font Color

.myTextColor { color: #DBE0D7; }

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

This text font color is #DBE0D7.


Background Color

.myBgColor { background-color: #DBE0D7; }

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

This div background color is #DBE0D7.


Border color

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

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

This div border color is #DBE0D7.


Opacity

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

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

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

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

This text has shadow with #DBE0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE0D7 on black background.


Color preview on white background

This text has color #DBE0D7 on white background.



Black color preview on #DBE0D7 background

This text has black color on #DBE0D7 background.


White color preview on #DBE0D7 background

This text has white color on #DBE0D7 background.