COLOR #DCCAC7

HEX: #DCCAC7
RGB: (220,202,199)

Color info

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

RGB color model

#DCCAC7 color RGB value is (220,202,199).

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

RGB channels and saturation

R 220 of 255 = 86%
G 202 of 255 = 79%
B 199 of 255 = 78%

220
202
199

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

Portions of RGB colors in percentages

R + G + B =
220 + 202 + 199 = 621 (100%)
R 220 of 621 ~ 35.43%
G 202 of 621 ~ 32.53%
B 199 of 621 ~ 32.05%

%35.43
%32.53
%32.05

CMYK color model

#DCCAC7 color CMYK value is (0,8,10,14).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 9.55%
  • key color value is 13.73%
CMYK:
(0,8,10,14)
C0M8Y10K14 
(0%,8%,10%,14%)
(0.00/0.08/0.10/0.14)	

CMYK percentages

%0
%8.18
%9.55
%13.73

Codes

Color #DCCAC7 in popluar color models

DCCAC7
RGB220202199
HSL23.08%82.16%
HSB/HSV9.55%86.27%
CMYK0.00%8.18%9.55%
13.73%

Color #DCCAC7 in popluar number systems.

HEXDCCAC7
Decimal220202199
Binary110111001100101011000111
Octal334312307

Shades and tints

Shades of #DCCAC7

#DCCAC7
(220,202,199)
#C8B8B5
(200,184,181)
#B4A6A3
(180,166,163)
#A09491
(160,148,145)
#8C827F
(140,130,127)
#78706D
(120,112,109)
#645E5B
(100,94,91)
#504C49
(80,76,73)
#3C3A37
(60,58,55)
#282825
(40,40,37)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #DCCAC7

#DCCAC7
(220,202,199)
#DFCECC
(223,206,204)
#E2D2D1
(226,210,209)
#E5D6D6
(229,214,214)
#E8DADB
(232,218,219)
#EBDEE0
(235,222,224)
#EEE2E5
(238,226,229)
#F1E6EA
(241,230,234)
#F4EAEF
(244,234,239)
#F7EEF4
(247,238,244)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCAC7; }

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

This text font color is #DCCAC7.


Background Color

.myBgColor { background-color: #DCCAC7; }

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

This div background color is #DCCAC7.


Border color

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

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

This div border color is #DCCAC7.


Opacity

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

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

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

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

This text has shadow with #DCCAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCAC7 on black background.


Color preview on white background

This text has color #DCCAC7 on white background.



Black color preview on #DCCAC7 background

This text has black color on #DCCAC7 background.


White color preview on #DCCAC7 background

This text has white color on #DCCAC7 background.