COLOR #DCA8A9

HEX: #DCA8A9
RGB: (220,168,169)

Color info

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

RGB color model

#DCA8A9 color RGB value is (220,168,169).

  • red value is 220;
  • green value is 168;
  • blue value is 169.
RGB:
(220,168,169)
(86%,66%,66%)

RGB channels and saturation

R 220 of 255 = 86%
G 168 of 255 = 66%
B 169 of 255 = 66%

220
168
169

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

Portions of RGB colors in percentages

R + G + B =
220 + 168 + 169 = 557 (100%)
R 220 of 557 ~ 39.5%
G 168 of 557 ~ 30.16%
B 169 of 557 ~ 30.34%

%39.5
%30.16
%30.34

CMYK color model

#DCA8A9 color CMYK value is (0,24,23,14).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 23.18%
  • key color value is 13.73%
CMYK:
(0,24,23,14)
C0M24Y23K14 
(0%,24%,23%,14%)
(0.00/0.24/0.23/0.14)	

CMYK percentages

%0
%23.64
%23.18
%13.73

Codes

Color #DCA8A9 in popluar color models

DCA8A9
RGB220168169
HSL359°42.62%76.08%
HSB/HSV359°23.64%86.27%
CMYK0.00%23.64%23.18%
13.73%

Color #DCA8A9 in popluar number systems.

HEXDCA8A9
Decimal220168169
Binary110111001010100010101001
Octal334250251

Shades and tints

Shades of #DCA8A9

#DCA8A9
(220,168,169)
#C8999A
(200,153,154)
#B48A8B
(180,138,139)
#A07B7C
(160,123,124)
#8C6C6D
(140,108,109)
#785D5E
(120,93,94)
#644E4F
(100,78,79)
#503F40
(80,63,64)
#3C3031
(60,48,49)
#282122
(40,33,34)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #DCA8A9

#DCA8A9
(220,168,169)
#DFAFB0
(223,175,176)
#E2B6B7
(226,182,183)
#E5BDBE
(229,189,190)
#E8C4C5
(232,196,197)
#EBCBCC
(235,203,204)
#EED2D3
(238,210,211)
#F1D9DA
(241,217,218)
#F4E0E1
(244,224,225)
#F7E7E8
(247,231,232)
#FAEEEF
(250,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA8A9 color. Also use rgb(220,168,169) instead hex code.

Text Font Color

.myTextColor { color: #DCA8A9; }

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

This text font color is #DCA8A9.


Background Color

.myBgColor { background-color: #DCA8A9; }

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

This div background color is #DCA8A9.


Border color

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

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

This div border color is #DCA8A9.


Opacity

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

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

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

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

This text has shadow with #DCA8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA8A9 on black background.


Color preview on white background

This text has color #DCA8A9 on white background.



Black color preview on #DCA8A9 background

This text has black color on #DCA8A9 background.


White color preview on #DCA8A9 background

This text has white color on #DCA8A9 background.