COLOR #DCD3CA

HEX: #DCD3CA
RGB: (220,211,202)

Color info

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

RGB color model

#DCD3CA color RGB value is (220,211,202).

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

RGB channels and saturation

R 220 of 255 = 86%
G 211 of 255 = 83%
B 202 of 255 = 79%

220
211
202

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

Portions of RGB colors in percentages

R + G + B =
220 + 211 + 202 = 633 (100%)
R 220 of 633 ~ 34.76%
G 211 of 633 ~ 33.33%
B 202 of 633 ~ 31.91%

%34.76
%33.33
%31.91

CMYK color model

#DCD3CA color CMYK value is (0,4,8,14).

  • cyan value is 0.00%
  • magenta value is 4.09%
  • yellow value is 8.18%
  • key color value is 13.73%
CMYK:
(0,4,8,14)
C0M4Y8K14 
(0%,4%,8%,14%)
(0.00/0.04/0.08/0.14)	

CMYK percentages

%0
%4.09
%8.18
%13.73

Codes

Color #DCD3CA in popluar color models

DCD3CA
RGB220211202
HSL30°20.45%82.75%
HSB/HSV30°8.18%86.27%
CMYK0.00%4.09%8.18%
13.73%

Color #DCD3CA in popluar number systems.

HEXDCD3CA
Decimal220211202
Binary110111001101001111001010
Octal334323312

Shades and tints

Shades of #DCD3CA

#DCD3CA
(220,211,202)
#C8C0B8
(200,192,184)
#B4ADA6
(180,173,166)
#A09A94
(160,154,148)
#8C8782
(140,135,130)
#787470
(120,116,112)
#64615E
(100,97,94)
#504E4C
(80,78,76)
#3C3B3A
(60,59,58)
#282828
(40,40,40)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #DCD3CA

#DCD3CA
(220,211,202)
#DFD7CE
(223,215,206)
#E2DBD2
(226,219,210)
#E5DFD6
(229,223,214)
#E8E3DA
(232,227,218)
#EBE7DE
(235,231,222)
#EEEBE2
(238,235,226)
#F1EFE6
(241,239,230)
#F4F3EA
(244,243,234)
#F7F7EE
(247,247,238)
#FAFBF2
(250,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD3CA; }

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

This text font color is #DCD3CA.


Background Color

.myBgColor { background-color: #DCD3CA; }

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

This div background color is #DCD3CA.


Border color

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

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

This div border color is #DCD3CA.


Opacity

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

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

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

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

This text has shadow with #DCD3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD3CA on black background.


Color preview on white background

This text has color #DCD3CA on white background.



Black color preview on #DCD3CA background

This text has black color on #DCD3CA background.


White color preview on #DCD3CA background

This text has white color on #DCD3CA background.