COLOR #DCD8C8

HEX: #DCD8C8
RGB: (220,216,200)

Color info

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

RGB color model

#DCD8C8 color RGB value is (220,216,200).

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

RGB channels and saturation

R 220 of 255 = 86%
G 216 of 255 = 85%
B 200 of 255 = 78%

220
216
200

R + G + B ~ 83%. #DCD8C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 216 + 200 = 636 (100%)
R 220 of 636 ~ 34.59%
G 216 of 636 ~ 33.96%
B 200 of 636 ~ 31.45%

%34.59
%33.96
%31.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 9.09%
  • key color value is 13.73%
CMYK:
(0,2,9,14)
C0M2Y9K14 
(0%,2%,9%,14%)
(0.00/0.02/0.09/0.14)	

CMYK percentages

%0
%1.82
%9.09
%13.73

Codes

Color #DCD8C8 in popluar color models

DCD8C8
RGB220216200
HSL48°22.22%82.35%
HSB/HSV48°9.09%86.27%
CMYK0.00%1.82%9.09%
13.73%

Color #DCD8C8 in popluar number systems.

HEXDCD8C8
Decimal220216200
Binary110111001101100011001000
Octal334330310

Shades and tints

Shades of #DCD8C8

#DCD8C8
(220,216,200)
#C8C5B6
(200,197,182)
#B4B2A4
(180,178,164)
#A09F92
(160,159,146)
#8C8C80
(140,140,128)
#78796E
(120,121,110)
#64665C
(100,102,92)
#50534A
(80,83,74)
#3C4038
(60,64,56)
#282D26
(40,45,38)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #DCD8C8

#DCD8C8
(220,216,200)
#DFDBCD
(223,219,205)
#E2DED2
(226,222,210)
#E5E1D7
(229,225,215)
#E8E4DC
(232,228,220)
#EBE7E1
(235,231,225)
#EEEAE6
(238,234,230)
#F1EDEB
(241,237,235)
#F4F0F0
(244,240,240)
#F7F3F5
(247,243,245)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD8C8; }

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

This text font color is #DCD8C8.


Background Color

.myBgColor { background-color: #DCD8C8; }

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

This div background color is #DCD8C8.


Border color

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

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

This div border color is #DCD8C8.


Opacity

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

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

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

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

This text has shadow with #DCD8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD8C8 on black background.


Color preview on white background

This text has color #DCD8C8 on white background.



Black color preview on #DCD8C8 background

This text has black color on #DCD8C8 background.


White color preview on #DCD8C8 background

This text has white color on #DCD8C8 background.