COLOR #DCA8F8

HEX: #DCA8F8
RGB: (220,168,248)

Color info

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

RGB color model

#DCA8F8 color RGB value is (220,168,248).

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

RGB channels and saturation

R 220 of 255 = 86%
G 168 of 255 = 66%
B 248 of 255 = 97%

220
168
248

R + G + B ~ 83%. #DCA8F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 168 + 248 = 636 (100%)
R 220 of 636 ~ 34.59%
G 168 of 636 ~ 26.42%
B 248 of 636 ~ 38.99%

%34.59
%26.42
%38.99

CMYK color model

#DCA8F8 color CMYK value is (11,32,0,3).

  • cyan value is 11.29%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(11,32,0,3)
C11M32Y0K3 
(11%,32%,0%,3%)
(0.11/0.32/0.00/0.03)	

CMYK percentages

%11.29
%32.26
%0
%2.75

Codes

Color #DCA8F8 in popluar color models

DCA8F8
RGB220168248
HSL279°85.11%81.57%
HSB/HSV279°32.26%97.25%
CMYK11.29%32.26%0.00%
2.75%

Color #DCA8F8 in popluar number systems.

HEXDCA8F8
Decimal220168248
Binary110111001010100011111000
Octal334250370

Shades and tints

Shades of #DCA8F8

#DCA8F8
(220,168,248)
#C899E2
(200,153,226)
#B48ACC
(180,138,204)
#A07BB6
(160,123,182)
#8C6CA0
(140,108,160)
#785D8A
(120,93,138)
#644E74
(100,78,116)
#503F5E
(80,63,94)
#3C3048
(60,48,72)
#282132
(40,33,50)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #DCA8F8

#DCA8F8
(220,168,248)
#DFAFF8
(223,175,248)
#E2B6F8
(226,182,248)
#E5BDF8
(229,189,248)
#E8C4F8
(232,196,248)
#EBCBF8
(235,203,248)
#EED2F8
(238,210,248)
#F1D9F8
(241,217,248)
#F4E0F8
(244,224,248)
#F7E7F8
(247,231,248)
#FAEEF8
(250,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA8F8; }

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

This text font color is #DCA8F8.


Background Color

.myBgColor { background-color: #DCA8F8; }

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

This div background color is #DCA8F8.


Border color

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

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

This div border color is #DCA8F8.


Opacity

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

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

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

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

This text has shadow with #DCA8F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA8F8 on black background.


Color preview on white background

This text has color #DCA8F8 on white background.



Black color preview on #DCA8F8 background

This text has black color on #DCA8F8 background.


White color preview on #DCA8F8 background

This text has white color on #DCA8F8 background.