COLOR #DBD5DA

HEX: #DBD5DA RGB: (219,213,218)

Color info

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

RGB color model

#DBD5DA color RGB value is (219,213,218).

RGB: (219,213,218) (86%, 84%, 85%)

RGB channels and saturation

R 219 of 255 = 86%
G 213 of 255 = 84%
B 218 of 255 = 85%

219
213
218

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

Portions of RGB colors in percentages

R + G + B = 219 + 213 + 218 = 650 (100%)
R 219 of 650 ~ 33.69%
G 213 of 650 ~ 32.77%
B 218 of 650 ~ 33.54'%

%33.69
%32.77
%33.54

CMYK color model

#DBD5DA color CMYK value is (0,3,0,14).

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

CMYK: (0,3,0,14)
C0M3Y0K14 (0%, 3%, 0%, 14%)
(0.00 / 0.03 / 0.00 / 0.14)

CMYK percentages

%0
%2.74
%0.46
%14.12

Codes

Color #DBD5DA in popluar color models

DB D5 DA
RGB 219 213 218
HSL 310° 7.69% 84.71%
HSB/HSV 310° 2.74% 85.88%
CMYK 0.00% 2.74% 0.46%
14.12%

Color #DBD5DA in popluar number systems.

HEX DB D5 DA
Decimal 219 213 218
Binary 11011011 11010101 11011010
Octal 333 325 332

Shades and tints

Shades of #DBD5DA

#DBD5DA
(219,213,218)
#C8C2C7
(200,194,199)
#B5AFB4
(181,175,180)
#A29CA1
(162,156,161)
#8F898E
(143,137,142)
#7C767B
(124,118,123)
#696368
(105,99,104)
#565055
(86,80,85)
#433D42
(67,61,66)
#302A2F
(48,42,47)
#1D171C
(29,23,28)
#000000
(0,0,0)

Tints of #DBD5DA

#DBD5DA
(219,213,218)
#DED8DD
(222,216,221)
#E1DBE0
(225,219,224)
#E4DEE3
(228,222,227)
#E7E1E6
(231,225,230)
#EAE4E9
(234,228,233)
#EDE7EC
(237,231,236)
#F0EAEF
(240,234,239)
#F3EDF2
(243,237,242)
#F6F0F5
(246,240,245)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD5DA; }

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

This text font color is #DBD5DA.

Background Color

.myBgColor { background-color: #DBD5DA; }

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

This div background color is #DBD5DA.

Border color

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

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

This div border color is #DBD5DA.

Opacity

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

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

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

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

This text has shadow with #DBD5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD5DA.

Preview

Color preview on black background

This text has color #DBD5DA on black background.


Color preview on white background

This text has color #DBD5DA on white background.


Black color preview on #DBD5DA background

This text has black color on #DBD5DA background.


White color preview on #DBD5DA background

This text has white color on #DBD5DA background.


Related colors

Complementary color

Complementary color for #hex is #242A25.


I love getcolorcode.com

Triadic colors

1 #DADBD5 and #D5DADB with #DBD5DA are triadic colors.

2 #DAD5DB and #D5DBDA with #DBD5DA are triadic colors.