COLOR #DBDEDC

HEX: #DBDEDC
RGB: (219,222,220)

Color info

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

RGB color model

#DBDEDC color RGB value is (219,222,220).

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

RGB channels and saturation

R 219 of 255 = 86%
G 222 of 255 = 87%
B 220 of 255 = 86%

219
222
220

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

Portions of RGB colors in percentages

R + G + B =
219 + 222 + 220 = 661 (100%)
R 219 of 661 ~ 33.13%
G 222 of 661 ~ 33.59%
B 220 of 661 ~ 33.28%

%33.13
%33.59
%33.28

CMYK color model

#DBDEDC color CMYK value is (1,0,1,13).

  • cyan value is 1.35%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 12.94%
CMYK:
(1,0,1,13)
C1M0Y1K13 
(1%,0%,1%,13%)
(0.01/0.00/0.01/0.13)	

CMYK percentages

%1.35
%0
%0.9
%12.94

Codes

Color #DBDEDC in popluar color models

DBDEDC
RGB219222220
HSL140°4.35%86.47%
HSB/HSV140°1.35%87.06%
CMYK1.35%0.00%0.90%
12.94%

Color #DBDEDC in popluar number systems.

HEXDBDEDC
Decimal219222220
Binary110110111101111011011100
Octal333336334

Shades and tints

Shades of #DBDEDC

#DBDEDC
(219,222,220)
#C8CAC8
(200,202,200)
#B5B6B4
(181,182,180)
#A2A2A0
(162,162,160)
#8F8E8C
(143,142,140)
#7C7A78
(124,122,120)
#696664
(105,102,100)
#565250
(86,82,80)
#433E3C
(67,62,60)
#302A28
(48,42,40)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #DBDEDC

#DBDEDC
(219,222,220)
#DEE1DF
(222,225,223)
#E1E4E2
(225,228,226)
#E4E7E5
(228,231,229)
#E7EAE8
(231,234,232)
#EAEDEB
(234,237,235)
#EDF0EE
(237,240,238)
#F0F3F1
(240,243,241)
#F3F6F4
(243,246,244)
#F6F9F7
(246,249,247)
#F9FCFA
(249,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDEDC; }

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

This text font color is #DBDEDC.


Background Color

.myBgColor { background-color: #DBDEDC; }

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

This div background color is #DBDEDC.


Border color

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

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

This div border color is #DBDEDC.


Opacity

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

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

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

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

This text has shadow with #DBDEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDEDC on black background.


Color preview on white background

This text has color #DBDEDC on white background.



Black color preview on #DBDEDC background

This text has black color on #DBDEDC background.


White color preview on #DBDEDC background

This text has white color on #DBDEDC background.