COLOR #DBD0D9

HEX: #DBD0D9 RGB: (219,208,217)

Color info

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

RGB color model

#DBD0D9 color RGB value is (219,208,217).

RGB: (219,208,217) (86%, 82%, 85%)

RGB channels and saturation

R 219 of 255 = 86%
G 208 of 255 = 82%
B 217 of 255 = 85%

219
208
217

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

Portions of RGB colors in percentages

R + G + B = 219 + 208 + 217 = 644 (100%)
R 219 of 644 ~ 34.01%
G 208 of 644 ~ 32.3%
B 217 of 644 ~ 33.7'%

%34.01
%32.3
%33.7

CMYK color model

#DBD0D9 color CMYK value is (0,5,1,14).

  • cyan value is 0.00%
  • magenta value is 5.02%
  • yellow value is 0.91%
  • key color value is 14.12%
CMYK: (0,5,1,14) C0M5Y1K14 (0%,5%,1%,14%) (0.00/0.05/0.01/0.14) 

CMYK percentages

%0
%5.02
%0.91
%14.12

Codes

Color #DBD0D9 in popluar color models

DB D0 D9
RGB 219 208 217
HSL 311° 13.25% 83.73%
HSB/HSV 311° 5.02% 85.88%
CMYK 0.00% 5.02% 0.91%
14.12%

Color #DBD0D9 in popluar number systems.

HEX DB D0 D9
Decimal 219 208 217
Binary 11011011 11010000 11011001
Octal 333 320 331

Shades and tints

Shades of #DBD0D9

#DBD0D9
(219,208,217)
#C8BEC6
(200,190,198)
#B5ACB3
(181,172,179)
#A29AA0
(162,154,160)
#8F888D
(143,136,141)
#7C767A
(124,118,122)
#696467
(105,100,103)
#565254
(86,82,84)
#434041
(67,64,65)
#302E2E
(48,46,46)
#1D1C1B
(29,28,27)
#000000
(0,0,0)

Tints of #DBD0D9

#DBD0D9
(219,208,217)
#DED4DC
(222,212,220)
#E1D8DF
(225,216,223)
#E4DCE2
(228,220,226)
#E7E0E5
(231,224,229)
#EAE4E8
(234,228,232)
#EDE8EB
(237,232,235)
#F0ECEE
(240,236,238)
#F3F0F1
(243,240,241)
#F6F4F4
(246,244,244)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD0D9; }

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

This text font color is #DBD0D9.

Background Color

.myBgColor { background-color: #DBD0D9; }

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

This div background color is #DBD0D9.

Border color

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

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

This div border color is #DBD0D9.

Opacity

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

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

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

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

This text has shadow with #DBD0D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD0D9.

Preview

Color preview on black background

This text has color #DBD0D9 on black background.


Color preview on white background

This text has color #DBD0D9 on white background.


Black color preview on #DBD0D9 background

This text has black color on #DBD0D9 background.


White color preview on #DBD0D9 background

This text has white color on #DBD0D9 background.


Related colors

Complementary color

Complementary color for #hex is #242F26.


I love getcolorcode.com

Triadic colors

1 #D9DBD0 and #D0D9DB with #DBD0D9 are triadic colors.

2 #D9D0DB and #D0DBD9 with #DBD0D9 are triadic colors.