COLOR #AEA7ED

HEX: #AEA7ED RGB: (174,167,237)

Color info

#AEA7ED contains mainly blue color. Web safe color of #AEA7ED is #9999FF (or #99F).

RGB color model

#AEA7ED color RGB value is (174,167,237).

RGB: (174,167,237) (68%, 65%, 93%)

RGB channels and saturation

R 174 of 255 = 68%
G 167 of 255 = 65%
B 237 of 255 = 93%

174
167
237

R + G + B ~ 75%. #AEA7ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 167 + 237 = 578 (100%)
R 174 of 578 ~ 30.1%
G 167 of 578 ~ 28.89%
B 237 of 578 ~ 41'%

%30.1
%28.89
%41

CMYK color model

#AEA7ED color CMYK value is (27,30,0,7).

  • cyan value is 26.58%
  • magenta value is 29.54%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (27,30,0,7) C27M30Y0K7 (27%,30%,0%,7%) (0.27/0.30/0.00/0.07) 

CMYK percentages

%26.58
%29.54
%0
%7.06

Codes

Color #AEA7ED in popluar color models

AE A7 ED
RGB 174 167 237
HSL 246° 66.04% 79.22%
HSB/HSV 246° 29.54% 92.94%
CMYK 26.58% 29.54% 0.00%
7.06%

Color #AEA7ED in popluar number systems.

HEX AE A7 ED
Decimal 174 167 237
Binary 10101110 10100111 11101101
Octal 256 247 355

Shades and tints

Shades of #AEA7ED

#AEA7ED
(174,167,237)
#9F98D8
(159,152,216)
#9089C3
(144,137,195)
#817AAE
(129,122,174)
#726B99
(114,107,153)
#635C84
(99,92,132)
#544D6F
(84,77,111)
#453E5A
(69,62,90)
#362F45
(54,47,69)
#272030
(39,32,48)
#18111B
(24,17,27)
#000000
(0,0,0)

Tints of #AEA7ED

#AEA7ED
(174,167,237)
#B5AFEE
(181,175,238)
#BCB7EF
(188,183,239)
#C3BFF0
(195,191,240)
#CAC7F1
(202,199,241)
#D1CFF2
(209,207,242)
#D8D7F3
(216,215,243)
#DFDFF4
(223,223,244)
#E6E7F5
(230,231,245)
#EDEFF6
(237,239,246)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA7ED color. Also use rgb(174,167,237) instead hex code.

Text Font Color

.myTextColor { color: #AEA7ED; }

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

This text font color is #AEA7ED.

Background Color

.myBgColor { background-color: #AEA7ED; }

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

This div background color is #AEA7ED.

Border color

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

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

This div border color is #AEA7ED.

Opacity

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

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

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

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

This text has shadow with #AEA7ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA7ED.

Preview

Color preview on black background

This text has color #AEA7ED on black background.


Color preview on white background

This text has color #AEA7ED on white background.


Black color preview on #AEA7ED background

This text has black color on #AEA7ED background.


White color preview on #AEA7ED background

This text has white color on #AEA7ED background.


Related colors

Complementary color

Complementary color for #hex is #515812.


I love getcolorcode.com

Triadic colors

1 #EDAEA7 and #A7EDAE with #AEA7ED are triadic colors.

2 #EDA7AE and #A7AEED with #AEA7ED are triadic colors.