COLOR #DCD6D7

HEX: #DCD6D7
RGB: (220,214,215)

Color info

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

RGB color model

#DCD6D7 color RGB value is (220,214,215).

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

RGB channels and saturation

R 220 of 255 = 86%
G 214 of 255 = 84%
B 215 of 255 = 84%

220
214
215

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

Portions of RGB colors in percentages

R + G + B =
220 + 214 + 215 = 649 (100%)
R 220 of 649 ~ 33.9%
G 214 of 649 ~ 32.97%
B 215 of 649 ~ 33.13%

%33.9
%32.97
%33.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 2.27%
  • key color value is 13.73%
CMYK:
(0,3,2,14)
C0M3Y2K14 
(0%,3%,2%,14%)
(0.00/0.03/0.02/0.14)	

CMYK percentages

%0
%2.73
%2.27
%13.73

Codes

Color #DCD6D7 in popluar color models

DCD6D7
RGB220214215
HSL350°7.89%85.10%
HSB/HSV350°2.73%86.27%
CMYK0.00%2.73%2.27%
13.73%

Color #DCD6D7 in popluar number systems.

HEXDCD6D7
Decimal220214215
Binary110111001101011011010111
Octal334326327

Shades and tints

Shades of #DCD6D7

#DCD6D7
(220,214,215)
#C8C3C4
(200,195,196)
#B4B0B1
(180,176,177)
#A09D9E
(160,157,158)
#8C8A8B
(140,138,139)
#787778
(120,119,120)
#646465
(100,100,101)
#505152
(80,81,82)
#3C3E3F
(60,62,63)
#282B2C
(40,43,44)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #DCD6D7

#DCD6D7
(220,214,215)
#DFD9DA
(223,217,218)
#E2DCDD
(226,220,221)
#E5DFE0
(229,223,224)
#E8E2E3
(232,226,227)
#EBE5E6
(235,229,230)
#EEE8E9
(238,232,233)
#F1EBEC
(241,235,236)
#F4EEEF
(244,238,239)
#F7F1F2
(247,241,242)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD6D7; }

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

This text font color is #DCD6D7.


Background Color

.myBgColor { background-color: #DCD6D7; }

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

This div background color is #DCD6D7.


Border color

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

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

This div border color is #DCD6D7.


Opacity

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

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

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

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

This text has shadow with #DCD6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD6D7 on black background.


Color preview on white background

This text has color #DCD6D7 on white background.



Black color preview on #DCD6D7 background

This text has black color on #DCD6D7 background.


White color preview on #DCD6D7 background

This text has white color on #DCD6D7 background.