COLOR #DCA5AD

HEX: #DCA5AD
RGB: (220,165,173)

Color info

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

RGB color model

#DCA5AD color RGB value is (220,165,173).

  • red value is 220;
  • green value is 165;
  • blue value is 173.
RGB:
(220,165,173)
(86%,65%,68%)

RGB channels and saturation

R 220 of 255 = 86%
G 165 of 255 = 65%
B 173 of 255 = 68%

220
165
173

R + G + B ~ 73%. #DCA5AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 165 + 173 = 558 (100%)
R 220 of 558 ~ 39.43%
G 165 of 558 ~ 29.57%
B 173 of 558 ~ 31%

%39.43
%29.57
%31

CMYK color model

#DCA5AD color CMYK value is (0,25,21,14).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 21.36%
  • key color value is 13.73%
CMYK:
(0,25,21,14)
C0M25Y21K14 
(0%,25%,21%,14%)
(0.00/0.25/0.21/0.14)	

CMYK percentages

%0
%25
%21.36
%13.73

Codes

Color #DCA5AD in popluar color models

DCA5AD
RGB220165173
HSL351°44.00%75.49%
HSB/HSV351°25.00%86.27%
CMYK0.00%25.00%21.36%
13.73%

Color #DCA5AD in popluar number systems.

HEXDCA5AD
Decimal220165173
Binary110111001010010110101101
Octal334245255

Shades and tints

Shades of #DCA5AD

#DCA5AD
(220,165,173)
#C8969E
(200,150,158)
#B4878F
(180,135,143)
#A07880
(160,120,128)
#8C6971
(140,105,113)
#785A62
(120,90,98)
#644B53
(100,75,83)
#503C44
(80,60,68)
#3C2D35
(60,45,53)
#281E26
(40,30,38)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #DCA5AD

#DCA5AD
(220,165,173)
#DFADB4
(223,173,180)
#E2B5BB
(226,181,187)
#E5BDC2
(229,189,194)
#E8C5C9
(232,197,201)
#EBCDD0
(235,205,208)
#EED5D7
(238,213,215)
#F1DDDE
(241,221,222)
#F4E5E5
(244,229,229)
#F7EDEC
(247,237,236)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA5AD color. Also use rgb(220,165,173) instead hex code.

Text Font Color

.myTextColor { color: #DCA5AD; }

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

This text font color is #DCA5AD.


Background Color

.myBgColor { background-color: #DCA5AD; }

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

This div background color is #DCA5AD.


Border color

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

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

This div border color is #DCA5AD.


Opacity

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

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

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

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

This text has shadow with #DCA5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA5AD on black background.


Color preview on white background

This text has color #DCA5AD on white background.



Black color preview on #DCA5AD background

This text has black color on #DCA5AD background.


White color preview on #DCA5AD background

This text has white color on #DCA5AD background.