COLOR #DCD8CA

HEX: #DCD8CA
RGB: (220,216,202)

Color info

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

RGB color model

#DCD8CA color RGB value is (220,216,202).

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

RGB channels and saturation

R 220 of 255 = 86%
G 216 of 255 = 85%
B 202 of 255 = 79%

220
216
202

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

Portions of RGB colors in percentages

R + G + B =
220 + 216 + 202 = 638 (100%)
R 220 of 638 ~ 34.48%
G 216 of 638 ~ 33.86%
B 202 of 638 ~ 31.66%

%34.48
%33.86
%31.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 8.18%
  • key color value is 13.73%
CMYK:
(0,2,8,14)
C0M2Y8K14 
(0%,2%,8%,14%)
(0.00/0.02/0.08/0.14)	

CMYK percentages

%0
%1.82
%8.18
%13.73

Codes

Color #DCD8CA in popluar color models

DCD8CA
RGB220216202
HSL47°20.45%82.75%
HSB/HSV47°8.18%86.27%
CMYK0.00%1.82%8.18%
13.73%

Color #DCD8CA in popluar number systems.

HEXDCD8CA
Decimal220216202
Binary110111001101100011001010
Octal334330312

Shades and tints

Shades of #DCD8CA

#DCD8CA
(220,216,202)
#C8C5B8
(200,197,184)
#B4B2A6
(180,178,166)
#A09F94
(160,159,148)
#8C8C82
(140,140,130)
#787970
(120,121,112)
#64665E
(100,102,94)
#50534C
(80,83,76)
#3C403A
(60,64,58)
#282D28
(40,45,40)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #DCD8CA

#DCD8CA
(220,216,202)
#DFDBCE
(223,219,206)
#E2DED2
(226,222,210)
#E5E1D6
(229,225,214)
#E8E4DA
(232,228,218)
#EBE7DE
(235,231,222)
#EEEAE2
(238,234,226)
#F1EDE6
(241,237,230)
#F4F0EA
(244,240,234)
#F7F3EE
(247,243,238)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD8CA; }

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

This text font color is #DCD8CA.


Background Color

.myBgColor { background-color: #DCD8CA; }

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

This div background color is #DCD8CA.


Border color

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

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

This div border color is #DCD8CA.


Opacity

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

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

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

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

This text has shadow with #DCD8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD8CA on black background.


Color preview on white background

This text has color #DCD8CA on white background.



Black color preview on #DCD8CA background

This text has black color on #DCD8CA background.


White color preview on #DCD8CA background

This text has white color on #DCD8CA background.