COLOR #DBDAD4

HEX: #DBDAD4
RGB: (219,218,212)

Color info

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

RGB color model

#DBDAD4 color RGB value is (219,218,212).

  • red value is 219;
  • green value is 218;
  • blue value is 212.
RGB:
(219,218,212)
(86%,85%,83%)

RGB channels and saturation

R 219 of 255 = 86%
G 218 of 255 = 85%
B 212 of 255 = 83%

219
218
212

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

Portions of RGB colors in percentages

R + G + B =
219 + 218 + 212 = 649 (100%)
R 219 of 649 ~ 33.74%
G 218 of 649 ~ 33.59%
B 212 of 649 ~ 32.67%

%33.74
%33.59
%32.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 3.20%
  • key color value is 14.12%
CMYK:
(0,0,3,14)
C0M0Y3K14 
(0%,0%,3%,14%)
(0.00/0.00/0.03/0.14)	

CMYK percentages

%0
%0.46
%3.2
%14.12

Codes

Color #DBDAD4 in popluar color models

DBDAD4
RGB219218212
HSL51°8.86%84.51%
HSB/HSV51°3.20%85.88%
CMYK0.00%0.46%3.20%
14.12%

Color #DBDAD4 in popluar number systems.

HEXDBDAD4
Decimal219218212
Binary110110111101101011010100
Octal333332324

Shades and tints

Shades of #DBDAD4

#DBDAD4
(219,218,212)
#C8C7C1
(200,199,193)
#B5B4AE
(181,180,174)
#A2A19B
(162,161,155)
#8F8E88
(143,142,136)
#7C7B75
(124,123,117)
#696862
(105,104,98)
#56554F
(86,85,79)
#43423C
(67,66,60)
#302F29
(48,47,41)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #DBDAD4

#DBDAD4
(219,218,212)
#DEDDD7
(222,221,215)
#E1E0DA
(225,224,218)
#E4E3DD
(228,227,221)
#E7E6E0
(231,230,224)
#EAE9E3
(234,233,227)
#EDECE6
(237,236,230)
#F0EFE9
(240,239,233)
#F3F2EC
(243,242,236)
#F6F5EF
(246,245,239)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBDAD4 color. Also use rgb(219,218,212) instead hex code.

Text Font Color

.myTextColor { color: #DBDAD4; }

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

This text font color is #DBDAD4.


Background Color

.myBgColor { background-color: #DBDAD4; }

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

This div background color is #DBDAD4.


Border color

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

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

This div border color is #DBDAD4.


Opacity

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

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

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

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

This text has shadow with #DBDAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDAD4 on black background.


Color preview on white background

This text has color #DBDAD4 on white background.



Black color preview on #DBDAD4 background

This text has black color on #DBDAD4 background.


White color preview on #DBDAD4 background

This text has white color on #DBDAD4 background.