COLOR #DBD2D7

HEX: #DBD2D7 RGB: (219,210,215)

Color info

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

RGB color model

#DBD2D7 color RGB value is (219,210,215).

RGB: (219,210,215) (86%, 82%, 84%)

RGB channels and saturation

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

219
210
215

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

Portions of RGB colors in percentages

R + G + B = 219 + 210 + 215 = 644 (100%)
R 219 of 644 ~ 34.01%
G 210 of 644 ~ 32.61%
B 215 of 644 ~ 33.39'%

%34.01
%32.61
%33.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.11%
  • yellow value is 1.83%
  • key color value is 14.12%

CMYK: (0,4,2,14)
C0M4Y2K14 (0%, 4%, 2%, 14%)
(0.00 / 0.04 / 0.02 / 0.14)

CMYK percentages

%0
%4.11
%1.83
%14.12

Codes

Color #DBD2D7 in popluar color models

DB D2 D7
RGB 219 210 215
HSL 327° 11.11% 84.12%
HSB/HSV 327° 4.11% 85.88%
CMYK 0.00% 4.11% 1.83%
14.12%

Color #DBD2D7 in popluar number systems.

HEX DB D2 D7
Decimal 219 210 215
Binary 11011011 11010010 11010111
Octal 333 322 327

Shades and tints

Shades of #DBD2D7

#DBD2D7
(219,210,215)
#C8BFC4
(200,191,196)
#B5ACB1
(181,172,177)
#A2999E
(162,153,158)
#8F868B
(143,134,139)
#7C7378
(124,115,120)
#696065
(105,96,101)
#564D52
(86,77,82)
#433A3F
(67,58,63)
#30272C
(48,39,44)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #DBD2D7

#DBD2D7
(219,210,215)
#DED6DA
(222,214,218)
#E1DADD
(225,218,221)
#E4DEE0
(228,222,224)
#E7E2E3
(231,226,227)
#EAE6E6
(234,230,230)
#EDEAE9
(237,234,233)
#F0EEEC
(240,238,236)
#F3F2EF
(243,242,239)
#F6F6F2
(246,246,242)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD2D7; }

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

This text font color is #DBD2D7.

Background Color

.myBgColor { background-color: #DBD2D7; }

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

This div background color is #DBD2D7.

Border color

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

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

This div border color is #DBD2D7.

Opacity

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

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

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

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

This text has shadow with #DBD2D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD2D7.

Preview

Color preview on black background

This text has color #DBD2D7 on black background.


Color preview on white background

This text has color #DBD2D7 on white background.


Black color preview on #DBD2D7 background

This text has black color on #DBD2D7 background.


White color preview on #DBD2D7 background

This text has white color on #DBD2D7 background.


Related colors

Complementary color

Complementary color for #hex is #242D28.


I love getcolorcode.com

Triadic colors

1 #D7DBD2 and #D2D7DB with #DBD2D7 are triadic colors.

2 #D7D2DB and #D2DBD7 with #DBD2D7 are triadic colors.