COLOR #DBDBD7

HEX: #DBDBD7
RGB: (219,219,215)

Color info

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

RGB color model

#DBDBD7 color RGB value is (219,219,215).

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

RGB channels and saturation

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

219
219
215

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

Portions of RGB colors in percentages

R + G + B =
219 + 219 + 215 = 653 (100%)
R 219 of 653 ~ 33.54%
G 219 of 653 ~ 33.54%
B 215 of 653 ~ 32.92%

%33.54
%33.54
%32.92

CMYK color model

#DBDBD7 color CMYK value is (0,0,2,14).

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

CMYK percentages

%0
%0
%1.83
%14.12

Codes

Color #DBDBD7 in popluar color models

DBDBD7
RGB219219215
HSL60°5.26%85.10%
HSB/HSV60°1.83%85.88%
CMYK0.00%0.00%1.83%
14.12%

Color #DBDBD7 in popluar number systems.

HEXDBDBD7
Decimal219219215
Binary110110111101101111010111
Octal333333327

Shades and tints

Shades of #DBDBD7

#DBDBD7
(219,219,215)
#C8C8C4
(200,200,196)
#B5B5B1
(181,181,177)
#A2A29E
(162,162,158)
#8F8F8B
(143,143,139)
#7C7C78
(124,124,120)
#696965
(105,105,101)
#565652
(86,86,82)
#43433F
(67,67,63)
#30302C
(48,48,44)
#1D1D19
(29,29,25)
#000000
(0,0,0)

Tints of #DBDBD7

#DBDBD7
(219,219,215)
#DEDEDA
(222,222,218)
#E1E1DD
(225,225,221)
#E4E4E0
(228,228,224)
#E7E7E3
(231,231,227)
#EAEAE6
(234,234,230)
#EDEDE9
(237,237,233)
#F0F0EC
(240,240,236)
#F3F3EF
(243,243,239)
#F6F6F2
(246,246,242)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDBD7; }

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

This text font color is #DBDBD7.


Background Color

.myBgColor { background-color: #DBDBD7; }

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

This div background color is #DBDBD7.


Border color

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

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

This div border color is #DBDBD7.


Opacity

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

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

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

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

This text has shadow with #DBDBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDBD7 on black background.


Color preview on white background

This text has color #DBDBD7 on white background.



Black color preview on #DBDBD7 background

This text has black color on #DBDBD7 background.


White color preview on #DBDBD7 background

This text has white color on #DBDBD7 background.