COLOR #DCABF6

HEX: #DCABF6 RGB: (220,171,246)

Color info

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

RGB color model

#DCABF6 color RGB value is (220,171,246).

RGB: (220,171,246) (86%, 67%, 96%)

RGB channels and saturation

R 220 of 255 = 86%
G 171 of 255 = 67%
B 246 of 255 = 96%

220
171
246

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

Portions of RGB colors in percentages

R + G + B = 220 + 171 + 246 = 637 (100%)
R 220 of 637 ~ 34.54%
G 171 of 637 ~ 26.84%
B 246 of 637 ~ 38.62'%

%34.54
%26.84
%38.62

CMYK color model

#DCABF6 color CMYK value is (11,30,0,4).

  • cyan value is 10.57%
  • magenta value is 30.49%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (11,30,0,4)
C11M30Y0K4 (11%, 30%, 0%, 4%)
(0.11 / 0.30 / 0.00 / 0.04)

CMYK percentages

%10.57
%30.49
%0
%3.53

Codes

Color #DCABF6 in popluar color models

DC AB F6
RGB 220 171 246
HSL 279° 80.65% 81.76%
HSB/HSV 279° 30.49% 96.47%
CMYK 10.57% 30.49% 0.00%
3.53%

Color #DCABF6 in popluar number systems.

HEX DC AB F6
Decimal 220 171 246
Binary 11011100 10101011 11110110
Octal 334 253 366

Shades and tints

Shades of #DCABF6

#DCABF6
(220,171,246)
#C89CE0
(200,156,224)
#B48DCA
(180,141,202)
#A07EB4
(160,126,180)
#8C6F9E
(140,111,158)
#786088
(120,96,136)
#645172
(100,81,114)
#50425C
(80,66,92)
#3C3346
(60,51,70)
#282430
(40,36,48)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #DCABF6

#DCABF6
(220,171,246)
#DFB2F6
(223,178,246)
#E2B9F6
(226,185,246)
#E5C0F6
(229,192,246)
#E8C7F6
(232,199,246)
#EBCEF6
(235,206,246)
#EED5F6
(238,213,246)
#F1DCF6
(241,220,246)
#F4E3F6
(244,227,246)
#F7EAF6
(247,234,246)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCABF6 color. Also use rgb(220,171,246) instead hex code.

Text Font Color

.myTextColor { color: #DCABF6; }

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

This text font color is #DCABF6.

Background Color

.myBgColor { background-color: #DCABF6; }

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

This div background color is #DCABF6.

Border color

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

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

This div border color is #DCABF6.

Opacity

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

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

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

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

This text has shadow with #DCABF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCABF6.

Preview

Color preview on black background

This text has color #DCABF6 on black background.


Color preview on white background

This text has color #DCABF6 on white background.


Black color preview on #DCABF6 background

This text has black color on #DCABF6 background.


White color preview on #DCABF6 background

This text has white color on #DCABF6 background.


Related colors

Complementary color

Complementary color for #hex is #235409.


I love getcolorcode.com

Triadic colors

1 #F6DCAB and #ABF6DC with #DCABF6 are triadic colors.

2 #F6ABDC and #ABDCF6 with #DCABF6 are triadic colors.