COLOR #E3AED6

HEX: #E3AED6
RGB: (227,174,214)

Color info

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

RGB color model

#E3AED6 color RGB value is (227,174,214).

  • red value is 227;
  • green value is 174;
  • blue value is 214.
RGB:
(227,174,214)
(89%,68%,84%)

RGB channels and saturation

R 227 of 255 = 89%
G 174 of 255 = 68%
B 214 of 255 = 84%

227
174
214

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

Portions of RGB colors in percentages

R + G + B =
227 + 174 + 214 = 615 (100%)
R 227 of 615 ~ 36.91%
G 174 of 615 ~ 28.29%
B 214 of 615 ~ 34.8%

%36.91
%28.29
%34.8

CMYK color model

#E3AED6 color CMYK value is (0,23,6,11).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 5.73%
  • key color value is 10.98%
CMYK:
(0,23,6,11)
C0M23Y6K11 
(0%,23%,6%,11%)
(0.00/0.23/0.06/0.11)	

CMYK percentages

%0
%23.35
%5.73
%10.98

Codes

Color #E3AED6 in popluar color models

E3AED6
RGB227174214
HSL315°48.62%78.63%
HSB/HSV315°23.35%89.02%
CMYK0.00%23.35%5.73%
10.98%

Color #E3AED6 in popluar number systems.

HEXE3AED6
Decimal227174214
Binary111000111010111011010110
Octal343256326

Shades and tints

Shades of #E3AED6

#E3AED6
(227,174,214)
#CF9FC3
(207,159,195)
#BB90B0
(187,144,176)
#A7819D
(167,129,157)
#93728A
(147,114,138)
#7F6377
(127,99,119)
#6B5464
(107,84,100)
#574551
(87,69,81)
#43363E
(67,54,62)
#2F272B
(47,39,43)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #E3AED6

#E3AED6
(227,174,214)
#E5B5D9
(229,181,217)
#E7BCDC
(231,188,220)
#E9C3DF
(233,195,223)
#EBCAE2
(235,202,226)
#EDD1E5
(237,209,229)
#EFD8E8
(239,216,232)
#F1DFEB
(241,223,235)
#F3E6EE
(243,230,238)
#F5EDF1
(245,237,241)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3AED6 color. Also use rgb(227,174,214) instead hex code.

Text Font Color

.myTextColor { color: #E3AED6; }

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

This text font color is #E3AED6.


Background Color

.myBgColor { background-color: #E3AED6; }

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

This div background color is #E3AED6.


Border color

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

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

This div border color is #E3AED6.


Opacity

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

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

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

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

This text has shadow with #E3AED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AED6 on black background.


Color preview on white background

This text has color #E3AED6 on white background.



Black color preview on #E3AED6 background

This text has black color on #E3AED6 background.


White color preview on #E3AED6 background

This text has white color on #E3AED6 background.