COLOR #DCA7E0

HEX: #DCA7E0 RGB: (220,167,224)

Color info

#DCA7E0 contains red, green and blue colors in about the same proportion. Web safe color of #DCA7E0 is #CC99CC (or #C9C).

RGB color model

#DCA7E0 color RGB value is (220,167,224).

RGB: (220,167,224) (86%, 65%, 88%)

RGB channels and saturation

R 220 of 255 = 86%
G 167 of 255 = 65%
B 224 of 255 = 88%

220
167
224

R + G + B ~ 80%. #DCA7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 167 + 224 = 611 (100%)
R 220 of 611 ~ 36.01%
G 167 of 611 ~ 27.33%
B 224 of 611 ~ 36.66'%

%36.01
%27.33
%36.66

CMYK color model

#DCA7E0 color CMYK value is (2,25,0,12).

  • cyan value is 1.79%
  • magenta value is 25.45%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (2,25,0,12)
C2M25Y0K12 (2%, 25%, 0%, 12%)
(0.02 / 0.25 / 0.00 / 0.12)

CMYK percentages

%1.79
%25.45
%0
%12.16

Codes

Color #DCA7E0 in popluar color models

DC A7 E0
RGB 220 167 224
HSL 296° 47.90% 76.67%
HSB/HSV 296° 25.45% 87.84%
CMYK 1.79% 25.45% 0.00%
12.16%

Color #DCA7E0 in popluar number systems.

HEX DC A7 E0
Decimal 220 167 224
Binary 11011100 10100111 11100000
Octal 334 247 340

Shades and tints

Shades of #DCA7E0

#DCA7E0
(220,167,224)
#C898CC
(200,152,204)
#B489B8
(180,137,184)
#A07AA4
(160,122,164)
#8C6B90
(140,107,144)
#785C7C
(120,92,124)
#644D68
(100,77,104)
#503E54
(80,62,84)
#3C2F40
(60,47,64)
#28202C
(40,32,44)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #DCA7E0

#DCA7E0
(220,167,224)
#DFAFE2
(223,175,226)
#E2B7E4
(226,183,228)
#E5BFE6
(229,191,230)
#E8C7E8
(232,199,232)
#EBCFEA
(235,207,234)
#EED7EC
(238,215,236)
#F1DFEE
(241,223,238)
#F4E7F0
(244,231,240)
#F7EFF2
(247,239,242)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA7E0 color. Also use rgb(220,167,224) instead hex code.

Text Font Color

.myTextColor { color: #DCA7E0; }

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

This text font color is #DCA7E0.

Background Color

.myBgColor { background-color: #DCA7E0; }

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

This div background color is #DCA7E0.

Border color

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

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

This div border color is #DCA7E0.

Opacity

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

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

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

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

This text has shadow with #DCA7E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA7E0.

Preview

Color preview on black background

This text has color #DCA7E0 on black background.


Color preview on white background

This text has color #DCA7E0 on white background.


Black color preview on #DCA7E0 background

This text has black color on #DCA7E0 background.


White color preview on #DCA7E0 background

This text has white color on #DCA7E0 background.


Related colors

Complementary color

Complementary color for #hex is #23581F.


I love getcolorcode.com

Triadic colors

1 #E0DCA7 and #A7E0DC with #DCA7E0 are triadic colors.

2 #E0A7DC and #A7DCE0 with #DCA7E0 are triadic colors.