COLOR #DCA6B9

HEX: #DCA6B9
RGB: (220,166,185)

Color info

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

RGB color model

#DCA6B9 color RGB value is (220,166,185).

  • red value is 220;
  • green value is 166;
  • blue value is 185.
RGB:
(220,166,185)
(86%,65%,73%)

RGB channels and saturation

R 220 of 255 = 86%
G 166 of 255 = 65%
B 185 of 255 = 73%

220
166
185

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

Portions of RGB colors in percentages

R + G + B =
220 + 166 + 185 = 571 (100%)
R 220 of 571 ~ 38.53%
G 166 of 571 ~ 29.07%
B 185 of 571 ~ 32.4%

%38.53
%29.07
%32.4

CMYK color model

#DCA6B9 color CMYK value is (0,25,16,14).

  • cyan value is 0.00%
  • magenta value is 24.55%
  • yellow value is 15.91%
  • key color value is 13.73%
CMYK:
(0,25,16,14)
C0M25Y16K14 
(0%,25%,16%,14%)
(0.00/0.25/0.16/0.14)	

CMYK percentages

%0
%24.55
%15.91
%13.73

Codes

Color #DCA6B9 in popluar color models

DCA6B9
RGB220166185
HSL339°43.55%75.69%
HSB/HSV339°24.55%86.27%
CMYK0.00%24.55%15.91%
13.73%

Color #DCA6B9 in popluar number systems.

HEXDCA6B9
Decimal220166185
Binary110111001010011010111001
Octal334246271

Shades and tints

Shades of #DCA6B9

#DCA6B9
(220,166,185)
#C897A9
(200,151,169)
#B48899
(180,136,153)
#A07989
(160,121,137)
#8C6A79
(140,106,121)
#785B69
(120,91,105)
#644C59
(100,76,89)
#503D49
(80,61,73)
#3C2E39
(60,46,57)
#281F29
(40,31,41)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #DCA6B9

#DCA6B9
(220,166,185)
#DFAEBF
(223,174,191)
#E2B6C5
(226,182,197)
#E5BECB
(229,190,203)
#E8C6D1
(232,198,209)
#EBCED7
(235,206,215)
#EED6DD
(238,214,221)
#F1DEE3
(241,222,227)
#F4E6E9
(244,230,233)
#F7EEEF
(247,238,239)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA6B9; }

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

This text font color is #DCA6B9.


Background Color

.myBgColor { background-color: #DCA6B9; }

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

This div background color is #DCA6B9.


Border color

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

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

This div border color is #DCA6B9.


Opacity

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

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

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

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

This text has shadow with #DCA6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA6B9 on black background.


Color preview on white background

This text has color #DCA6B9 on white background.



Black color preview on #DCA6B9 background

This text has black color on #DCA6B9 background.


White color preview on #DCA6B9 background

This text has white color on #DCA6B9 background.