COLOR #DCAAA6

HEX: #DCAAA6 RGB: (220,170,166)

Color info

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

RGB color model

#DCAAA6 color RGB value is (220,170,166).

RGB: (220,170,166) (86%, 67%, 65%)

RGB channels and saturation

R 220 of 255 = 86%
G 170 of 255 = 67%
B 166 of 255 = 65%

220
170
166

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

Portions of RGB colors in percentages

R + G + B = 220 + 170 + 166 = 556 (100%)
R 220 of 556 ~ 39.57%
G 170 of 556 ~ 30.58%
B 166 of 556 ~ 29.86'%

%39.57
%30.58
%29.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 24.55%
  • 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
%24.55
%13.73

Codes

Color #DCAAA6 in popluar color models

DC AA A6
RGB 220 170 166
HSL 43.55% 75.69%
HSB/HSV 24.55% 86.27%
CMYK 0.00% 22.73% 24.55%
13.73%

Color #DCAAA6 in popluar number systems.

HEX DC AA A6
Decimal 220 170 166
Binary 11011100 10101010 10100110
Octal 334 252 246

Shades and tints

Shades of #DCAAA6

#DCAAA6
(220,170,166)
#C89B97
(200,155,151)
#B48C88
(180,140,136)
#A07D79
(160,125,121)
#8C6E6A
(140,110,106)
#785F5B
(120,95,91)
#64504C
(100,80,76)
#50413D
(80,65,61)
#3C322E
(60,50,46)
#28231F
(40,35,31)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #DCAAA6

#DCAAA6
(220,170,166)
#DFB1AE
(223,177,174)
#E2B8B6
(226,184,182)
#E5BFBE
(229,191,190)
#E8C6C6
(232,198,198)
#EBCDCE
(235,205,206)
#EED4D6
(238,212,214)
#F1DBDE
(241,219,222)
#F4E2E6
(244,226,230)
#F7E9EE
(247,233,238)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCAAA6; }

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

This text font color is #DCAAA6.

Background Color

.myBgColor { background-color: #DCAAA6; }

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

This div background color is #DCAAA6.

Border color

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

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

This div border color is #DCAAA6.

Opacity

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

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

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

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

This text has shadow with #DCAAA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCAAA6.

Preview

Color preview on black background

This text has color #DCAAA6 on black background.


Color preview on white background

This text has color #DCAAA6 on white background.


Black color preview on #DCAAA6 background

This text has black color on #DCAAA6 background.


White color preview on #DCAAA6 background

This text has white color on #DCAAA6 background.


Related colors

Complementary color

Complementary color for #hex is #235559.


I love getcolorcode.com

Triadic colors

1 #A6DCAA and #AAA6DC with #DCAAA6 are triadic colors.

2 #A6AADC and #AADCA6 with #DCAAA6 are triadic colors.