COLOR #DCA5E8

HEX: #DCA5E8
RGB: (220,165,232)

Color info

#DCA5E8 contains mainly red and blue colors. Web safe color of #DCA5E8 is #CC99FF (or #C9F).

RGB color model

#DCA5E8 color RGB value is (220,165,232).

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

RGB channels and saturation

R 220 of 255 = 86%
G 165 of 255 = 65%
B 232 of 255 = 91%

220
165
232

R + G + B ~ 81%. #DCA5E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 165 + 232 = 617 (100%)
R 220 of 617 ~ 35.66%
G 165 of 617 ~ 26.74%
B 232 of 617 ~ 37.6%

%35.66
%26.74
%37.6

CMYK color model

#DCA5E8 color CMYK value is (5,29,0,9).

  • cyan value is 5.17%
  • magenta value is 28.88%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(5,29,0,9)
C5M29Y0K9 
(5%,29%,0%,9%)
(0.05/0.29/0.00/0.09)	

CMYK percentages

%5.17
%28.88
%0
%9.02

Codes

Color #DCA5E8 in popluar color models

DCA5E8
RGB220165232
HSL289°59.29%77.84%
HSB/HSV289°28.88%90.98%
CMYK5.17%28.88%0.00%
9.02%

Color #DCA5E8 in popluar number systems.

HEXDCA5E8
Decimal220165232
Binary110111001010010111101000
Octal334245350

Shades and tints

Shades of #DCA5E8

#DCA5E8
(220,165,232)
#C896D3
(200,150,211)
#B487BE
(180,135,190)
#A078A9
(160,120,169)
#8C6994
(140,105,148)
#785A7F
(120,90,127)
#644B6A
(100,75,106)
#503C55
(80,60,85)
#3C2D40
(60,45,64)
#281E2B
(40,30,43)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #DCA5E8

#DCA5E8
(220,165,232)
#DFADEA
(223,173,234)
#E2B5EC
(226,181,236)
#E5BDEE
(229,189,238)
#E8C5F0
(232,197,240)
#EBCDF2
(235,205,242)
#EED5F4
(238,213,244)
#F1DDF6
(241,221,246)
#F4E5F8
(244,229,248)
#F7EDFA
(247,237,250)
#FAF5FC
(250,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA5E8; }

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

This text font color is #DCA5E8.


Background Color

.myBgColor { background-color: #DCA5E8; }

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

This div background color is #DCA5E8.


Border color

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

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

This div border color is #DCA5E8.


Opacity

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

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

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

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

This text has shadow with #DCA5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA5E8 on black background.


Color preview on white background

This text has color #DCA5E8 on white background.



Black color preview on #DCA5E8 background

This text has black color on #DCA5E8 background.


White color preview on #DCA5E8 background

This text has white color on #DCA5E8 background.