COLOR #E3AED2

HEX: #E3AED2 RGB: (227,174,210)

Color info

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

RGB color model

#E3AED2 color RGB value is (227,174,210).

RGB: (227,174,210) (89%, 68%, 82%)

RGB channels and saturation

R 227 of 255 = 89%
G 174 of 255 = 68%
B 210 of 255 = 82%

227
174
210

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

Portions of RGB colors in percentages

R + G + B = 227 + 174 + 210 = 611 (100%)
R 227 of 611 ~ 37.15%
G 174 of 611 ~ 28.48%
B 210 of 611 ~ 34.37'%

%37.15
%28.48
%34.37

CMYK color model

#E3AED2 color CMYK value is (0,23,7,11).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 7.49%
  • key color value is 10.98%

CMYK: (0,23,7,11)
C0M23Y7K11 (0%, 23%, 7%, 11%)
(0.00 / 0.23 / 0.07 / 0.11)

CMYK percentages

%0
%23.35
%7.49
%10.98

Codes

Color #E3AED2 in popluar color models

E3 AE D2
RGB 227 174 210
HSL 319° 48.62% 78.63%
HSB/HSV 319° 23.35% 89.02%
CMYK 0.00% 23.35% 7.49%
10.98%

Color #E3AED2 in popluar number systems.

HEX E3 AE D2
Decimal 227 174 210
Binary 11100011 10101110 11010010
Octal 343 256 322

Shades and tints

Shades of #E3AED2

#E3AED2
(227,174,210)
#CF9FBF
(207,159,191)
#BB90AC
(187,144,172)
#A78199
(167,129,153)
#937286
(147,114,134)
#7F6373
(127,99,115)
#6B5460
(107,84,96)
#57454D
(87,69,77)
#43363A
(67,54,58)
#2F2727
(47,39,39)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #E3AED2

#E3AED2
(227,174,210)
#E5B5D6
(229,181,214)
#E7BCDA
(231,188,218)
#E9C3DE
(233,195,222)
#EBCAE2
(235,202,226)
#EDD1E6
(237,209,230)
#EFD8EA
(239,216,234)
#F1DFEE
(241,223,238)
#F3E6F2
(243,230,242)
#F5EDF6
(245,237,246)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3AED2; }

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

This text font color is #E3AED2.

Background Color

.myBgColor { background-color: #E3AED2; }

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

This div background color is #E3AED2.

Border color

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

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

This div border color is #E3AED2.

Opacity

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

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

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

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

This text has shadow with #E3AED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3AED2.

Preview

Color preview on black background

This text has color #E3AED2 on black background.


Color preview on white background

This text has color #E3AED2 on white background.


Black color preview on #E3AED2 background

This text has black color on #E3AED2 background.


White color preview on #E3AED2 background

This text has white color on #E3AED2 background.


Related colors

Complementary color

Complementary color for #hex is #1C512D.


I love getcolorcode.com

Triadic colors

1 #D2E3AE and #AED2E3 with #E3AED2 are triadic colors.

2 #D2AEE3 and #AEE3D2 with #E3AED2 are triadic colors.