COLOR #DCD1CC

HEX: #DCD1CC
RGB: (220,209,204)

Color info

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

RGB color model

#DCD1CC color RGB value is (220,209,204).

  • red value is 220;
  • green value is 209;
  • blue value is 204.
RGB:
(220,209,204)
(86%,82%,80%)

RGB channels and saturation

R 220 of 255 = 86%
G 209 of 255 = 82%
B 204 of 255 = 80%

220
209
204

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

Portions of RGB colors in percentages

R + G + B =
220 + 209 + 204 = 633 (100%)
R 220 of 633 ~ 34.76%
G 209 of 633 ~ 33.02%
B 204 of 633 ~ 32.23%

%34.76
%33.02
%32.23

CMYK color model

#DCD1CC color CMYK value is (0,5,7,14).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 7.27%
  • key color value is 13.73%
CMYK:
(0,5,7,14)
C0M5Y7K14 
(0%,5%,7%,14%)
(0.00/0.05/0.07/0.14)	

CMYK percentages

%0
%5
%7.27
%13.73

Codes

Color #DCD1CC in popluar color models

DCD1CC
RGB220209204
HSL19°18.60%83.14%
HSB/HSV19°7.27%86.27%
CMYK0.00%5.00%7.27%
13.73%

Color #DCD1CC in popluar number systems.

HEXDCD1CC
Decimal220209204
Binary110111001101000111001100
Octal334321314

Shades and tints

Shades of #DCD1CC

#DCD1CC
(220,209,204)
#C8BEBA
(200,190,186)
#B4ABA8
(180,171,168)
#A09896
(160,152,150)
#8C8584
(140,133,132)
#787272
(120,114,114)
#645F60
(100,95,96)
#504C4E
(80,76,78)
#3C393C
(60,57,60)
#28262A
(40,38,42)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #DCD1CC

#DCD1CC
(220,209,204)
#DFD5D0
(223,213,208)
#E2D9D4
(226,217,212)
#E5DDD8
(229,221,216)
#E8E1DC
(232,225,220)
#EBE5E0
(235,229,224)
#EEE9E4
(238,233,228)
#F1EDE8
(241,237,232)
#F4F1EC
(244,241,236)
#F7F5F0
(247,245,240)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD1CC color. Also use rgb(220,209,204) instead hex code.

Text Font Color

.myTextColor { color: #DCD1CC; }

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

This text font color is #DCD1CC.


Background Color

.myBgColor { background-color: #DCD1CC; }

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

This div background color is #DCD1CC.


Border color

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

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

This div border color is #DCD1CC.


Opacity

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

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

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

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

This text has shadow with #DCD1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD1CC on black background.


Color preview on white background

This text has color #DCD1CC on white background.



Black color preview on #DCD1CC background

This text has black color on #DCD1CC background.


White color preview on #DCD1CC background

This text has white color on #DCD1CC background.