COLOR #DCA3BA

HEX: #DCA3BA
RGB: (220,163,186)

Color info

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

RGB color model

#DCA3BA color RGB value is (220,163,186).

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

RGB channels and saturation

R 220 of 255 = 86%
G 163 of 255 = 64%
B 186 of 255 = 73%

220
163
186

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

Portions of RGB colors in percentages

R + G + B =
220 + 163 + 186 = 569 (100%)
R 220 of 569 ~ 38.66%
G 163 of 569 ~ 28.65%
B 186 of 569 ~ 32.69%

%38.66
%28.65
%32.69

CMYK color model

#DCA3BA color CMYK value is (0,26,15,14).

  • cyan value is 0.00%
  • magenta value is 25.91%
  • yellow value is 15.45%
  • key color value is 13.73%
CMYK:
(0,26,15,14)
C0M26Y15K14 
(0%,26%,15%,14%)
(0.00/0.26/0.15/0.14)	

CMYK percentages

%0
%25.91
%15.45
%13.73

Codes

Color #DCA3BA in popluar color models

DCA3BA
RGB220163186
HSL336°44.88%75.10%
HSB/HSV336°25.91%86.27%
CMYK0.00%25.91%15.45%
13.73%

Color #DCA3BA in popluar number systems.

HEXDCA3BA
Decimal220163186
Binary110111001010001110111010
Octal334243272

Shades and tints

Shades of #DCA3BA

#DCA3BA
(220,163,186)
#C895AA
(200,149,170)
#B4879A
(180,135,154)
#A0798A
(160,121,138)
#8C6B7A
(140,107,122)
#785D6A
(120,93,106)
#644F5A
(100,79,90)
#50414A
(80,65,74)
#3C333A
(60,51,58)
#28252A
(40,37,42)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #DCA3BA

#DCA3BA
(220,163,186)
#DFABC0
(223,171,192)
#E2B3C6
(226,179,198)
#E5BBCC
(229,187,204)
#E8C3D2
(232,195,210)
#EBCBD8
(235,203,216)
#EED3DE
(238,211,222)
#F1DBE4
(241,219,228)
#F4E3EA
(244,227,234)
#F7EBF0
(247,235,240)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA3BA; }

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

This text font color is #DCA3BA.


Background Color

.myBgColor { background-color: #DCA3BA; }

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

This div background color is #DCA3BA.


Border color

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

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

This div border color is #DCA3BA.


Opacity

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

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

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

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

This text has shadow with #DCA3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA3BA on black background.


Color preview on white background

This text has color #DCA3BA on white background.



Black color preview on #DCA3BA background

This text has black color on #DCA3BA background.


White color preview on #DCA3BA background

This text has white color on #DCA3BA background.