COLOR #DCAEF6

HEX: #DCAEF6
RGB: (220,174,246)

Color info

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

RGB color model

#DCAEF6 color RGB value is (220,174,246).

  • red value is 220;
  • green value is 174;
  • blue value is 246.
RGB:
(220,174,246)
(86%,68%,96%)

RGB channels and saturation

R 220 of 255 = 86%
G 174 of 255 = 68%
B 246 of 255 = 96%

220
174
246

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

Portions of RGB colors in percentages

R + G + B =
220 + 174 + 246 = 640 (100%)
R 220 of 640 ~ 34.38%
G 174 of 640 ~ 27.19%
B 246 of 640 ~ 38.44%

%34.38
%27.19
%38.44

CMYK color model

#DCAEF6 color CMYK value is (11,29,0,4).

  • cyan value is 10.57%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(11,29,0,4)
C11M29Y0K4 
(11%,29%,0%,4%)
(0.11/0.29/0.00/0.04)	

CMYK percentages

%10.57
%29.27
%0
%3.53

Codes

Color #DCAEF6 in popluar color models

DCAEF6
RGB220174246
HSL278°80.00%82.35%
HSB/HSV278°29.27%96.47%
CMYK10.57%29.27%0.00%
3.53%

Color #DCAEF6 in popluar number systems.

HEXDCAEF6
Decimal220174246
Binary110111001010111011110110
Octal334256366

Shades and tints

Shades of #DCAEF6

#DCAEF6
(220,174,246)
#C89FE0
(200,159,224)
#B490CA
(180,144,202)
#A081B4
(160,129,180)
#8C729E
(140,114,158)
#786388
(120,99,136)
#645472
(100,84,114)
#50455C
(80,69,92)
#3C3646
(60,54,70)
#282730
(40,39,48)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #DCAEF6

#DCAEF6
(220,174,246)
#DFB5F6
(223,181,246)
#E2BCF6
(226,188,246)
#E5C3F6
(229,195,246)
#E8CAF6
(232,202,246)
#EBD1F6
(235,209,246)
#EED8F6
(238,216,246)
#F1DFF6
(241,223,246)
#F4E6F6
(244,230,246)
#F7EDF6
(247,237,246)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCAEF6; }

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

This text font color is #DCAEF6.


Background Color

.myBgColor { background-color: #DCAEF6; }

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

This div background color is #DCAEF6.


Border color

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

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

This div border color is #DCAEF6.


Opacity

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

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

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

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

This text has shadow with #DCAEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAEF6 on black background.


Color preview on white background

This text has color #DCAEF6 on white background.



Black color preview on #DCAEF6 background

This text has black color on #DCAEF6 background.


White color preview on #DCAEF6 background

This text has white color on #DCAEF6 background.