COLOR #DCA9C9

HEX: #DCA9C9
RGB: (220,169,201)

Color info

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

RGB color model

#DCA9C9 color RGB value is (220,169,201).

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

RGB channels and saturation

R 220 of 255 = 86%
G 169 of 255 = 66%
B 201 of 255 = 79%

220
169
201

R + G + B ~ 77%. #DCA9C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 169 + 201 = 590 (100%)
R 220 of 590 ~ 37.29%
G 169 of 590 ~ 28.64%
B 201 of 590 ~ 34.07%

%37.29
%28.64
%34.07

CMYK color model

#DCA9C9 color CMYK value is (0,23,9,14).

  • cyan value is 0.00%
  • magenta value is 23.18%
  • yellow value is 8.64%
  • key color value is 13.73%
CMYK:
(0,23,9,14)
C0M23Y9K14 
(0%,23%,9%,14%)
(0.00/0.23/0.09/0.14)	

CMYK percentages

%0
%23.18
%8.64
%13.73

Codes

Color #DCA9C9 in popluar color models

DCA9C9
RGB220169201
HSL322°42.15%76.27%
HSB/HSV322°23.18%86.27%
CMYK0.00%23.18%8.64%
13.73%

Color #DCA9C9 in popluar number systems.

HEXDCA9C9
Decimal220169201
Binary110111001010100111001001
Octal334251311

Shades and tints

Shades of #DCA9C9

#DCA9C9
(220,169,201)
#C89AB7
(200,154,183)
#B48BA5
(180,139,165)
#A07C93
(160,124,147)
#8C6D81
(140,109,129)
#785E6F
(120,94,111)
#644F5D
(100,79,93)
#50404B
(80,64,75)
#3C3139
(60,49,57)
#282227
(40,34,39)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #DCA9C9

#DCA9C9
(220,169,201)
#DFB0CD
(223,176,205)
#E2B7D1
(226,183,209)
#E5BED5
(229,190,213)
#E8C5D9
(232,197,217)
#EBCCDD
(235,204,221)
#EED3E1
(238,211,225)
#F1DAE5
(241,218,229)
#F4E1E9
(244,225,233)
#F7E8ED
(247,232,237)
#FAEFF1
(250,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA9C9; }

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

This text font color is #DCA9C9.


Background Color

.myBgColor { background-color: #DCA9C9; }

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

This div background color is #DCA9C9.


Border color

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

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

This div border color is #DCA9C9.


Opacity

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

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

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

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

This text has shadow with #DCA9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA9C9 on black background.


Color preview on white background

This text has color #DCA9C9 on white background.



Black color preview on #DCA9C9 background

This text has black color on #DCA9C9 background.


White color preview on #DCA9C9 background

This text has white color on #DCA9C9 background.