COLOR #E6AEF1

HEX: #E6AEF1 RGB: (230,174,241)

Color info

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

RGB color model

#E6AEF1 color RGB value is (230,174,241).

RGB: (230,174,241) (90%, 68%, 95%)

RGB channels and saturation

R 230 of 255 = 90%
G 174 of 255 = 68%
B 241 of 255 = 95%

230
174
241

R + G + B ~ 84%. #E6AEF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 174 + 241 = 645 (100%)
R 230 of 645 ~ 35.66%
G 174 of 645 ~ 26.98%
B 241 of 645 ~ 37.36'%

%35.66
%26.98
%37.36

CMYK color model

#E6AEF1 color CMYK value is (5,28,0,5).

  • cyan value is 4.56%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (5,28,0,5)
C5M28Y0K5 (5%, 28%, 0%, 5%)
(0.05 / 0.28 / 0.00 / 0.05)

CMYK percentages

%4.56
%27.8
%0
%5.49

Codes

Color #E6AEF1 in popluar color models

E6 AE F1
RGB 230 174 241
HSL 290° 70.53% 81.37%
HSB/HSV 290° 27.80% 94.51%
CMYK 4.56% 27.80% 0.00%
5.49%

Color #E6AEF1 in popluar number systems.

HEX E6 AE F1
Decimal 230 174 241
Binary 11100110 10101110 11110001
Octal 346 256 361

Shades and tints

Shades of #E6AEF1

#E6AEF1
(230,174,241)
#D29FDC
(210,159,220)
#BE90C7
(190,144,199)
#AA81B2
(170,129,178)
#96729D
(150,114,157)
#826388
(130,99,136)
#6E5473
(110,84,115)
#5A455E
(90,69,94)
#463649
(70,54,73)
#322734
(50,39,52)
#1E181F
(30,24,31)
#000000
(0,0,0)

Tints of #E6AEF1

#E6AEF1
(230,174,241)
#E8B5F2
(232,181,242)
#EABCF3
(234,188,243)
#ECC3F4
(236,195,244)
#EECAF5
(238,202,245)
#F0D1F6
(240,209,246)
#F2D8F7
(242,216,247)
#F4DFF8
(244,223,248)
#F6E6F9
(246,230,249)
#F8EDFA
(248,237,250)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6AEF1 color. Also use rgb(230,174,241) instead hex code.

Text Font Color

.myTextColor { color: #E6AEF1; }

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

This text font color is #E6AEF1.

Background Color

.myBgColor { background-color: #E6AEF1; }

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

This div background color is #E6AEF1.

Border color

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

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

This div border color is #E6AEF1.

Opacity

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

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

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

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

This text has shadow with #E6AEF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6AEF1.

Preview

Color preview on black background

This text has color #E6AEF1 on black background.


Color preview on white background

This text has color #E6AEF1 on white background.


Black color preview on #E6AEF1 background

This text has black color on #E6AEF1 background.


White color preview on #E6AEF1 background

This text has white color on #E6AEF1 background.


Related colors

Complementary color

Complementary color for #hex is #19510E.


I love getcolorcode.com

Triadic colors

1 #F1E6AE and #AEF1E6 with #E6AEF1 are triadic colors.

2 #F1AEE6 and #AEE6F1 with #E6AEF1 are triadic colors.