COLOR #DBDADD

HEX: #DBDADD
RGB: (219,218,221)

Color info

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

RGB color model

#DBDADD color RGB value is (219,218,221).

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

RGB channels and saturation

R 219 of 255 = 86%
G 218 of 255 = 85%
B 221 of 255 = 87%

219
218
221

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

Portions of RGB colors in percentages

R + G + B =
219 + 218 + 221 = 658 (100%)
R 219 of 658 ~ 33.28%
G 218 of 658 ~ 33.13%
B 221 of 658 ~ 33.59%

%33.28
%33.13
%33.59

CMYK color model

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

  • cyan value is 0.90%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(1,1,0,13)
C1M1Y0K13 
(1%,1%,0%,13%)
(0.01/0.01/0.00/0.13)	

CMYK percentages

%0.9
%1.36
%0
%13.33

Codes

Color #DBDADD in popluar color models

DBDADD
RGB219218221
HSL260°4.23%86.08%
HSB/HSV260°1.36%86.67%
CMYK0.90%1.36%0.00%
13.33%

Color #DBDADD in popluar number systems.

HEXDBDADD
Decimal219218221
Binary110110111101101011011101
Octal333332335

Shades and tints

Shades of #DBDADD

#DBDADD
(219,218,221)
#C8C7C9
(200,199,201)
#B5B4B5
(181,180,181)
#A2A1A1
(162,161,161)
#8F8E8D
(143,142,141)
#7C7B79
(124,123,121)
#696865
(105,104,101)
#565551
(86,85,81)
#43423D
(67,66,61)
#302F29
(48,47,41)
#1D1C15
(29,28,21)
#000000
(0,0,0)

Tints of #DBDADD

#DBDADD
(219,218,221)
#DEDDE0
(222,221,224)
#E1E0E3
(225,224,227)
#E4E3E6
(228,227,230)
#E7E6E9
(231,230,233)
#EAE9EC
(234,233,236)
#EDECEF
(237,236,239)
#F0EFF2
(240,239,242)
#F3F2F5
(243,242,245)
#F6F5F8
(246,245,248)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDADD; }

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

This text font color is #DBDADD.


Background Color

.myBgColor { background-color: #DBDADD; }

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

This div background color is #DBDADD.


Border color

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

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

This div border color is #DBDADD.


Opacity

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

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

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

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

This text has shadow with #DBDADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDADD on black background.


Color preview on white background

This text has color #DBDADD on white background.



Black color preview on #DBDADD background

This text has black color on #DBDADD background.


White color preview on #DBDADD background

This text has white color on #DBDADD background.