COLOR #DCD8DB

HEX: #DCD8DB
RGB: (220,216,219)

Color info

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

RGB color model

#DCD8DB color RGB value is (220,216,219).

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

RGB channels and saturation

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

220
216
219

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

Portions of RGB colors in percentages

R + G + B =
220 + 216 + 219 = 655 (100%)
R 220 of 655 ~ 33.59%
G 216 of 655 ~ 32.98%
B 219 of 655 ~ 33.44%

%33.59
%32.98
%33.44

CMYK color model

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

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

CMYK percentages

%0
%1.82
%0.45
%13.73

Codes

Color #DCD8DB in popluar color models

DCD8DB
RGB220216219
HSL315°5.41%85.49%
HSB/HSV315°1.82%86.27%
CMYK0.00%1.82%0.45%
13.73%

Color #DCD8DB in popluar number systems.

HEXDCD8DB
Decimal220216219
Binary110111001101100011011011
Octal334330333

Shades and tints

Shades of #DCD8DB

#DCD8DB
(220,216,219)
#C8C5C8
(200,197,200)
#B4B2B5
(180,178,181)
#A09FA2
(160,159,162)
#8C8C8F
(140,140,143)
#78797C
(120,121,124)
#646669
(100,102,105)
#505356
(80,83,86)
#3C4043
(60,64,67)
#282D30
(40,45,48)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #DCD8DB

#DCD8DB
(220,216,219)
#DFDBDE
(223,219,222)
#E2DEE1
(226,222,225)
#E5E1E4
(229,225,228)
#E8E4E7
(232,228,231)
#EBE7EA
(235,231,234)
#EEEAED
(238,234,237)
#F1EDF0
(241,237,240)
#F4F0F3
(244,240,243)
#F7F3F6
(247,243,246)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD8DB; }

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

This text font color is #DCD8DB.


Background Color

.myBgColor { background-color: #DCD8DB; }

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

This div background color is #DCD8DB.


Border color

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

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

This div border color is #DCD8DB.


Opacity

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

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

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

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

This text has shadow with #DCD8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD8DB on black background.


Color preview on white background

This text has color #DCD8DB on white background.



Black color preview on #DCD8DB background

This text has black color on #DCD8DB background.


White color preview on #DCD8DB background

This text has white color on #DCD8DB background.