COLOR #DCD9C6

HEX: #DCD9C6
RGB: (220,217,198)

Color info

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

RGB color model

#DCD9C6 color RGB value is (220,217,198).

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

RGB channels and saturation

R 220 of 255 = 86%
G 217 of 255 = 85%
B 198 of 255 = 78%

220
217
198

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

Portions of RGB colors in percentages

R + G + B =
220 + 217 + 198 = 635 (100%)
R 220 of 635 ~ 34.65%
G 217 of 635 ~ 34.17%
B 198 of 635 ~ 31.18%

%34.65
%34.17
%31.18

CMYK color model

#DCD9C6 color CMYK value is (0,1,10,14).

  • cyan value is 0.00%
  • magenta value is 1.36%
  • yellow value is 10.00%
  • key color value is 13.73%
CMYK: (0,1,10,14) C0M1Y10K14 (0%,1%,10%,14%) (0.00/0.01/0.10/0.14)

CMYK percentages

%0
%1.36
%10
%13.73

Codes

Color #DCD9C6 in popluar color models

DCD9C6
RGB220217198
HSL52°23.91%81.96%
HSB/HSV52°10.00%86.27%
CMYK0.00%1.36%10.00%
13.73%

Color #DCD9C6 in popluar number systems.

HEXDCD9C6
Decimal220217198
Binary110111001101100111000110
Octal334331306

Shades and tints

Shades of #DCD9C6

#DCD9C6
(220,217,198)
#C8C6B4
(200,198,180)
#B4B3A2
(180,179,162)
#A0A090
(160,160,144)
#8C8D7E
(140,141,126)
#787A6C
(120,122,108)
#64675A
(100,103,90)
#505448
(80,84,72)
#3C4136
(60,65,54)
#282E24
(40,46,36)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #DCD9C6

#DCD9C6
(220,217,198)
#DFDCCB
(223,220,203)
#E2DFD0
(226,223,208)
#E5E2D5
(229,226,213)
#E8E5DA
(232,229,218)
#EBE8DF
(235,232,223)
#EEEBE4
(238,235,228)
#F1EEE9
(241,238,233)
#F4F1EE
(244,241,238)
#F7F4F3
(247,244,243)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD9C6 color. Also use rgb(220,217,198) instead hex code.

Text Font Color

.myTextColor { color: #DCD9C6; }

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

This text font color is #DCD9C6.


Background Color

.myBgColor { background-color: #DCD9C6; }

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

This div background color is #DCD9C6.


Border color

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

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

This div border color is #DCD9C6.


Opacity

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

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

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

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

This text has shadow with #DCD9C6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DCD9C6 on black background.


Color preview on white background

This text has color #DCD9C6 on white background.



Black color preview on #DCD9C6 background

This text has black color on #DCD9C6 background.


White color preview on #DCD9C6 background

This text has white color on #DCD9C6 background.