COLOR #DCABE7

HEX: #DCABE7
RGB: (220,171,231)

Color info

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

RGB color model

#DCABE7 color RGB value is (220,171,231).

  • red value is 220;
  • green value is 171;
  • blue value is 231.
RGB:
(220,171,231)
(86%,67%,91%)

RGB channels and saturation

R 220 of 255 = 86%
G 171 of 255 = 67%
B 231 of 255 = 91%

220
171
231

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

Portions of RGB colors in percentages

R + G + B =
220 + 171 + 231 = 622 (100%)
R 220 of 622 ~ 35.37%
G 171 of 622 ~ 27.49%
B 231 of 622 ~ 37.14%

%35.37
%27.49
%37.14

CMYK color model

#DCABE7 color CMYK value is (5,26,0,9).

  • cyan value is 4.76%
  • magenta value is 25.97%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(5,26,0,9)
C5M26Y0K9 
(5%,26%,0%,9%)
(0.05/0.26/0.00/0.09)	

CMYK percentages

%4.76
%25.97
%0
%9.41

Codes

Color #DCABE7 in popluar color models

DCABE7
RGB220171231
HSL289°55.56%78.82%
HSB/HSV289°25.97%90.59%
CMYK4.76%25.97%0.00%
9.41%

Color #DCABE7 in popluar number systems.

HEXDCABE7
Decimal220171231
Binary110111001010101111100111
Octal334253347

Shades and tints

Shades of #DCABE7

#DCABE7
(220,171,231)
#C89CD2
(200,156,210)
#B48DBD
(180,141,189)
#A07EA8
(160,126,168)
#8C6F93
(140,111,147)
#78607E
(120,96,126)
#645169
(100,81,105)
#504254
(80,66,84)
#3C333F
(60,51,63)
#28242A
(40,36,42)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #DCABE7

#DCABE7
(220,171,231)
#DFB2E9
(223,178,233)
#E2B9EB
(226,185,235)
#E5C0ED
(229,192,237)
#E8C7EF
(232,199,239)
#EBCEF1
(235,206,241)
#EED5F3
(238,213,243)
#F1DCF5
(241,220,245)
#F4E3F7
(244,227,247)
#F7EAF9
(247,234,249)
#FAF1FB
(250,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCABE7; }

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

This text font color is #DCABE7.


Background Color

.myBgColor { background-color: #DCABE7; }

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

This div background color is #DCABE7.


Border color

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

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

This div border color is #DCABE7.


Opacity

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

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

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

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

This text has shadow with #DCABE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCABE7 on black background.


Color preview on white background

This text has color #DCABE7 on white background.



Black color preview on #DCABE7 background

This text has black color on #DCABE7 background.


White color preview on #DCABE7 background

This text has white color on #DCABE7 background.