COLOR #DCA3A4

HEX: #DCA3A4
RGB: (220,163,164)

Color info

#DCA3A4 contains red, green and blue colors in about the same proportion. Web safe color of #DCA3A4 is #CC9999 (or #C99).

RGB color model

#DCA3A4 color RGB value is (220,163,164).

  • red value is 220;
  • green value is 163;
  • blue value is 164.
RGB:
(220,163,164)
(86%,64%,64%)

RGB channels and saturation

R 220 of 255 = 86%
G 163 of 255 = 64%
B 164 of 255 = 64%

220
163
164

R + G + B ~ 71%. #DCA3A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 163 + 164 = 547 (100%)
R 220 of 547 ~ 40.22%
G 163 of 547 ~ 29.8%
B 164 of 547 ~ 29.98%

%40.22
%29.8
%29.98

CMYK color model

#DCA3A4 color CMYK value is (0,26,25,14).

  • cyan value is 0.00%
  • magenta value is 25.91%
  • yellow value is 25.45%
  • key color value is 13.73%
CMYK:
(0,26,25,14)
C0M26Y25K14 
(0%,26%,25%,14%)
(0.00/0.26/0.25/0.14)	

CMYK percentages

%0
%25.91
%25.45
%13.73

Codes

Color #DCA3A4 in popluar color models

DCA3A4
RGB220163164
HSL359°44.88%75.10%
HSB/HSV359°25.91%86.27%
CMYK0.00%25.91%25.45%
13.73%

Color #DCA3A4 in popluar number systems.

HEXDCA3A4
Decimal220163164
Binary110111001010001110100100
Octal334243244

Shades and tints

Shades of #DCA3A4

#DCA3A4
(220,163,164)
#C89596
(200,149,150)
#B48788
(180,135,136)
#A0797A
(160,121,122)
#8C6B6C
(140,107,108)
#785D5E
(120,93,94)
#644F50
(100,79,80)
#504142
(80,65,66)
#3C3334
(60,51,52)
#282526
(40,37,38)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #DCA3A4

#DCA3A4
(220,163,164)
#DFABAC
(223,171,172)
#E2B3B4
(226,179,180)
#E5BBBC
(229,187,188)
#E8C3C4
(232,195,196)
#EBCBCC
(235,203,204)
#EED3D4
(238,211,212)
#F1DBDC
(241,219,220)
#F4E3E4
(244,227,228)
#F7EBEC
(247,235,236)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA3A4 color. Also use rgb(220,163,164) instead hex code.

Text Font Color

.myTextColor { color: #DCA3A4; }

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

This text font color is #DCA3A4.


Background Color

.myBgColor { background-color: #DCA3A4; }

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

This div background color is #DCA3A4.


Border color

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

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

This div border color is #DCA3A4.


Opacity

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

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

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

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

This text has shadow with #DCA3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA3A4 on black background.


Color preview on white background

This text has color #DCA3A4 on white background.



Black color preview on #DCA3A4 background

This text has black color on #DCA3A4 background.


White color preview on #DCA3A4 background

This text has white color on #DCA3A4 background.