COLOR #DCAAE7

HEX: #DCAAE7
RGB: (220,170,231)

Color info

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

RGB color model

#DCAAE7 color RGB value is (220,170,231).

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

RGB channels and saturation

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

220
170
231

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

Portions of RGB colors in percentages

R + G + B =
220 + 170 + 231 = 621 (100%)
R 220 of 621 ~ 35.43%
G 170 of 621 ~ 27.38%
B 231 of 621 ~ 37.2%

%35.43
%27.38
%37.2

CMYK color model

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

  • cyan value is 4.76%
  • magenta value is 26.41%
  • 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
%26.41
%0
%9.41

Codes

Color #DCAAE7 in popluar color models

DCAAE7
RGB220170231
HSL289°55.96%78.63%
HSB/HSV289°26.41%90.59%
CMYK4.76%26.41%0.00%
9.41%

Color #DCAAE7 in popluar number systems.

HEXDCAAE7
Decimal220170231
Binary110111001010101011100111
Octal334252347

Shades and tints

Shades of #DCAAE7

#DCAAE7
(220,170,231)
#C89BD2
(200,155,210)
#B48CBD
(180,140,189)
#A07DA8
(160,125,168)
#8C6E93
(140,110,147)
#785F7E
(120,95,126)
#645069
(100,80,105)
#504154
(80,65,84)
#3C323F
(60,50,63)
#28232A
(40,35,42)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #DCAAE7

#DCAAE7
(220,170,231)
#DFB1E9
(223,177,233)
#E2B8EB
(226,184,235)
#E5BFED
(229,191,237)
#E8C6EF
(232,198,239)
#EBCDF1
(235,205,241)
#EED4F3
(238,212,243)
#F1DBF5
(241,219,245)
#F4E2F7
(244,226,247)
#F7E9F9
(247,233,249)
#FAF0FB
(250,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCAAE7; }

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

This text font color is #DCAAE7.


Background Color

.myBgColor { background-color: #DCAAE7; }

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

This div background color is #DCAAE7.


Border color

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

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

This div border color is #DCAAE7.


Opacity

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

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

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

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

This text has shadow with #DCAAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAAE7 on black background.


Color preview on white background

This text has color #DCAAE7 on white background.



Black color preview on #DCAAE7 background

This text has black color on #DCAAE7 background.


White color preview on #DCAAE7 background

This text has white color on #DCAAE7 background.