COLOR #DCA5CF

HEX: #DCA5CF
RGB: (220,165,207)

Color info

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

RGB color model

#DCA5CF color RGB value is (220,165,207).

  • red value is 220;
  • green value is 165;
  • blue value is 207.
RGB:
(220,165,207)
(86%,65%,81%)

RGB channels and saturation

R 220 of 255 = 86%
G 165 of 255 = 65%
B 207 of 255 = 81%

220
165
207

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

Portions of RGB colors in percentages

R + G + B =
220 + 165 + 207 = 592 (100%)
R 220 of 592 ~ 37.16%
G 165 of 592 ~ 27.87%
B 207 of 592 ~ 34.97%

%37.16
%27.87
%34.97

CMYK color model

#DCA5CF color CMYK value is (0,25,6,14).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 5.91%
  • key color value is 13.73%
CMYK:
(0,25,6,14)
C0M25Y6K14 
(0%,25%,6%,14%)
(0.00/0.25/0.06/0.14)	

CMYK percentages

%0
%25
%5.91
%13.73

Codes

Color #DCA5CF in popluar color models

DCA5CF
RGB220165207
HSL314°44.00%75.49%
HSB/HSV314°25.00%86.27%
CMYK0.00%25.00%5.91%
13.73%

Color #DCA5CF in popluar number systems.

HEXDCA5CF
Decimal220165207
Binary110111001010010111001111
Octal334245317

Shades and tints

Shades of #DCA5CF

#DCA5CF
(220,165,207)
#C896BD
(200,150,189)
#B487AB
(180,135,171)
#A07899
(160,120,153)
#8C6987
(140,105,135)
#785A75
(120,90,117)
#644B63
(100,75,99)
#503C51
(80,60,81)
#3C2D3F
(60,45,63)
#281E2D
(40,30,45)
#140F1B
(20,15,27)
#000000
(0,0,0)

Tints of #DCA5CF

#DCA5CF
(220,165,207)
#DFADD3
(223,173,211)
#E2B5D7
(226,181,215)
#E5BDDB
(229,189,219)
#E8C5DF
(232,197,223)
#EBCDE3
(235,205,227)
#EED5E7
(238,213,231)
#F1DDEB
(241,221,235)
#F4E5EF
(244,229,239)
#F7EDF3
(247,237,243)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA5CF color. Also use rgb(220,165,207) instead hex code.

Text Font Color

.myTextColor { color: #DCA5CF; }

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

This text font color is #DCA5CF.


Background Color

.myBgColor { background-color: #DCA5CF; }

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

This div background color is #DCA5CF.


Border color

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

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

This div border color is #DCA5CF.


Opacity

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

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

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

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

This text has shadow with #DCA5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA5CF on black background.


Color preview on white background

This text has color #DCA5CF on white background.



Black color preview on #DCA5CF background

This text has black color on #DCA5CF background.


White color preview on #DCA5CF background

This text has white color on #DCA5CF background.