COLOR #DBD7DA

HEX: #DBD7DA RGB: (219,215,218)

Color info

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

RGB color model

#DBD7DA color RGB value is (219,215,218).

RGB: (219,215,218) (86%, 84%, 85%)

RGB channels and saturation

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

219
215
218

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

Portions of RGB colors in percentages

R + G + B = 219 + 215 + 218 = 652 (100%)
R 219 of 652 ~ 33.59%
G 215 of 652 ~ 32.98%
B 218 of 652 ~ 33.44'%

%33.59
%32.98
%33.44

CMYK color model

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

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

CMYK: (0,2,0,14)
C0M2Y0K14 (0%, 2%, 0%, 14%)
(0.00 / 0.02 / 0.00 / 0.14)

CMYK percentages

%0
%1.83
%0.46
%14.12

Codes

Color #DBD7DA in popluar color models

DB D7 DA
RGB 219 215 218
HSL 315° 5.26% 85.10%
HSB/HSV 315° 1.83% 85.88%
CMYK 0.00% 1.83% 0.46%
14.12%

Color #DBD7DA in popluar number systems.

HEX DB D7 DA
Decimal 219 215 218
Binary 11011011 11010111 11011010
Octal 333 327 332

Shades and tints

Shades of #DBD7DA

#DBD7DA
(219,215,218)
#C8C4C7
(200,196,199)
#B5B1B4
(181,177,180)
#A29EA1
(162,158,161)
#8F8B8E
(143,139,142)
#7C787B
(124,120,123)
#696568
(105,101,104)
#565255
(86,82,85)
#433F42
(67,63,66)
#302C2F
(48,44,47)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #DBD7DA

#DBD7DA
(219,215,218)
#DEDADD
(222,218,221)
#E1DDE0
(225,221,224)
#E4E0E3
(228,224,227)
#E7E3E6
(231,227,230)
#EAE6E9
(234,230,233)
#EDE9EC
(237,233,236)
#F0ECEF
(240,236,239)
#F3EFF2
(243,239,242)
#F6F2F5
(246,242,245)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD7DA; }

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

This text font color is #DBD7DA.

Background Color

.myBgColor { background-color: #DBD7DA; }

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

This div background color is #DBD7DA.

Border color

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

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

This div border color is #DBD7DA.

Opacity

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

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

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

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

This text has shadow with #DBD7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD7DA.

Preview

Color preview on black background

This text has color #DBD7DA on black background.


Color preview on white background

This text has color #DBD7DA on white background.


Black color preview on #DBD7DA background

This text has black color on #DBD7DA background.


White color preview on #DBD7DA background

This text has white color on #DBD7DA background.


Related colors

Complementary color

Complementary color for #hex is #242825.


I love getcolorcode.com

Triadic colors

1 #DADBD7 and #D7DADB with #DBD7DA are triadic colors.

2 #DAD7DB and #D7DBDA with #DBD7DA are triadic colors.