COLOR #E3A3D1

HEX: #E3A3D1
RGB: (227,163,209)

Color info

#E3A3D1 contains mainly red and blue colors. Web safe color of #E3A3D1 is #CC99CC (or #C9C).

RGB color model

#E3A3D1 color RGB value is (227,163,209).

  • red value is 227;
  • green value is 163;
  • blue value is 209.
RGB:
(227,163,209)
(89%,64%,82%)

RGB channels and saturation

R 227 of 255 = 89%
G 163 of 255 = 64%
B 209 of 255 = 82%

227
163
209

R + G + B ~ 78%. #E3A3D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 163 + 209 = 599 (100%)
R 227 of 599 ~ 37.9%
G 163 of 599 ~ 27.21%
B 209 of 599 ~ 34.89%

%37.9
%27.21
%34.89

CMYK color model

#E3A3D1 color CMYK value is (0,28,8,11).

  • cyan value is 0.00%
  • magenta value is 28.19%
  • yellow value is 7.93%
  • key color value is 10.98%
CMYK:
(0,28,8,11)
C0M28Y8K11 
(0%,28%,8%,11%)
(0.00/0.28/0.08/0.11)	

CMYK percentages

%0
%28.19
%7.93
%10.98

Codes

Color #E3A3D1 in popluar color models

E3A3D1
RGB227163209
HSL317°53.33%76.47%
HSB/HSV317°28.19%89.02%
CMYK0.00%28.19%7.93%
10.98%

Color #E3A3D1 in popluar number systems.

HEXE3A3D1
Decimal227163209
Binary111000111010001111010001
Octal343243321

Shades and tints

Shades of #E3A3D1

#E3A3D1
(227,163,209)
#CF95BE
(207,149,190)
#BB87AB
(187,135,171)
#A77998
(167,121,152)
#936B85
(147,107,133)
#7F5D72
(127,93,114)
#6B4F5F
(107,79,95)
#57414C
(87,65,76)
#433339
(67,51,57)
#2F2526
(47,37,38)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #E3A3D1

#E3A3D1
(227,163,209)
#E5ABD5
(229,171,213)
#E7B3D9
(231,179,217)
#E9BBDD
(233,187,221)
#EBC3E1
(235,195,225)
#EDCBE5
(237,203,229)
#EFD3E9
(239,211,233)
#F1DBED
(241,219,237)
#F3E3F1
(243,227,241)
#F5EBF5
(245,235,245)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A3D1 color. Also use rgb(227,163,209) instead hex code.

Text Font Color

.myTextColor { color: #E3A3D1; }

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

This text font color is #E3A3D1.


Background Color

.myBgColor { background-color: #E3A3D1; }

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

This div background color is #E3A3D1.


Border color

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

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

This div border color is #E3A3D1.


Opacity

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

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

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

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

This text has shadow with #E3A3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A3D1 on black background.


Color preview on white background

This text has color #E3A3D1 on white background.



Black color preview on #E3A3D1 background

This text has black color on #E3A3D1 background.


White color preview on #E3A3D1 background

This text has white color on #E3A3D1 background.