COLOR #DCA6EF

HEX: #DCA6EF RGB: (220,166,239)

Color info

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

RGB color model

#DCA6EF color RGB value is (220,166,239).

RGB: (220,166,239) (86%, 65%, 94%)

RGB channels and saturation

R 220 of 255 = 86%
G 166 of 255 = 65%
B 239 of 255 = 94%

220
166
239

R + G + B ~ 82%. #DCA6EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 166 + 239 = 625 (100%)
R 220 of 625 ~ 35.2%
G 166 of 625 ~ 26.56%
B 239 of 625 ~ 38.24'%

%35.2
%26.56
%38.24

CMYK color model

#DCA6EF color CMYK value is (8,31,0,6).

  • cyan value is 7.95%
  • magenta value is 30.54%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (8,31,0,6)
C8M31Y0K6 (8%, 31%, 0%, 6%)
(0.08 / 0.31 / 0.00 / 0.06)

CMYK percentages

%7.95
%30.54
%0
%6.27

Codes

Color #DCA6EF in popluar color models

DC A6 EF
RGB 220 166 239
HSL 284° 69.52% 79.41%
HSB/HSV 284° 30.54% 93.73%
CMYK 7.95% 30.54% 0.00%
6.27%

Color #DCA6EF in popluar number systems.

HEX DC A6 EF
Decimal 220 166 239
Binary 11011100 10100110 11101111
Octal 334 246 357

Shades and tints

Shades of #DCA6EF

#DCA6EF
(220,166,239)
#C897DA
(200,151,218)
#B488C5
(180,136,197)
#A079B0
(160,121,176)
#8C6A9B
(140,106,155)
#785B86
(120,91,134)
#644C71
(100,76,113)
#503D5C
(80,61,92)
#3C2E47
(60,46,71)
#281F32
(40,31,50)
#14101D
(20,16,29)
#000000
(0,0,0)

Tints of #DCA6EF

#DCA6EF
(220,166,239)
#DFAEF0
(223,174,240)
#E2B6F1
(226,182,241)
#E5BEF2
(229,190,242)
#E8C6F3
(232,198,243)
#EBCEF4
(235,206,244)
#EED6F5
(238,214,245)
#F1DEF6
(241,222,246)
#F4E6F7
(244,230,247)
#F7EEF8
(247,238,248)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA6EF; }

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

This text font color is #DCA6EF.

Background Color

.myBgColor { background-color: #DCA6EF; }

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

This div background color is #DCA6EF.

Border color

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

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

This div border color is #DCA6EF.

Opacity

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

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

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

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

This text has shadow with #DCA6EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA6EF.

Preview

Color preview on black background

This text has color #DCA6EF on black background.


Color preview on white background

This text has color #DCA6EF on white background.


Black color preview on #DCA6EF background

This text has black color on #DCA6EF background.


White color preview on #DCA6EF background

This text has white color on #DCA6EF background.


Related colors

Complementary color

Complementary color for #hex is #235910.


I love getcolorcode.com

Triadic colors

1 #EFDCA6 and #A6EFDC with #DCA6EF are triadic colors.

2 #EFA6DC and #A6DCEF with #DCA6EF are triadic colors.