COLOR #DCAEF3

HEX: #DCAEF3
RGB: (220,174,243)

Color info

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

RGB color model

#DCAEF3 color RGB value is (220,174,243).

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

RGB channels and saturation

R 220 of 255 = 86%
G 174 of 255 = 68%
B 243 of 255 = 95%

220
174
243

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

Portions of RGB colors in percentages

R + G + B =
220 + 174 + 243 = 637 (100%)
R 220 of 637 ~ 34.54%
G 174 of 637 ~ 27.32%
B 243 of 637 ~ 38.15%

%34.54
%27.32
%38.15

CMYK color model

#DCAEF3 color CMYK value is (9,28,0,5).

  • cyan value is 9.47%
  • magenta value is 28.40%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(9,28,0,5)
C9M28Y0K5 
(9%,28%,0%,5%)
(0.09/0.28/0.00/0.05)	

CMYK percentages

%9.47
%28.4
%0
%4.71

Codes

Color #DCAEF3 in popluar color models

DCAEF3
RGB220174243
HSL280°74.19%81.76%
HSB/HSV280°28.40%95.29%
CMYK9.47%28.40%0.00%
4.71%

Color #DCAEF3 in popluar number systems.

HEXDCAEF3
Decimal220174243
Binary110111001010111011110011
Octal334256363

Shades and tints

Shades of #DCAEF3

#DCAEF3
(220,174,243)
#C89FDD
(200,159,221)
#B490C7
(180,144,199)
#A081B1
(160,129,177)
#8C729B
(140,114,155)
#786385
(120,99,133)
#64546F
(100,84,111)
#504559
(80,69,89)
#3C3643
(60,54,67)
#28272D
(40,39,45)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #DCAEF3

#DCAEF3
(220,174,243)
#DFB5F4
(223,181,244)
#E2BCF5
(226,188,245)
#E5C3F6
(229,195,246)
#E8CAF7
(232,202,247)
#EBD1F8
(235,209,248)
#EED8F9
(238,216,249)
#F1DFFA
(241,223,250)
#F4E6FB
(244,230,251)
#F7EDFC
(247,237,252)
#FAF4FD
(250,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCAEF3; }

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

This text font color is #DCAEF3.


Background Color

.myBgColor { background-color: #DCAEF3; }

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

This div background color is #DCAEF3.


Border color

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

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

This div border color is #DCAEF3.


Opacity

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

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

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

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

This text has shadow with #DCAEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAEF3 on black background.


Color preview on white background

This text has color #DCAEF3 on white background.



Black color preview on #DCAEF3 background

This text has black color on #DCAEF3 background.


White color preview on #DCAEF3 background

This text has white color on #DCAEF3 background.