COLOR #DBD8DD

HEX: #DBD8DD
RGB: (219,216,221)

Color info

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

RGB color model

#DBD8DD color RGB value is (219,216,221).

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

RGB channels and saturation

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

219
216
221

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

Portions of RGB colors in percentages

R + G + B =
219 + 216 + 221 = 656 (100%)
R 219 of 656 ~ 33.38%
G 216 of 656 ~ 32.93%
B 221 of 656 ~ 33.69%

%33.38
%32.93
%33.69

CMYK color model

#DBD8DD color CMYK value is (1,2,0,13).

  • cyan value is 0.90%
  • magenta value is 2.26%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(1,2,0,13)
C1M2Y0K13 
(1%,2%,0%,13%)
(0.01/0.02/0.00/0.13)	

CMYK percentages

%0.9
%2.26
%0
%13.33

Codes

Color #DBD8DD in popluar color models

DBD8DD
RGB219216221
HSL276°6.85%85.69%
HSB/HSV276°2.26%86.67%
CMYK0.90%2.26%0.00%
13.33%

Color #DBD8DD in popluar number systems.

HEXDBD8DD
Decimal219216221
Binary110110111101100011011101
Octal333330335

Shades and tints

Shades of #DBD8DD

#DBD8DD
(219,216,221)
#C8C5C9
(200,197,201)
#B5B2B5
(181,178,181)
#A29FA1
(162,159,161)
#8F8C8D
(143,140,141)
#7C7979
(124,121,121)
#696665
(105,102,101)
#565351
(86,83,81)
#43403D
(67,64,61)
#302D29
(48,45,41)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #DBD8DD

#DBD8DD
(219,216,221)
#DEDBE0
(222,219,224)
#E1DEE3
(225,222,227)
#E4E1E6
(228,225,230)
#E7E4E9
(231,228,233)
#EAE7EC
(234,231,236)
#EDEAEF
(237,234,239)
#F0EDF2
(240,237,242)
#F3F0F5
(243,240,245)
#F6F3F8
(246,243,248)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD8DD; }

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

This text font color is #DBD8DD.


Background Color

.myBgColor { background-color: #DBD8DD; }

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

This div background color is #DBD8DD.


Border color

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

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

This div border color is #DBD8DD.


Opacity

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

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

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

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

This text has shadow with #DBD8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD8DD on black background.


Color preview on white background

This text has color #DBD8DD on white background.



Black color preview on #DBD8DD background

This text has black color on #DBD8DD background.


White color preview on #DBD8DD background

This text has white color on #DBD8DD background.