COLOR #DCD5CE

HEX: #DCD5CE
RGB: (220,213,206)

Color info

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

RGB color model

#DCD5CE color RGB value is (220,213,206).

  • red value is 220;
  • green value is 213;
  • blue value is 206.
RGB:
(220,213,206)
(86%,84%,81%)

RGB channels and saturation

R 220 of 255 = 86%
G 213 of 255 = 84%
B 206 of 255 = 81%

220
213
206

R + G + B ~ 84%. #DCD5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 213 + 206 = 639 (100%)
R 220 of 639 ~ 34.43%
G 213 of 639 ~ 33.33%
B 206 of 639 ~ 32.24%

%34.43
%33.33
%32.24

CMYK color model

#DCD5CE color CMYK value is (0,3,6,14).

  • cyan value is 0.00%
  • magenta value is 3.18%
  • yellow value is 6.36%
  • key color value is 13.73%
CMYK:
(0,3,6,14)
C0M3Y6K14 
(0%,3%,6%,14%)
(0.00/0.03/0.06/0.14)	

CMYK percentages

%0
%3.18
%6.36
%13.73

Codes

Color #DCD5CE in popluar color models

DCD5CE
RGB220213206
HSL30°16.67%83.53%
HSB/HSV30°6.36%86.27%
CMYK0.00%3.18%6.36%
13.73%

Color #DCD5CE in popluar number systems.

HEXDCD5CE
Decimal220213206
Binary110111001101010111001110
Octal334325316

Shades and tints

Shades of #DCD5CE

#DCD5CE
(220,213,206)
#C8C2BC
(200,194,188)
#B4AFAA
(180,175,170)
#A09C98
(160,156,152)
#8C8986
(140,137,134)
#787674
(120,118,116)
#646362
(100,99,98)
#505050
(80,80,80)
#3C3D3E
(60,61,62)
#282A2C
(40,42,44)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #DCD5CE

#DCD5CE
(220,213,206)
#DFD8D2
(223,216,210)
#E2DBD6
(226,219,214)
#E5DEDA
(229,222,218)
#E8E1DE
(232,225,222)
#EBE4E2
(235,228,226)
#EEE7E6
(238,231,230)
#F1EAEA
(241,234,234)
#F4EDEE
(244,237,238)
#F7F0F2
(247,240,242)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD5CE color. Also use rgb(220,213,206) instead hex code.

Text Font Color

.myTextColor { color: #DCD5CE; }

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

This text font color is #DCD5CE.


Background Color

.myBgColor { background-color: #DCD5CE; }

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

This div background color is #DCD5CE.


Border color

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

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

This div border color is #DCD5CE.


Opacity

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

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

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

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

This text has shadow with #DCD5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD5CE on black background.


Color preview on white background

This text has color #DCD5CE on white background.



Black color preview on #DCD5CE background

This text has black color on #DCD5CE background.


White color preview on #DCD5CE background

This text has white color on #DCD5CE background.