COLOR #DBD8DA

HEX: #DBD8DA RGB: (219,216,218)

Color info

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

RGB color model

#DBD8DA color RGB value is (219,216,218).

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

RGB channels and saturation

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

219
216
218

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

Portions of RGB colors in percentages

R + G + B = 219 + 216 + 218 = 653 (100%)
R 219 of 653 ~ 33.54%
G 216 of 653 ~ 33.08%
B 218 of 653 ~ 33.38'%

%33.54
%33.08
%33.38

CMYK color model

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

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

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

CMYK percentages

%0
%1.37
%0.46
%14.12

Codes

Color #DBD8DA in popluar color models

DB D8 DA
RGB 219 216 218
HSL 320° 4.00% 85.29%
HSB/HSV 320° 1.37% 85.88%
CMYK 0.00% 1.37% 0.46%
14.12%

Color #DBD8DA in popluar number systems.

HEX DB D8 DA
Decimal 219 216 218
Binary 11011011 11011000 11011010
Octal 333 330 332

Shades and tints

Shades of #DBD8DA

#DBD8DA
(219,216,218)
#C8C5C7
(200,197,199)
#B5B2B4
(181,178,180)
#A29FA1
(162,159,161)
#8F8C8E
(143,140,142)
#7C797B
(124,121,123)
#696668
(105,102,104)
#565355
(86,83,85)
#434042
(67,64,66)
#302D2F
(48,45,47)
#1D1A1C
(29,26,28)
#000000
(0,0,0)

Tints of #DBD8DA

#DBD8DA
(219,216,218)
#DEDBDD
(222,219,221)
#E1DEE0
(225,222,224)
#E4E1E3
(228,225,227)
#E7E4E6
(231,228,230)
#EAE7E9
(234,231,233)
#EDEAEC
(237,234,236)
#F0EDEF
(240,237,239)
#F3F0F2
(243,240,242)
#F6F3F5
(246,243,245)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD8DA; }

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

This text font color is #DBD8DA.

Background Color

.myBgColor { background-color: #DBD8DA; }

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

This div background color is #DBD8DA.

Border color

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

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

This div border color is #DBD8DA.

Opacity

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

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

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

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

This text has shadow with #DBD8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD8DA.

Preview

Color preview on black background

This text has color #DBD8DA on black background.


Color preview on white background

This text has color #DBD8DA on white background.


Black color preview on #DBD8DA background

This text has black color on #DBD8DA background.


White color preview on #DBD8DA background

This text has white color on #DBD8DA background.


Related colors

Complementary color

Complementary color for #hex is #242725.


I love getcolorcode.com

Triadic colors

1 #DADBD8 and #D8DADB with #DBD8DA are triadic colors.

2 #DAD8DB and #D8DBDA with #DBD8DA are triadic colors.