COLOR #DBD1D6

HEX: #DBD1D6 RGB: (219,209,214)

Color info

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

RGB color model

#DBD1D6 color RGB value is (219,209,214).

RGB: (219,209,214) (86%, 82%, 84%)

RGB channels and saturation

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

219
209
214

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

Portions of RGB colors in percentages

R + G + B = 219 + 209 + 214 = 642 (100%)
R 219 of 642 ~ 34.11%
G 209 of 642 ~ 32.55%
B 214 of 642 ~ 33.33'%

%34.11
%32.55
%33.33

CMYK color model

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

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

Codes

Color #DBD1D6 in popluar color models

DB D1 D6
RGB 219 209 214
HSL 330° 12.20% 83.92%
HSB/HSV 330° 4.57% 85.88%
CMYK 0.00% 4.57% 2.28%
14.12%

Color #DBD1D6 in popluar number systems.

HEX DB D1 D6
Decimal 219 209 214
Binary 11011011 11010001 11010110
Octal 333 321 326

Shades and tints

Shades of #DBD1D6

#DBD1D6
(219,209,214)
#C8BEC3
(200,190,195)
#B5ABB0
(181,171,176)
#A2989D
(162,152,157)
#8F858A
(143,133,138)
#7C7277
(124,114,119)
#695F64
(105,95,100)
#564C51
(86,76,81)
#43393E
(67,57,62)
#30262B
(48,38,43)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #DBD1D6

#DBD1D6
(219,209,214)
#DED5D9
(222,213,217)
#E1D9DC
(225,217,220)
#E4DDDF
(228,221,223)
#E7E1E2
(231,225,226)
#EAE5E5
(234,229,229)
#EDE9E8
(237,233,232)
#F0EDEB
(240,237,235)
#F3F1EE
(243,241,238)
#F6F5F1
(246,245,241)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD1D6; }

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

This text font color is #DBD1D6.

Background Color

.myBgColor { background-color: #DBD1D6; }

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

This div background color is #DBD1D6.

Border color

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

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

This div border color is #DBD1D6.

Opacity

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

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

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

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

This text has shadow with #DBD1D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD1D6.

Preview

Color preview on black background

This text has color #DBD1D6 on black background.


Color preview on white background

This text has color #DBD1D6 on white background.


Black color preview on #DBD1D6 background

This text has black color on #DBD1D6 background.


White color preview on #DBD1D6 background

This text has white color on #DBD1D6 background.


Related colors

Complementary color

Complementary color for #hex is #242E29.


I love getcolorcode.com

Triadic colors

1 #D6DBD1 and #D1D6DB with #DBD1D6 are triadic colors.

2 #D6D1DB and #D1DBD6 with #DBD1D6 are triadic colors.