COLOR #DBD8DB

HEX: #DBD8DB
RGB: (219,216,219)

Color info

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

RGB color model

#DBD8DB color RGB value is (219,216,219).

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

RGB channels and saturation

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

219
216
219

R + G + B ~ 86%. #DBD8DB is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 216 + 219 = 654 (100%)
R 219 of 654 ~ 33.49%
G 216 of 654 ~ 33.03%
B 219 of 654 ~ 33.49%

%33.49
%33.03
%33.49

CMYK color model

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

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

Codes

Color #DBD8DB in popluar color models

DBD8DB
RGB219216219
HSL300°4.00%85.29%
HSB/HSV300°1.37%85.88%
CMYK0.00%1.37%0.00%
14.12%

Color #DBD8DB in popluar number systems.

HEXDBD8DB
Decimal219216219
Binary110110111101100011011011
Octal333330333

Shades and tints

Shades of #DBD8DB

#DBD8DB
(219,216,219)
#C8C5C8
(200,197,200)
#B5B2B5
(181,178,181)
#A29FA2
(162,159,162)
#8F8C8F
(143,140,143)
#7C797C
(124,121,124)
#696669
(105,102,105)
#565356
(86,83,86)
#434043
(67,64,67)
#302D30
(48,45,48)
#1D1A1D
(29,26,29)
#000000
(0,0,0)

Tints of #DBD8DB

#DBD8DB
(219,216,219)
#DEDBDE
(222,219,222)
#E1DEE1
(225,222,225)
#E4E1E4
(228,225,228)
#E7E4E7
(231,228,231)
#EAE7EA
(234,231,234)
#EDEAED
(237,234,237)
#F0EDF0
(240,237,240)
#F3F0F3
(243,240,243)
#F6F3F6
(246,243,246)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD8DB; }

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

This text font color is #DBD8DB.


Background Color

.myBgColor { background-color: #DBD8DB; }

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

This div background color is #DBD8DB.


Border color

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

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

This div border color is #DBD8DB.


Opacity

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

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

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

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

This text has shadow with #DBD8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD8DB on black background.


Color preview on white background

This text has color #DBD8DB on white background.



Black color preview on #DBD8DB background

This text has black color on #DBD8DB background.


White color preview on #DBD8DB background

This text has white color on #DBD8DB background.