COLOR #DCA9B2

HEX: #DCA9B2 RGB: (220,169,178)

Color info

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

RGB color model

#DCA9B2 color RGB value is (220,169,178).

RGB: (220,169,178) (86%, 66%, 70%)

RGB channels and saturation

R 220 of 255 = 86%
G 169 of 255 = 66%
B 178 of 255 = 70%

220
169
178

R + G + B ~ 74%. #DCA9B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 169 + 178 = 567 (100%)
R 220 of 567 ~ 38.8%
G 169 of 567 ~ 29.81%
B 178 of 567 ~ 31.39'%

%38.8
%29.81
%31.39

CMYK color model

#DCA9B2 color CMYK value is (0,23,19,14).

  • cyan value is 0.00%
  • magenta value is 23.18%
  • yellow value is 19.09%
  • key color value is 13.73%
CMYK: (0,23,19,14) C0M23Y19K14 (0%,23%,19%,14%) (0.00/0.23/0.19/0.14) 

CMYK percentages

%0
%23.18
%19.09
%13.73

Codes

Color #DCA9B2 in popluar color models

DC A9 B2
RGB 220 169 178
HSL 349° 42.15% 76.27%
HSB/HSV 349° 23.18% 86.27%
CMYK 0.00% 23.18% 19.09%
13.73%

Color #DCA9B2 in popluar number systems.

HEX DC A9 B2
Decimal 220 169 178
Binary 11011100 10101001 10110010
Octal 334 251 262

Shades and tints

Shades of #DCA9B2

#DCA9B2
(220,169,178)
#C89AA2
(200,154,162)
#B48B92
(180,139,146)
#A07C82
(160,124,130)
#8C6D72
(140,109,114)
#785E62
(120,94,98)
#644F52
(100,79,82)
#504042
(80,64,66)
#3C3132
(60,49,50)
#282222
(40,34,34)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #DCA9B2

#DCA9B2
(220,169,178)
#DFB0B9
(223,176,185)
#E2B7C0
(226,183,192)
#E5BEC7
(229,190,199)
#E8C5CE
(232,197,206)
#EBCCD5
(235,204,213)
#EED3DC
(238,211,220)
#F1DAE3
(241,218,227)
#F4E1EA
(244,225,234)
#F7E8F1
(247,232,241)
#FAEFF8
(250,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA9B2; }

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

This text font color is #DCA9B2.

Background Color

.myBgColor { background-color: #DCA9B2; }

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

This div background color is #DCA9B2.

Border color

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

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

This div border color is #DCA9B2.

Opacity

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

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

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

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

This text has shadow with #DCA9B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA9B2.

Preview

Color preview on black background

This text has color #DCA9B2 on black background.


Color preview on white background

This text has color #DCA9B2 on white background.


Black color preview on #DCA9B2 background

This text has black color on #DCA9B2 background.


White color preview on #DCA9B2 background

This text has white color on #DCA9B2 background.


Related colors

Complementary color

Complementary color for #hex is #23564D.


I love getcolorcode.com

Triadic colors

1 #B2DCA9 and #A9B2DC with #DCA9B2 are triadic colors.

2 #B2A9DC and #A9DCB2 with #DCA9B2 are triadic colors.