COLOR #DBD1D7

HEX: #DBD1D7
RGB: (219,209,215)

Color info

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

RGB color model

#DBD1D7 color RGB value is (219,209,215).

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

RGB channels and saturation

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

219
209
215

R + G + B ~ 84%. #DBD1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 209 + 215 = 643 (100%)
R 219 of 643 ~ 34.06%
G 209 of 643 ~ 32.5%
B 215 of 643 ~ 33.44%

%34.06
%32.5
%33.44

CMYK color model

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

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

CMYK percentages

%0
%4.57
%1.83
%14.12

Codes

Color #DBD1D7 in popluar color models

DBD1D7
RGB219209215
HSL324°12.20%83.92%
HSB/HSV324°4.57%85.88%
CMYK0.00%4.57%1.83%
14.12%

Color #DBD1D7 in popluar number systems.

HEXDBD1D7
Decimal219209215
Binary110110111101000111010111
Octal333321327

Shades and tints

Shades of #DBD1D7

#DBD1D7
(219,209,215)
#C8BEC4
(200,190,196)
#B5ABB1
(181,171,177)
#A2989E
(162,152,158)
#8F858B
(143,133,139)
#7C7278
(124,114,120)
#695F65
(105,95,101)
#564C52
(86,76,82)
#43393F
(67,57,63)
#30262C
(48,38,44)
#1D1319
(29,19,25)
#000000
(0,0,0)

Tints of #DBD1D7

#DBD1D7
(219,209,215)
#DED5DA
(222,213,218)
#E1D9DD
(225,217,221)
#E4DDE0
(228,221,224)
#E7E1E3
(231,225,227)
#EAE5E6
(234,229,230)
#EDE9E9
(237,233,233)
#F0EDEC
(240,237,236)
#F3F1EF
(243,241,239)
#F6F5F2
(246,245,242)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD1D7; }

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

This text font color is #DBD1D7.


Background Color

.myBgColor { background-color: #DBD1D7; }

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

This div background color is #DBD1D7.


Border color

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

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

This div border color is #DBD1D7.


Opacity

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

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

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

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

This text has shadow with #DBD1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD1D7 on black background.


Color preview on white background

This text has color #DBD1D7 on white background.



Black color preview on #DBD1D7 background

This text has black color on #DBD1D7 background.


White color preview on #DBD1D7 background

This text has white color on #DBD1D7 background.