COLOR #AEABE5

HEX: #AEABE5
RGB: (174,171,229)

Color info

#AEABE5 contains red, green and blue colors in about the same proportion. Web safe color of #AEABE5 is #9999CC (or #99C).

RGB color model

#AEABE5 color RGB value is (174,171,229).

  • red value is 174;
  • green value is 171;
  • blue value is 229.
RGB:
(174,171,229)
(68%,67%,90%)

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 229 of 255 = 90%

174
171
229

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

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 229 = 574 (100%)
R 174 of 574 ~ 30.31%
G 171 of 574 ~ 29.79%
B 229 of 574 ~ 39.9%

%30.31
%29.79
%39.9

CMYK color model

#AEABE5 color CMYK value is (24,25,0,10).

  • cyan value is 24.02%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(24,25,0,10)
C24M25Y0K10 
(24%,25%,0%,10%)
(0.24/0.25/0.00/0.10)	

CMYK percentages

%24.02
%25.33
%0
%10.2

Codes

Color #AEABE5 in popluar color models

AEABE5
RGB174171229
HSL243°52.73%78.43%
HSB/HSV243°25.33%89.80%
CMYK24.02%25.33%0.00%
10.20%

Color #AEABE5 in popluar number systems.

HEXAEABE5
Decimal174171229
Binary101011101010101111100101
Octal256253345

Shades and tints

Shades of #AEABE5

#AEABE5
(174,171,229)
#9F9CD1
(159,156,209)
#908DBD
(144,141,189)
#817EA9
(129,126,169)
#726F95
(114,111,149)
#636081
(99,96,129)
#54516D
(84,81,109)
#454259
(69,66,89)
#363345
(54,51,69)
#272431
(39,36,49)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #AEABE5

#AEABE5
(174,171,229)
#B5B2E7
(181,178,231)
#BCB9E9
(188,185,233)
#C3C0EB
(195,192,235)
#CAC7ED
(202,199,237)
#D1CEEF
(209,206,239)
#D8D5F1
(216,213,241)
#DFDCF3
(223,220,243)
#E6E3F5
(230,227,245)
#EDEAF7
(237,234,247)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEABE5 color. Also use rgb(174,171,229) instead hex code.

Text Font Color

.myTextColor { color: #AEABE5; }

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

This text font color is #AEABE5.


Background Color

.myBgColor { background-color: #AEABE5; }

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

This div background color is #AEABE5.


Border color

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

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

This div border color is #AEABE5.


Opacity

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

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

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

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

This text has shadow with #AEABE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABE5 on black background.


Color preview on white background

This text has color #AEABE5 on white background.



Black color preview on #AEABE5 background

This text has black color on #AEABE5 background.


White color preview on #AEABE5 background

This text has white color on #AEABE5 background.