COLOR #DBD5D9

HEX: #DBD5D9
RGB: (219,213,217)

Color info

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

RGB color model

#DBD5D9 color RGB value is (219,213,217).

  • red value is 219;
  • green value is 213;
  • blue value is 217.
RGB:
(219,213,217)
(86%,84%,85%)

RGB channels and saturation

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

219
213
217

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

Portions of RGB colors in percentages

R + G + B =
219 + 213 + 217 = 649 (100%)
R 219 of 649 ~ 33.74%
G 213 of 649 ~ 32.82%
B 217 of 649 ~ 33.44%

%33.74
%32.82
%33.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 0.91%
  • key color value is 14.12%
CMYK:
(0,3,1,14)
C0M3Y1K14 
(0%,3%,1%,14%)
(0.00/0.03/0.01/0.14)	

CMYK percentages

%0
%2.74
%0.91
%14.12

Codes

Color #DBD5D9 in popluar color models

DBD5D9
RGB219213217
HSL320°7.69%84.71%
HSB/HSV320°2.74%85.88%
CMYK0.00%2.74%0.91%
14.12%

Color #DBD5D9 in popluar number systems.

HEXDBD5D9
Decimal219213217
Binary110110111101010111011001
Octal333325331

Shades and tints

Shades of #DBD5D9

#DBD5D9
(219,213,217)
#C8C2C6
(200,194,198)
#B5AFB3
(181,175,179)
#A29CA0
(162,156,160)
#8F898D
(143,137,141)
#7C767A
(124,118,122)
#696367
(105,99,103)
#565054
(86,80,84)
#433D41
(67,61,65)
#302A2E
(48,42,46)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #DBD5D9

#DBD5D9
(219,213,217)
#DED8DC
(222,216,220)
#E1DBDF
(225,219,223)
#E4DEE2
(228,222,226)
#E7E1E5
(231,225,229)
#EAE4E8
(234,228,232)
#EDE7EB
(237,231,235)
#F0EAEE
(240,234,238)
#F3EDF1
(243,237,241)
#F6F0F4
(246,240,244)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD5D9; }

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

This text font color is #DBD5D9.


Background Color

.myBgColor { background-color: #DBD5D9; }

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

This div background color is #DBD5D9.


Border color

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

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

This div border color is #DBD5D9.


Opacity

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

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

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

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

This text has shadow with #DBD5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD5D9 on black background.


Color preview on white background

This text has color #DBD5D9 on white background.



Black color preview on #DBD5D9 background

This text has black color on #DBD5D9 background.


White color preview on #DBD5D9 background

This text has white color on #DBD5D9 background.