COLOR #E6AEFF

HEX: #E6AEFF RGB: (230,174,255)

Color info

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

RGB color model

#E6AEFF color RGB value is (230,174,255).

RGB: (230,174,255) (90%, 68%, 100%)

RGB channels and saturation

R 230 of 255 = 90%
G 174 of 255 = 68%
B 255 of 255 = 100%

230
174
255

R + G + B ~ 86%. #E6AEFF is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 174 + 255 = 659 (100%)
R 230 of 659 ~ 34.9%
G 174 of 659 ~ 26.4%
B 255 of 659 ~ 38.69'%

%34.9
%26.4
%38.69

CMYK color model

#E6AEFF color CMYK value is (10,32,0,0).

  • cyan value is 9.80%
  • magenta value is 31.76%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (10,32,0,0) C10M32Y0K0 (10%,32%,0%,0%) (0.10/0.32/0.00/0.00) 

CMYK percentages

%9.8
%31.76
%0
%0

Codes

Color #E6AEFF in popluar color models

E6 AE FF
RGB 230 174 255
HSL 281° 100.00% 84.12%
HSB/HSV 281° 31.76% 100.00%
CMYK 9.80% 31.76% 0.00%
0.00%

Color #E6AEFF in popluar number systems.

HEX E6 AE FF
Decimal 230 174 255
Binary 11100110 10101110 11111111
Octal 346 256 377

Shades and tints

Shades of #E6AEFF

#E6AEFF
(230,174,255)
#D29FE8
(210,159,232)
#BE90D1
(190,144,209)
#AA81BA
(170,129,186)
#9672A3
(150,114,163)
#82638C
(130,99,140)
#6E5475
(110,84,117)
#5A455E
(90,69,94)
#463647
(70,54,71)
#322730
(50,39,48)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6AEFF

#E6AEFF
(230,174,255)
#E8B5FF
(232,181,255)
#EABCFF
(234,188,255)
#ECC3FF
(236,195,255)
#EECAFF
(238,202,255)
#F0D1FF
(240,209,255)
#F2D8FF
(242,216,255)
#F4DFFF
(244,223,255)
#F6E6FF
(246,230,255)
#F8EDFF
(248,237,255)
#FAF4FF
(250,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6AEFF; }

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

This text font color is #E6AEFF.

Background Color

.myBgColor { background-color: #E6AEFF; }

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

This div background color is #E6AEFF.

Border color

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

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

This div border color is #E6AEFF.

Opacity

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

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

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

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

This text has shadow with #E6AEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6AEFF.

Preview

Color preview on black background

This text has color #E6AEFF on black background.


Color preview on white background

This text has color #E6AEFF on white background.


Black color preview on #E6AEFF background

This text has black color on #E6AEFF background.


White color preview on #E6AEFF background

This text has white color on #E6AEFF background.


Related colors

Complementary color

Complementary color for #hex is #195100.


I love getcolorcode.com

Triadic colors

1 #FFE6AE and #AEFFE6 with #E6AEFF are triadic colors.

2 #FFAEE6 and #AEE6FF with #E6AEFF are triadic colors.