COLOR #DBD0D6

HEX: #DBD0D6 RGB: (219,208,214)

Color info

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

RGB color model

#DBD0D6 color RGB value is (219,208,214).

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

RGB channels and saturation

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

219
208
214

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

Portions of RGB colors in percentages

R + G + B = 219 + 208 + 214 = 641 (100%)
R 219 of 641 ~ 34.17%
G 208 of 641 ~ 32.45%
B 214 of 641 ~ 33.39'%

%34.17
%32.45
%33.39

CMYK color model

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

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

Codes

Color #DBD0D6 in popluar color models

DB D0 D6
RGB 219 208 214
HSL 327° 13.25% 83.73%
HSB/HSV 327° 5.02% 85.88%
CMYK 0.00% 5.02% 2.28%
14.12%

Color #DBD0D6 in popluar number systems.

HEX DB D0 D6
Decimal 219 208 214
Binary 11011011 11010000 11010110
Octal 333 320 326

Shades and tints

Shades of #DBD0D6

#DBD0D6
(219,208,214)
#C8BEC3
(200,190,195)
#B5ACB0
(181,172,176)
#A29A9D
(162,154,157)
#8F888A
(143,136,138)
#7C7677
(124,118,119)
#696464
(105,100,100)
#565251
(86,82,81)
#43403E
(67,64,62)
#302E2B
(48,46,43)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #DBD0D6

#DBD0D6
(219,208,214)
#DED4D9
(222,212,217)
#E1D8DC
(225,216,220)
#E4DCDF
(228,220,223)
#E7E0E2
(231,224,226)
#EAE4E5
(234,228,229)
#EDE8E8
(237,232,232)
#F0ECEB
(240,236,235)
#F3F0EE
(243,240,238)
#F6F4F1
(246,244,241)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD0D6; }

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

This text font color is #DBD0D6.

Background Color

.myBgColor { background-color: #DBD0D6; }

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

This div background color is #DBD0D6.

Border color

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

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

This div border color is #DBD0D6.

Opacity

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

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

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

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

This text has shadow with #DBD0D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD0D6.

Preview

Color preview on black background

This text has color #DBD0D6 on black background.


Color preview on white background

This text has color #DBD0D6 on white background.


Black color preview on #DBD0D6 background

This text has black color on #DBD0D6 background.


White color preview on #DBD0D6 background

This text has white color on #DBD0D6 background.


Related colors

Complementary color

Complementary color for #hex is #242F29.


I love getcolorcode.com

Triadic colors

1 #D6DBD0 and #D0D6DB with #DBD0D6 are triadic colors.

2 #D6D0DB and #D0DBD6 with #DBD0D6 are triadic colors.