COLOR #DBD5DB

HEX: #DBD5DB
RGB: (219,213,219)

Color info

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

RGB color model

#DBD5DB color RGB value is (219,213,219).

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

RGB channels and saturation

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

219
213
219

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

Portions of RGB colors in percentages

R + G + B =
219 + 213 + 219 = 651 (100%)
R 219 of 651 ~ 33.64%
G 213 of 651 ~ 32.72%
B 219 of 651 ~ 33.64%

%33.64
%32.72
%33.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 0.00%
  • 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
%14.12

Codes

Color #DBD5DB in popluar color models

DBD5DB
RGB219213219
HSL300°7.69%84.71%
HSB/HSV300°2.74%85.88%
CMYK0.00%2.74%0.00%
14.12%

Color #DBD5DB in popluar number systems.

HEXDBD5DB
Decimal219213219
Binary110110111101010111011011
Octal333325333

Shades and tints

Shades of #DBD5DB

#DBD5DB
(219,213,219)
#C8C2C8
(200,194,200)
#B5AFB5
(181,175,181)
#A29CA2
(162,156,162)
#8F898F
(143,137,143)
#7C767C
(124,118,124)
#696369
(105,99,105)
#565056
(86,80,86)
#433D43
(67,61,67)
#302A30
(48,42,48)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #DBD5DB

#DBD5DB
(219,213,219)
#DED8DE
(222,216,222)
#E1DBE1
(225,219,225)
#E4DEE4
(228,222,228)
#E7E1E7
(231,225,231)
#EAE4EA
(234,228,234)
#EDE7ED
(237,231,237)
#F0EAF0
(240,234,240)
#F3EDF3
(243,237,243)
#F6F0F6
(246,240,246)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD5DB; }

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

This text font color is #DBD5DB.


Background Color

.myBgColor { background-color: #DBD5DB; }

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

This div background color is #DBD5DB.


Border color

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

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

This div border color is #DBD5DB.


Opacity

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

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

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

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

This text has shadow with #DBD5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD5DB on black background.


Color preview on white background

This text has color #DBD5DB on white background.



Black color preview on #DBD5DB background

This text has black color on #DBD5DB background.


White color preview on #DBD5DB background

This text has white color on #DBD5DB background.