COLOR #DBDDD9

HEX: #DBDDD9
RGB: (219,221,217)

Color info

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

RGB color model

#DBDDD9 color RGB value is (219,221,217).

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

RGB channels and saturation

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

219
221
217

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

Portions of RGB colors in percentages

R + G + B =
219 + 221 + 217 = 657 (100%)
R 219 of 657 ~ 33.33%
G 221 of 657 ~ 33.64%
B 217 of 657 ~ 33.03%

%33.33
%33.64
%33.03

CMYK color model

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

  • cyan value is 0.90%
  • magenta value is 0.00%
  • yellow value is 1.81%
  • key color value is 13.33%
CMYK:
(1,0,2,13)
C1M0Y2K13 
(1%,0%,2%,13%)
(0.01/0.00/0.02/0.13)	

CMYK percentages

%0.9
%0
%1.81
%13.33

Codes

Color #DBDDD9 in popluar color models

DBDDD9
RGB219221217
HSL90°5.56%85.88%
HSB/HSV90°1.81%86.67%
CMYK0.90%0.00%1.81%
13.33%

Color #DBDDD9 in popluar number systems.

HEXDBDDD9
Decimal219221217
Binary110110111101110111011001
Octal333335331

Shades and tints

Shades of #DBDDD9

#DBDDD9
(219,221,217)
#C8C9C6
(200,201,198)
#B5B5B3
(181,181,179)
#A2A1A0
(162,161,160)
#8F8D8D
(143,141,141)
#7C797A
(124,121,122)
#696567
(105,101,103)
#565154
(86,81,84)
#433D41
(67,61,65)
#30292E
(48,41,46)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #DBDDD9

#DBDDD9
(219,221,217)
#DEE0DC
(222,224,220)
#E1E3DF
(225,227,223)
#E4E6E2
(228,230,226)
#E7E9E5
(231,233,229)
#EAECE8
(234,236,232)
#EDEFEB
(237,239,235)
#F0F2EE
(240,242,238)
#F3F5F1
(243,245,241)
#F6F8F4
(246,248,244)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDDD9; }

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

This text font color is #DBDDD9.


Background Color

.myBgColor { background-color: #DBDDD9; }

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

This div background color is #DBDDD9.


Border color

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

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

This div border color is #DBDDD9.


Opacity

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

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

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

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

This text has shadow with #DBDDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDDD9 on black background.


Color preview on white background

This text has color #DBDDD9 on white background.



Black color preview on #DBDDD9 background

This text has black color on #DBDDD9 background.


White color preview on #DBDDD9 background

This text has white color on #DBDDD9 background.