COLOR #E7A3DC

HEX: #E7A3DC RGB: (231,163,220)

Color info

#E7A3DC contains mainly red and blue colors. Web safe color of #E7A3DC is #FF99CC (or #F9C).

RGB color model

#E7A3DC color RGB value is (231,163,220).

RGB: (231,163,220) (91%, 64%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 163 of 255 = 64%
B 220 of 255 = 86%

231
163
220

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

Portions of RGB colors in percentages

R + G + B = 231 + 163 + 220 = 614 (100%)
R 231 of 614 ~ 37.62%
G 163 of 614 ~ 26.55%
B 220 of 614 ~ 35.83'%

%37.62
%26.55
%35.83

CMYK color model

#E7A3DC color CMYK value is (0,29,5,9).

  • cyan value is 0.00%
  • magenta value is 29.44%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK: (0,29,5,9) C0M29Y5K9 (0%,29%,5%,9%) (0.00/0.29/0.05/0.09) 

CMYK percentages

%0
%29.44
%4.76
%9.41

Codes

Color #E7A3DC in popluar color models

E7 A3 DC
RGB 231 163 220
HSL 310° 58.62% 77.25%
HSB/HSV 310° 29.44% 90.59%
CMYK 0.00% 29.44% 4.76%
9.41%

Color #E7A3DC in popluar number systems.

HEX E7 A3 DC
Decimal 231 163 220
Binary 11100111 10100011 11011100
Octal 347 243 334

Shades and tints

Shades of #E7A3DC

#E7A3DC
(231,163,220)
#D295C8
(210,149,200)
#BD87B4
(189,135,180)
#A879A0
(168,121,160)
#936B8C
(147,107,140)
#7E5D78
(126,93,120)
#694F64
(105,79,100)
#544150
(84,65,80)
#3F333C
(63,51,60)
#2A2528
(42,37,40)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #E7A3DC

#E7A3DC
(231,163,220)
#E9ABDF
(233,171,223)
#EBB3E2
(235,179,226)
#EDBBE5
(237,187,229)
#EFC3E8
(239,195,232)
#F1CBEB
(241,203,235)
#F3D3EE
(243,211,238)
#F5DBF1
(245,219,241)
#F7E3F4
(247,227,244)
#F9EBF7
(249,235,247)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A3DC; }

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

This text font color is #E7A3DC.

Background Color

.myBgColor { background-color: #E7A3DC; }

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

This div background color is #E7A3DC.

Border color

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

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

This div border color is #E7A3DC.

Opacity

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

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

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

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

This text has shadow with #E7A3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7A3DC.

Preview

Color preview on black background

This text has color #E7A3DC on black background.


Color preview on white background

This text has color #E7A3DC on white background.


Black color preview on #E7A3DC background

This text has black color on #E7A3DC background.


White color preview on #E7A3DC background

This text has white color on #E7A3DC background.


Related colors

Complementary color

Complementary color for #hex is #185C23.


I love getcolorcode.com

Triadic colors

1 #DCE7A3 and #A3DCE7 with #E7A3DC are triadic colors.

2 #DCA3E7 and #A3E7DC with #E7A3DC are triadic colors.