COLOR #AEA8EB

HEX: #AEA8EB RGB: (174,168,235)

Color info

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

RGB color model

#AEA8EB color RGB value is (174,168,235).

RGB: (174,168,235) (68%, 66%, 92%)

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 235 of 255 = 92%

174
168
235

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

Portions of RGB colors in percentages

R + G + B = 174 + 168 + 235 = 577 (100%)
R 174 of 577 ~ 30.16%
G 168 of 577 ~ 29.12%
B 235 of 577 ~ 40.73'%

%30.16
%29.12
%40.73

CMYK color model

#AEA8EB color CMYK value is (26,29,0,8).

  • cyan value is 25.96%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (26,29,0,8)
C26M29Y0K8 (26%, 29%, 0%, 8%)
(0.26 / 0.29 / 0.00 / 0.08)

CMYK percentages

%25.96
%28.51
%0
%7.84

Codes

Color #AEA8EB in popluar color models

AE A8 EB
RGB 174 168 235
HSL 245° 62.62% 79.02%
HSB/HSV 245° 28.51% 92.16%
CMYK 25.96% 28.51% 0.00%
7.84%

Color #AEA8EB in popluar number systems.

HEX AE A8 EB
Decimal 174 168 235
Binary 10101110 10101000 11101011
Octal 256 250 353

Shades and tints

Shades of #AEA8EB

#AEA8EB
(174,168,235)
#9F99D6
(159,153,214)
#908AC1
(144,138,193)
#817BAC
(129,123,172)
#726C97
(114,108,151)
#635D82
(99,93,130)
#544E6D
(84,78,109)
#453F58
(69,63,88)
#363043
(54,48,67)
#27212E
(39,33,46)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #AEA8EB

#AEA8EB
(174,168,235)
#B5AFEC
(181,175,236)
#BCB6ED
(188,182,237)
#C3BDEE
(195,189,238)
#CAC4EF
(202,196,239)
#D1CBF0
(209,203,240)
#D8D2F1
(216,210,241)
#DFD9F2
(223,217,242)
#E6E0F3
(230,224,243)
#EDE7F4
(237,231,244)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA8EB color. Also use rgb(174,168,235) instead hex code.

Text Font Color

.myTextColor { color: #AEA8EB; }

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

This text font color is #AEA8EB.

Background Color

.myBgColor { background-color: #AEA8EB; }

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

This div background color is #AEA8EB.

Border color

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

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

This div border color is #AEA8EB.

Opacity

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

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

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

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

This text has shadow with #AEA8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA8EB.

Preview

Color preview on black background

This text has color #AEA8EB on black background.


Color preview on white background

This text has color #AEA8EB on white background.


Black color preview on #AEA8EB background

This text has black color on #AEA8EB background.


White color preview on #AEA8EB background

This text has white color on #AEA8EB background.


Related colors

Complementary color

Complementary color for #hex is #515714.


I love getcolorcode.com

Triadic colors

1 #EBAEA8 and #A8EBAE with #AEA8EB are triadic colors.

2 #EBA8AE and #A8AEEB with #AEA8EB are triadic colors.