COLOR #DCA9BA

HEX: #DCA9BA
RGB: (220,169,186)

Color info

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

RGB color model

#DCA9BA color RGB value is (220,169,186).

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

RGB channels and saturation

R 220 of 255 = 86%
G 169 of 255 = 66%
B 186 of 255 = 73%

220
169
186

R + G + B ~ 75%. #DCA9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 169 + 186 = 575 (100%)
R 220 of 575 ~ 38.26%
G 169 of 575 ~ 29.39%
B 186 of 575 ~ 32.35%

%38.26
%29.39
%32.35

CMYK color model

#DCA9BA color CMYK value is (0,23,15,14).

  • cyan value is 0.00%
  • magenta value is 23.18%
  • yellow value is 15.45%
  • key color value is 13.73%
CMYK:
(0,23,15,14)
C0M23Y15K14 
(0%,23%,15%,14%)
(0.00/0.23/0.15/0.14)	

CMYK percentages

%0
%23.18
%15.45
%13.73

Codes

Color #DCA9BA in popluar color models

DCA9BA
RGB220169186
HSL340°42.15%76.27%
HSB/HSV340°23.18%86.27%
CMYK0.00%23.18%15.45%
13.73%

Color #DCA9BA in popluar number systems.

HEXDCA9BA
Decimal220169186
Binary110111001010100110111010
Octal334251272

Shades and tints

Shades of #DCA9BA

#DCA9BA
(220,169,186)
#C89AAA
(200,154,170)
#B48B9A
(180,139,154)
#A07C8A
(160,124,138)
#8C6D7A
(140,109,122)
#785E6A
(120,94,106)
#644F5A
(100,79,90)
#50404A
(80,64,74)
#3C313A
(60,49,58)
#28222A
(40,34,42)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #DCA9BA

#DCA9BA
(220,169,186)
#DFB0C0
(223,176,192)
#E2B7C6
(226,183,198)
#E5BECC
(229,190,204)
#E8C5D2
(232,197,210)
#EBCCD8
(235,204,216)
#EED3DE
(238,211,222)
#F1DAE4
(241,218,228)
#F4E1EA
(244,225,234)
#F7E8F0
(247,232,240)
#FAEFF6
(250,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA9BA; }

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

This text font color is #DCA9BA.


Background Color

.myBgColor { background-color: #DCA9BA; }

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

This div background color is #DCA9BA.


Border color

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

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

This div border color is #DCA9BA.


Opacity

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

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

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

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

This text has shadow with #DCA9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA9BA on black background.


Color preview on white background

This text has color #DCA9BA on white background.



Black color preview on #DCA9BA background

This text has black color on #DCA9BA background.


White color preview on #DCA9BA background

This text has white color on #DCA9BA background.