COLOR #DCA1B9

HEX: #DCA1B9 RGB: (220,161,185)

Color info

#DCA1B9 contains red, green and blue colors in about the same proportion. Web safe color of #DCA1B9 is #CC99CC (or #C9C).

RGB color model

#DCA1B9 color RGB value is (220,161,185).

RGB: (220,161,185) (86%, 63%, 73%)

RGB channels and saturation

R 220 of 255 = 86%
G 161 of 255 = 63%
B 185 of 255 = 73%

220
161
185

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

Portions of RGB colors in percentages

R + G + B = 220 + 161 + 185 = 566 (100%)
R 220 of 566 ~ 38.87%
G 161 of 566 ~ 28.45%
B 185 of 566 ~ 32.69'%

%38.87
%28.45
%32.69

CMYK color model

#DCA1B9 color CMYK value is (0,27,16,14).

  • cyan value is 0.00%
  • magenta value is 26.82%
  • yellow value is 15.91%
  • key color value is 13.73%

CMYK: (0,27,16,14)
C0M27Y16K14 (0%, 27%, 16%, 14%)
(0.00 / 0.27 / 0.16 / 0.14)

CMYK percentages

%0
%26.82
%15.91
%13.73

Codes

Color #DCA1B9 in popluar color models

DC A1 B9
RGB 220 161 185
HSL 336° 45.74% 74.71%
HSB/HSV 336° 26.82% 86.27%
CMYK 0.00% 26.82% 15.91%
13.73%

Color #DCA1B9 in popluar number systems.

HEX DC A1 B9
Decimal 220 161 185
Binary 11011100 10100001 10111001
Octal 334 241 271

Shades and tints

Shades of #DCA1B9

#DCA1B9
(220,161,185)
#C893A9
(200,147,169)
#B48599
(180,133,153)
#A07789
(160,119,137)
#8C6979
(140,105,121)
#785B69
(120,91,105)
#644D59
(100,77,89)
#503F49
(80,63,73)
#3C3139
(60,49,57)
#282329
(40,35,41)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #DCA1B9

#DCA1B9
(220,161,185)
#DFA9BF
(223,169,191)
#E2B1C5
(226,177,197)
#E5B9CB
(229,185,203)
#E8C1D1
(232,193,209)
#EBC9D7
(235,201,215)
#EED1DD
(238,209,221)
#F1D9E3
(241,217,227)
#F4E1E9
(244,225,233)
#F7E9EF
(247,233,239)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA1B9 color. Also use rgb(220,161,185) instead hex code.

Text Font Color

.myTextColor { color: #DCA1B9; }

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

This text font color is #DCA1B9.

Background Color

.myBgColor { background-color: #DCA1B9; }

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

This div background color is #DCA1B9.

Border color

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

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

This div border color is #DCA1B9.

Opacity

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

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

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

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

This text has shadow with #DCA1B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA1B9.

Preview

Color preview on black background

This text has color #DCA1B9 on black background.


Color preview on white background

This text has color #DCA1B9 on white background.


Black color preview on #DCA1B9 background

This text has black color on #DCA1B9 background.


White color preview on #DCA1B9 background

This text has white color on #DCA1B9 background.


Related colors

Complementary color

Complementary color for #hex is #235E46.


I love getcolorcode.com

Triadic colors

1 #B9DCA1 and #A1B9DC with #DCA1B9 are triadic colors.

2 #B9A1DC and #A1DCB9 with #DCA1B9 are triadic colors.