COLOR #DCA5AB

HEX: #DCA5AB
RGB: (220,165,171)

Color info

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

RGB color model

#DCA5AB color RGB value is (220,165,171).

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

RGB channels and saturation

R 220 of 255 = 86%
G 165 of 255 = 65%
B 171 of 255 = 67%

220
165
171

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

Portions of RGB colors in percentages

R + G + B =
220 + 165 + 171 = 556 (100%)
R 220 of 556 ~ 39.57%
G 165 of 556 ~ 29.68%
B 171 of 556 ~ 30.76%

%39.57
%29.68
%30.76

CMYK color model

#DCA5AB color CMYK value is (0,25,22,14).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK:
(0,25,22,14)
C0M25Y22K14 
(0%,25%,22%,14%)
(0.00/0.25/0.22/0.14)	

CMYK percentages

%0
%25
%22.27
%13.73

Codes

Color #DCA5AB in popluar color models

DCA5AB
RGB220165171
HSL353°44.00%75.49%
HSB/HSV353°25.00%86.27%
CMYK0.00%25.00%22.27%
13.73%

Color #DCA5AB in popluar number systems.

HEXDCA5AB
Decimal220165171
Binary110111001010010110101011
Octal334245253

Shades and tints

Shades of #DCA5AB

#DCA5AB
(220,165,171)
#C8969C
(200,150,156)
#B4878D
(180,135,141)
#A0787E
(160,120,126)
#8C696F
(140,105,111)
#785A60
(120,90,96)
#644B51
(100,75,81)
#503C42
(80,60,66)
#3C2D33
(60,45,51)
#281E24
(40,30,36)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #DCA5AB

#DCA5AB
(220,165,171)
#DFADB2
(223,173,178)
#E2B5B9
(226,181,185)
#E5BDC0
(229,189,192)
#E8C5C7
(232,197,199)
#EBCDCE
(235,205,206)
#EED5D5
(238,213,213)
#F1DDDC
(241,221,220)
#F4E5E3
(244,229,227)
#F7EDEA
(247,237,234)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA5AB; }

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

This text font color is #DCA5AB.


Background Color

.myBgColor { background-color: #DCA5AB; }

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

This div background color is #DCA5AB.


Border color

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

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

This div border color is #DCA5AB.


Opacity

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

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

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

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

This text has shadow with #DCA5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA5AB on black background.


Color preview on white background

This text has color #DCA5AB on white background.



Black color preview on #DCA5AB background

This text has black color on #DCA5AB background.


White color preview on #DCA5AB background

This text has white color on #DCA5AB background.