COLOR #DBD9D8

HEX: #DBD9D8 RGB: (219,217,216)

Color info

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

RGB color model

#DBD9D8 color RGB value is (219,217,216).

RGB: (219,217,216) (86%, 85%, 85%)

RGB channels and saturation

R 219 of 255 = 86%
G 217 of 255 = 85%
B 216 of 255 = 85%

219
217
216

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

Portions of RGB colors in percentages

R + G + B = 219 + 217 + 216 = 652 (100%)
R 219 of 652 ~ 33.59%
G 217 of 652 ~ 33.28%
B 216 of 652 ~ 33.13'%

%33.59
%33.28
%33.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.91%
  • yellow value is 1.37%
  • key color value is 14.12%

CMYK: (0,1,1,14)
C0M1Y1K14 (0%, 1%, 1%, 14%)
(0.00 / 0.01 / 0.01 / 0.14)

CMYK percentages

%0
%0.91
%1.37
%14.12

Codes

Color #DBD9D8 in popluar color models

DB D9 D8
RGB 219 217 216
HSL 20° 4.00% 85.29%
HSB/HSV 20° 1.37% 85.88%
CMYK 0.00% 0.91% 1.37%
14.12%

Color #DBD9D8 in popluar number systems.

HEX DB D9 D8
Decimal 219 217 216
Binary 11011011 11011001 11011000
Octal 333 331 330

Shades and tints

Shades of #DBD9D8

#DBD9D8
(219,217,216)
#C8C6C5
(200,198,197)
#B5B3B2
(181,179,178)
#A2A09F
(162,160,159)
#8F8D8C
(143,141,140)
#7C7A79
(124,122,121)
#696766
(105,103,102)
#565453
(86,84,83)
#434140
(67,65,64)
#302E2D
(48,46,45)
#1D1B1A
(29,27,26)
#000000
(0,0,0)

Tints of #DBD9D8

#DBD9D8
(219,217,216)
#DEDCDB
(222,220,219)
#E1DFDE
(225,223,222)
#E4E2E1
(228,226,225)
#E7E5E4
(231,229,228)
#EAE8E7
(234,232,231)
#EDEBEA
(237,235,234)
#F0EEED
(240,238,237)
#F3F1F0
(243,241,240)
#F6F4F3
(246,244,243)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD9D8; }

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

This text font color is #DBD9D8.

Background Color

.myBgColor { background-color: #DBD9D8; }

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

This div background color is #DBD9D8.

Border color

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

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

This div border color is #DBD9D8.

Opacity

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

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

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

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

This text has shadow with #DBD9D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD9D8.

Preview

Color preview on black background

This text has color #DBD9D8 on black background.


Color preview on white background

This text has color #DBD9D8 on white background.


Black color preview on #DBD9D8 background

This text has black color on #DBD9D8 background.


White color preview on #DBD9D8 background

This text has white color on #DBD9D8 background.


Related colors

Complementary color

Complementary color for #hex is #242627.


I love getcolorcode.com

Triadic colors

1 #D8DBD9 and #D9D8DB with #DBD9D8 are triadic colors.

2 #D8D9DB and #D9DBD8 with #DBD9D8 are triadic colors.