COLOR #DBD6DA

HEX: #DBD6DA RGB: (219,214,218)

Color info

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

RGB color model

#DBD6DA color RGB value is (219,214,218).

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

RGB channels and saturation

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

219
214
218

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

Portions of RGB colors in percentages

R + G + B = 219 + 214 + 218 = 651 (100%)
R 219 of 651 ~ 33.64%
G 214 of 651 ~ 32.87%
B 218 of 651 ~ 33.49'%

%33.64
%32.87
%33.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.28%
  • 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
%2.28
%0.46
%14.12

Codes

Color #DBD6DA in popluar color models

DB D6 DA
RGB 219 214 218
HSL 312° 6.49% 84.90%
HSB/HSV 312° 2.28% 85.88%
CMYK 0.00% 2.28% 0.46%
14.12%

Color #DBD6DA in popluar number systems.

HEX DB D6 DA
Decimal 219 214 218
Binary 11011011 11010110 11011010
Octal 333 326 332

Shades and tints

Shades of #DBD6DA

#DBD6DA
(219,214,218)
#C8C3C7
(200,195,199)
#B5B0B4
(181,176,180)
#A29DA1
(162,157,161)
#8F8A8E
(143,138,142)
#7C777B
(124,119,123)
#696468
(105,100,104)
#565155
(86,81,85)
#433E42
(67,62,66)
#302B2F
(48,43,47)
#1D181C
(29,24,28)
#000000
(0,0,0)

Tints of #DBD6DA

#DBD6DA
(219,214,218)
#DED9DD
(222,217,221)
#E1DCE0
(225,220,224)
#E4DFE3
(228,223,227)
#E7E2E6
(231,226,230)
#EAE5E9
(234,229,233)
#EDE8EC
(237,232,236)
#F0EBEF
(240,235,239)
#F3EEF2
(243,238,242)
#F6F1F5
(246,241,245)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD6DA; }

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

This text font color is #DBD6DA.

Background Color

.myBgColor { background-color: #DBD6DA; }

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

This div background color is #DBD6DA.

Border color

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

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

This div border color is #DBD6DA.

Opacity

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

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

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

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

This text has shadow with #DBD6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD6DA.

Preview

Color preview on black background

This text has color #DBD6DA on black background.


Color preview on white background

This text has color #DBD6DA on white background.


Black color preview on #DBD6DA background

This text has black color on #DBD6DA background.


White color preview on #DBD6DA background

This text has white color on #DBD6DA background.


Related colors

Complementary color

Complementary color for #hex is #242925.


I love getcolorcode.com

Triadic colors

1 #DADBD6 and #D6DADB with #DBD6DA are triadic colors.

2 #DAD6DB and #D6DBDA with #DBD6DA are triadic colors.