COLOR #DBD6D7

HEX: #DBD6D7
RGB: (219,214,215)

Color info

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

RGB color model

#DBD6D7 color RGB value is (219,214,215).

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

RGB channels and saturation

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

219
214
215

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

Portions of RGB colors in percentages

R + G + B =
219 + 214 + 215 = 648 (100%)
R 219 of 648 ~ 33.8%
G 214 of 648 ~ 33.02%
B 215 of 648 ~ 33.18%

%33.8
%33.02
%33.18

CMYK color model

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

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

CMYK percentages

%0
%2.28
%1.83
%14.12

Codes

Color #DBD6D7 in popluar color models

DBD6D7
RGB219214215
HSL348°6.49%84.90%
HSB/HSV348°2.28%85.88%
CMYK0.00%2.28%1.83%
14.12%

Color #DBD6D7 in popluar number systems.

HEXDBD6D7
Decimal219214215
Binary110110111101011011010111
Octal333326327

Shades and tints

Shades of #DBD6D7

#DBD6D7
(219,214,215)
#C8C3C4
(200,195,196)
#B5B0B1
(181,176,177)
#A29D9E
(162,157,158)
#8F8A8B
(143,138,139)
#7C7778
(124,119,120)
#696465
(105,100,101)
#565152
(86,81,82)
#433E3F
(67,62,63)
#302B2C
(48,43,44)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #DBD6D7

#DBD6D7
(219,214,215)
#DED9DA
(222,217,218)
#E1DCDD
(225,220,221)
#E4DFE0
(228,223,224)
#E7E2E3
(231,226,227)
#EAE5E6
(234,229,230)
#EDE8E9
(237,232,233)
#F0EBEC
(240,235,236)
#F3EEEF
(243,238,239)
#F6F1F2
(246,241,242)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD6D7; }

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

This text font color is #DBD6D7.


Background Color

.myBgColor { background-color: #DBD6D7; }

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

This div background color is #DBD6D7.


Border color

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

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

This div border color is #DBD6D7.


Opacity

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

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

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

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

This text has shadow with #DBD6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD6D7 on black background.


Color preview on white background

This text has color #DBD6D7 on white background.



Black color preview on #DBD6D7 background

This text has black color on #DBD6D7 background.


White color preview on #DBD6D7 background

This text has white color on #DBD6D7 background.