COLOR #DBDCD5

HEX: #DBDCD5
RGB: (219,220,213)

Color info

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

RGB color model

#DBDCD5 color RGB value is (219,220,213).

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

RGB channels and saturation

R 219 of 255 = 86%
G 220 of 255 = 86%
B 213 of 255 = 84%

219
220
213

R + G + B ~ 85%. #DBDCD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 220 + 213 = 652 (100%)
R 219 of 652 ~ 33.59%
G 220 of 652 ~ 33.74%
B 213 of 652 ~ 32.67%

%33.59
%33.74
%32.67

CMYK color model

#DBDCD5 color CMYK value is (0,0,3,14).

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 3.18%
  • key color value is 13.73%
CMYK:
(0,0,3,14)
C0M0Y3K14 
(0%,0%,3%,14%)
(0.00/0.00/0.03/0.14)	

CMYK percentages

%0.45
%0
%3.18
%13.73

Codes

Color #DBDCD5 in popluar color models

DBDCD5
RGB219220213
HSL69°9.09%84.90%
HSB/HSV69°3.18%86.27%
CMYK0.45%0.00%3.18%
13.73%

Color #DBDCD5 in popluar number systems.

HEXDBDCD5
Decimal219220213
Binary110110111101110011010101
Octal333334325

Shades and tints

Shades of #DBDCD5

#DBDCD5
(219,220,213)
#C8C8C2
(200,200,194)
#B5B4AF
(181,180,175)
#A2A09C
(162,160,156)
#8F8C89
(143,140,137)
#7C7876
(124,120,118)
#696463
(105,100,99)
#565050
(86,80,80)
#433C3D
(67,60,61)
#30282A
(48,40,42)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #DBDCD5

#DBDCD5
(219,220,213)
#DEDFD8
(222,223,216)
#E1E2DB
(225,226,219)
#E4E5DE
(228,229,222)
#E7E8E1
(231,232,225)
#EAEBE4
(234,235,228)
#EDEEE7
(237,238,231)
#F0F1EA
(240,241,234)
#F3F4ED
(243,244,237)
#F6F7F0
(246,247,240)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDCD5; }

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

This text font color is #DBDCD5.


Background Color

.myBgColor { background-color: #DBDCD5; }

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

This div background color is #DBDCD5.


Border color

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

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

This div border color is #DBDCD5.


Opacity

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

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

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

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

This text has shadow with #DBDCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDCD5 on black background.


Color preview on white background

This text has color #DBDCD5 on white background.



Black color preview on #DBDCD5 background

This text has black color on #DBDCD5 background.


White color preview on #DBDCD5 background

This text has white color on #DBDCD5 background.