COLOR #E3A6EF

HEX: #E3A6EF
RGB: (227,166,239)

Color info

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

RGB color model

#E3A6EF color RGB value is (227,166,239).

  • red value is 227;
  • green value is 166;
  • blue value is 239.
RGB:
(227,166,239)
(89%,65%,94%)

RGB channels and saturation

R 227 of 255 = 89%
G 166 of 255 = 65%
B 239 of 255 = 94%

227
166
239

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

Portions of RGB colors in percentages

R + G + B =
227 + 166 + 239 = 632 (100%)
R 227 of 632 ~ 35.92%
G 166 of 632 ~ 26.27%
B 239 of 632 ~ 37.82%

%35.92
%26.27
%37.82

CMYK color model

#E3A6EF color CMYK value is (5,31,0,6).

  • cyan value is 5.02%
  • magenta value is 30.54%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(5,31,0,6)
C5M31Y0K6 
(5%,31%,0%,6%)
(0.05/0.31/0.00/0.06)	

CMYK percentages

%5.02
%30.54
%0
%6.27

Codes

Color #E3A6EF in popluar color models

E3A6EF
RGB227166239
HSL290°69.52%79.41%
HSB/HSV290°30.54%93.73%
CMYK5.02%30.54%0.00%
6.27%

Color #E3A6EF in popluar number systems.

HEXE3A6EF
Decimal227166239
Binary111000111010011011101111
Octal343246357

Shades and tints

Shades of #E3A6EF

#E3A6EF
(227,166,239)
#CF97DA
(207,151,218)
#BB88C5
(187,136,197)
#A779B0
(167,121,176)
#936A9B
(147,106,155)
#7F5B86
(127,91,134)
#6B4C71
(107,76,113)
#573D5C
(87,61,92)
#432E47
(67,46,71)
#2F1F32
(47,31,50)
#1B101D
(27,16,29)
#000000
(0,0,0)

Tints of #E3A6EF

#E3A6EF
(227,166,239)
#E5AEF0
(229,174,240)
#E7B6F1
(231,182,241)
#E9BEF2
(233,190,242)
#EBC6F3
(235,198,243)
#EDCEF4
(237,206,244)
#EFD6F5
(239,214,245)
#F1DEF6
(241,222,246)
#F3E6F7
(243,230,247)
#F5EEF8
(245,238,248)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A6EF color. Also use rgb(227,166,239) instead hex code.

Text Font Color

.myTextColor { color: #E3A6EF; }

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

This text font color is #E3A6EF.


Background Color

.myBgColor { background-color: #E3A6EF; }

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

This div background color is #E3A6EF.


Border color

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

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

This div border color is #E3A6EF.


Opacity

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

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

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

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

This text has shadow with #E3A6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A6EF on black background.


Color preview on white background

This text has color #E3A6EF on white background.



Black color preview on #E3A6EF background

This text has black color on #E3A6EF background.


White color preview on #E3A6EF background

This text has white color on #E3A6EF background.