COLOR #DBDBDB

HEX: #DBDBDB
RGB: (219,219,219)

Color info

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

RGB color model

#DBDBDB color RGB value is (219,219,219).

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

RGB channels and saturation

R 219 of 255 = 86%
G 219 of 255 = 86%
B 219 of 255 = 86%

219
219
219

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

Portions of RGB colors in percentages

R + G + B =
219 + 219 + 219 = 657 (100%)
R 219 of 657 ~ 33.33%
G 219 of 657 ~ 33.33%
B 219 of 657 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#DBDBDB color CMYK value is (0,0,0,14).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(0,0,0,14)
C0M0Y0K14 
(0%,0%,0%,14%)
(0.00/0.00/0.00/0.14)	

CMYK percentages

%0
%0
%0
%14.12

Codes

Color #DBDBDB in popluar color models

DBDBDB
RGB219219219
HSL0.00%0.86%
HSB/HSV0.00%0.86%
CMYK0.00%0.00%0.00%
14.12%

Color #DBDBDB in popluar number systems.

HEXDBDBDB
Decimal219219219
Binary110110111101101111011011
Octal333333333

Shades and tints

Shades of #DBDBDB

#DBDBDB
(219,219,219)
#C8C8C8
(200,200,200)
#B5B5B5
(181,181,181)
#A2A2A2
(162,162,162)
#8F8F8F
(143,143,143)
#7C7C7C
(124,124,124)
#696969
(105,105,105)
#565656
(86,86,86)
#434343
(67,67,67)
#303030
(48,48,48)
#1D1D1D
(29,29,29)
#000000
(0,0,0)

Tints of #DBDBDB

#DBDBDB
(219,219,219)
#DEDEDE
(222,222,222)
#E1E1E1
(225,225,225)
#E4E4E4
(228,228,228)
#E7E7E7
(231,231,231)
#EAEAEA
(234,234,234)
#EDEDED
(237,237,237)
#F0F0F0
(240,240,240)
#F3F3F3
(243,243,243)
#F6F6F6
(246,246,246)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDBDB; }

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

This text font color is #DBDBDB.


Background Color

.myBgColor { background-color: #DBDBDB; }

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

This div background color is #DBDBDB.


Border color

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

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

This div border color is #DBDBDB.


Opacity

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

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

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

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

This text has shadow with #DBDBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDBDB on black background.


Color preview on white background

This text has color #DBDBDB on white background.



Black color preview on #DBDBDB background

This text has black color on #DBDBDB background.


White color preview on #DBDBDB background

This text has white color on #DBDBDB background.