COLOR #DCCDC7

HEX: #DCCDC7
RGB: (220,205,199)

Color info

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

RGB color model

#DCCDC7 color RGB value is (220,205,199).

  • red value is 220;
  • green value is 205;
  • blue value is 199.
RGB:
(220,205,199)
(86%,80%,78%)

RGB channels and saturation

R 220 of 255 = 86%
G 205 of 255 = 80%
B 199 of 255 = 78%

220
205
199

R + G + B ~ 81%. #DCCDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 205 + 199 = 624 (100%)
R 220 of 624 ~ 35.26%
G 205 of 624 ~ 32.85%
B 199 of 624 ~ 31.89%

%35.26
%32.85
%31.89

CMYK color model

#DCCDC7 color CMYK value is (0,7,10,14).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 9.55%
  • key color value is 13.73%
CMYK:
(0,7,10,14)
C0M7Y10K14 
(0%,7%,10%,14%)
(0.00/0.07/0.10/0.14)	

CMYK percentages

%0
%6.82
%9.55
%13.73

Codes

Color #DCCDC7 in popluar color models

DCCDC7
RGB220205199
HSL17°23.08%82.16%
HSB/HSV17°9.55%86.27%
CMYK0.00%6.82%9.55%
13.73%

Color #DCCDC7 in popluar number systems.

HEXDCCDC7
Decimal220205199
Binary110111001100110111000111
Octal334315307

Shades and tints

Shades of #DCCDC7

#DCCDC7
(220,205,199)
#C8BBB5
(200,187,181)
#B4A9A3
(180,169,163)
#A09791
(160,151,145)
#8C857F
(140,133,127)
#78736D
(120,115,109)
#64615B
(100,97,91)
#504F49
(80,79,73)
#3C3D37
(60,61,55)
#282B25
(40,43,37)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #DCCDC7

#DCCDC7
(220,205,199)
#DFD1CC
(223,209,204)
#E2D5D1
(226,213,209)
#E5D9D6
(229,217,214)
#E8DDDB
(232,221,219)
#EBE1E0
(235,225,224)
#EEE5E5
(238,229,229)
#F1E9EA
(241,233,234)
#F4EDEF
(244,237,239)
#F7F1F4
(247,241,244)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCDC7 color. Also use rgb(220,205,199) instead hex code.

Text Font Color

.myTextColor { color: #DCCDC7; }

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

This text font color is #DCCDC7.


Background Color

.myBgColor { background-color: #DCCDC7; }

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

This div background color is #DCCDC7.


Border color

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

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

This div border color is #DCCDC7.


Opacity

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

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

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

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

This text has shadow with #DCCDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCDC7 on black background.


Color preview on white background

This text has color #DCCDC7 on white background.



Black color preview on #DCCDC7 background

This text has black color on #DCCDC7 background.


White color preview on #DCCDC7 background

This text has white color on #DCCDC7 background.