COLOR #DCAAA4

HEX: #DCAAA4
RGB: (220,170,164)

Color info

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

RGB color model

#DCAAA4 color RGB value is (220,170,164).

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

RGB channels and saturation

R 220 of 255 = 86%
G 170 of 255 = 67%
B 164 of 255 = 64%

220
170
164

R + G + B ~ 72%. #DCAAA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 170 + 164 = 554 (100%)
R 220 of 554 ~ 39.71%
G 170 of 554 ~ 30.69%
B 164 of 554 ~ 29.6%

%39.71
%30.69
%29.6

CMYK color model

#DCAAA4 color CMYK value is (0,23,25,14).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 25.45%
  • key color value is 13.73%
CMYK:
(0,23,25,14)
C0M23Y25K14 
(0%,23%,25%,14%)
(0.00/0.23/0.25/0.14)	

CMYK percentages

%0
%22.73
%25.45
%13.73

Codes

Color #DCAAA4 in popluar color models

DCAAA4
RGB220170164
HSL44.44%75.29%
HSB/HSV25.45%86.27%
CMYK0.00%22.73%25.45%
13.73%

Color #DCAAA4 in popluar number systems.

HEXDCAAA4
Decimal220170164
Binary110111001010101010100100
Octal334252244

Shades and tints

Shades of #DCAAA4

#DCAAA4
(220,170,164)
#C89B96
(200,155,150)
#B48C88
(180,140,136)
#A07D7A
(160,125,122)
#8C6E6C
(140,110,108)
#785F5E
(120,95,94)
#645050
(100,80,80)
#504142
(80,65,66)
#3C3234
(60,50,52)
#282326
(40,35,38)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #DCAAA4

#DCAAA4
(220,170,164)
#DFB1AC
(223,177,172)
#E2B8B4
(226,184,180)
#E5BFBC
(229,191,188)
#E8C6C4
(232,198,196)
#EBCDCC
(235,205,204)
#EED4D4
(238,212,212)
#F1DBDC
(241,219,220)
#F4E2E4
(244,226,228)
#F7E9EC
(247,233,236)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCAAA4; }

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

This text font color is #DCAAA4.


Background Color

.myBgColor { background-color: #DCAAA4; }

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

This div background color is #DCAAA4.


Border color

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

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

This div border color is #DCAAA4.


Opacity

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

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

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

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

This text has shadow with #DCAAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAAA4 on black background.


Color preview on white background

This text has color #DCAAA4 on white background.



Black color preview on #DCAAA4 background

This text has black color on #DCAAA4 background.


White color preview on #DCAAA4 background

This text has white color on #DCAAA4 background.