COLOR #DCCAC5

HEX: #DCCAC5
RGB: (220,202,197)

Color info

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

RGB color model

#DCCAC5 color RGB value is (220,202,197).

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

RGB channels and saturation

R 220 of 255 = 86%
G 202 of 255 = 79%
B 197 of 255 = 77%

220
202
197

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

Portions of RGB colors in percentages

R + G + B =
220 + 202 + 197 = 619 (100%)
R 220 of 619 ~ 35.54%
G 202 of 619 ~ 32.63%
B 197 of 619 ~ 31.83%

%35.54
%32.63
%31.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 10.45%
  • 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
%10.45
%13.73

Codes

Color #DCCAC5 in popluar color models

DCCAC5
RGB220202197
HSL13°24.73%81.76%
HSB/HSV13°10.45%86.27%
CMYK0.00%8.18%10.45%
13.73%

Color #DCCAC5 in popluar number systems.

HEXDCCAC5
Decimal220202197
Binary110111001100101011000101
Octal334312305

Shades and tints

Shades of #DCCAC5

#DCCAC5
(220,202,197)
#C8B8B4
(200,184,180)
#B4A6A3
(180,166,163)
#A09492
(160,148,146)
#8C8281
(140,130,129)
#787070
(120,112,112)
#645E5F
(100,94,95)
#504C4E
(80,76,78)
#3C3A3D
(60,58,61)
#28282C
(40,40,44)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #DCCAC5

#DCCAC5
(220,202,197)
#DFCECA
(223,206,202)
#E2D2CF
(226,210,207)
#E5D6D4
(229,214,212)
#E8DAD9
(232,218,217)
#EBDEDE
(235,222,222)
#EEE2E3
(238,226,227)
#F1E6E8
(241,230,232)
#F4EAED
(244,234,237)
#F7EEF2
(247,238,242)
#FAF2F7
(250,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCAC5; }

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

This text font color is #DCCAC5.


Background Color

.myBgColor { background-color: #DCCAC5; }

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

This div background color is #DCCAC5.


Border color

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

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

This div border color is #DCCAC5.


Opacity

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

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

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

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

This text has shadow with #DCCAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCAC5 on black background.


Color preview on white background

This text has color #DCCAC5 on white background.



Black color preview on #DCCAC5 background

This text has black color on #DCCAC5 background.


White color preview on #DCCAC5 background

This text has white color on #DCCAC5 background.