COLOR #DCA8C6

HEX: #DCA8C6
RGB: (220,168,198)

Color info

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

RGB color model

#DCA8C6 color RGB value is (220,168,198).

  • red value is 220;
  • green value is 168;
  • blue value is 198.
RGB:
(220,168,198)
(86%,66%,78%)

RGB channels and saturation

R 220 of 255 = 86%
G 168 of 255 = 66%
B 198 of 255 = 78%

220
168
198

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

Portions of RGB colors in percentages

R + G + B =
220 + 168 + 198 = 586 (100%)
R 220 of 586 ~ 37.54%
G 168 of 586 ~ 28.67%
B 198 of 586 ~ 33.79%

%37.54
%28.67
%33.79

CMYK color model

#DCA8C6 color CMYK value is (0,24,10,14).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 10.00%
  • key color value is 13.73%
CMYK:
(0,24,10,14)
C0M24Y10K14 
(0%,24%,10%,14%)
(0.00/0.24/0.10/0.14)	

CMYK percentages

%0
%23.64
%10
%13.73

Codes

Color #DCA8C6 in popluar color models

DCA8C6
RGB220168198
HSL325°42.62%76.08%
HSB/HSV325°23.64%86.27%
CMYK0.00%23.64%10.00%
13.73%

Color #DCA8C6 in popluar number systems.

HEXDCA8C6
Decimal220168198
Binary110111001010100011000110
Octal334250306

Shades and tints

Shades of #DCA8C6

#DCA8C6
(220,168,198)
#C899B4
(200,153,180)
#B48AA2
(180,138,162)
#A07B90
(160,123,144)
#8C6C7E
(140,108,126)
#785D6C
(120,93,108)
#644E5A
(100,78,90)
#503F48
(80,63,72)
#3C3036
(60,48,54)
#282124
(40,33,36)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #DCA8C6

#DCA8C6
(220,168,198)
#DFAFCB
(223,175,203)
#E2B6D0
(226,182,208)
#E5BDD5
(229,189,213)
#E8C4DA
(232,196,218)
#EBCBDF
(235,203,223)
#EED2E4
(238,210,228)
#F1D9E9
(241,217,233)
#F4E0EE
(244,224,238)
#F7E7F3
(247,231,243)
#FAEEF8
(250,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA8C6 color. Also use rgb(220,168,198) instead hex code.

Text Font Color

.myTextColor { color: #DCA8C6; }

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

This text font color is #DCA8C6.


Background Color

.myBgColor { background-color: #DCA8C6; }

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

This div background color is #DCA8C6.


Border color

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

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

This div border color is #DCA8C6.


Opacity

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

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

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

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

This text has shadow with #DCA8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA8C6 on black background.


Color preview on white background

This text has color #DCA8C6 on white background.



Black color preview on #DCA8C6 background

This text has black color on #DCA8C6 background.


White color preview on #DCA8C6 background

This text has white color on #DCA8C6 background.