COLOR #DCA6D9

HEX: #DCA6D9
RGB: (220,166,217)

Color info

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

RGB color model

#DCA6D9 color RGB value is (220,166,217).

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

RGB channels and saturation

R 220 of 255 = 86%
G 166 of 255 = 65%
B 217 of 255 = 85%

220
166
217

R + G + B ~ 79%. #DCA6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 166 + 217 = 603 (100%)
R 220 of 603 ~ 36.48%
G 166 of 603 ~ 27.53%
B 217 of 603 ~ 35.99%

%36.48
%27.53
%35.99

CMYK color model

#DCA6D9 color CMYK value is (0,25,1,14).

  • cyan value is 0.00%
  • magenta value is 24.55%
  • yellow value is 1.36%
  • key color value is 13.73%
CMYK:
(0,25,1,14)
C0M25Y1K14 
(0%,25%,1%,14%)
(0.00/0.25/0.01/0.14)	

CMYK percentages

%0
%24.55
%1.36
%13.73

Codes

Color #DCA6D9 in popluar color models

DCA6D9
RGB220166217
HSL303°43.55%75.69%
HSB/HSV303°24.55%86.27%
CMYK0.00%24.55%1.36%
13.73%

Color #DCA6D9 in popluar number systems.

HEXDCA6D9
Decimal220166217
Binary110111001010011011011001
Octal334246331

Shades and tints

Shades of #DCA6D9

#DCA6D9
(220,166,217)
#C897C6
(200,151,198)
#B488B3
(180,136,179)
#A079A0
(160,121,160)
#8C6A8D
(140,106,141)
#785B7A
(120,91,122)
#644C67
(100,76,103)
#503D54
(80,61,84)
#3C2E41
(60,46,65)
#281F2E
(40,31,46)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #DCA6D9

#DCA6D9
(220,166,217)
#DFAEDC
(223,174,220)
#E2B6DF
(226,182,223)
#E5BEE2
(229,190,226)
#E8C6E5
(232,198,229)
#EBCEE8
(235,206,232)
#EED6EB
(238,214,235)
#F1DEEE
(241,222,238)
#F4E6F1
(244,230,241)
#F7EEF4
(247,238,244)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA6D9; }

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

This text font color is #DCA6D9.


Background Color

.myBgColor { background-color: #DCA6D9; }

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

This div background color is #DCA6D9.


Border color

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

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

This div border color is #DCA6D9.


Opacity

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

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

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

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

This text has shadow with #DCA6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA6D9 on black background.


Color preview on white background

This text has color #DCA6D9 on white background.



Black color preview on #DCA6D9 background

This text has black color on #DCA6D9 background.


White color preview on #DCA6D9 background

This text has white color on #DCA6D9 background.