COLOR #DBD6DB

HEX: #DBD6DB
RGB: (219,214,219)

Color info

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

RGB color model

#DBD6DB color RGB value is (219,214,219).

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

RGB channels and saturation

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

219
214
219

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

Portions of RGB colors in percentages

R + G + B =
219 + 214 + 219 = 652 (100%)
R 219 of 652 ~ 33.59%
G 214 of 652 ~ 32.82%
B 219 of 652 ~ 33.59%

%33.59
%32.82
%33.59

CMYK color model

#DBD6DB color CMYK value is (0,2,0,14).

  • cyan value is 0.00%
  • magenta value is 2.28%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(0,2,0,14)
C0M2Y0K14 
(0%,2%,0%,14%)
(0.00/0.02/0.00/0.14)	

CMYK percentages

%0
%2.28
%0
%14.12

Codes

Color #DBD6DB in popluar color models

DBD6DB
RGB219214219
HSL300°6.49%84.90%
HSB/HSV300°2.28%85.88%
CMYK0.00%2.28%0.00%
14.12%

Color #DBD6DB in popluar number systems.

HEXDBD6DB
Decimal219214219
Binary110110111101011011011011
Octal333326333

Shades and tints

Shades of #DBD6DB

#DBD6DB
(219,214,219)
#C8C3C8
(200,195,200)
#B5B0B5
(181,176,181)
#A29DA2
(162,157,162)
#8F8A8F
(143,138,143)
#7C777C
(124,119,124)
#696469
(105,100,105)
#565156
(86,81,86)
#433E43
(67,62,67)
#302B30
(48,43,48)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #DBD6DB

#DBD6DB
(219,214,219)
#DED9DE
(222,217,222)
#E1DCE1
(225,220,225)
#E4DFE4
(228,223,228)
#E7E2E7
(231,226,231)
#EAE5EA
(234,229,234)
#EDE8ED
(237,232,237)
#F0EBF0
(240,235,240)
#F3EEF3
(243,238,243)
#F6F1F6
(246,241,246)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD6DB; }

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

This text font color is #DBD6DB.


Background Color

.myBgColor { background-color: #DBD6DB; }

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

This div background color is #DBD6DB.


Border color

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

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

This div border color is #DBD6DB.


Opacity

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

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

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

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

This text has shadow with #DBD6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD6DB on black background.


Color preview on white background

This text has color #DBD6DB on white background.



Black color preview on #DBD6DB background

This text has black color on #DBD6DB background.


White color preview on #DBD6DB background

This text has white color on #DBD6DB background.