COLOR #AEAAEB

HEX: #AEAAEB
RGB: (174,170,235)

Color info

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

RGB color model

#AEAAEB color RGB value is (174,170,235).

  • red value is 174;
  • green value is 170;
  • blue value is 235.
RGB:
(174,170,235)
(68%,67%,92%)

RGB channels and saturation

R 174 of 255 = 68%
G 170 of 255 = 67%
B 235 of 255 = 92%

174
170
235

R + G + B ~ 76%. #AEAAEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 170 + 235 = 579 (100%)
R 174 of 579 ~ 30.05%
G 170 of 579 ~ 29.36%
B 235 of 579 ~ 40.59%

%30.05
%29.36
%40.59

CMYK color model

#AEAAEB color CMYK value is (26,28,0,8).

  • cyan value is 25.96%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(26,28,0,8)
C26M28Y0K8 
(26%,28%,0%,8%)
(0.26/0.28/0.00/0.08)	

CMYK percentages

%25.96
%27.66
%0
%7.84

Codes

Color #AEAAEB in popluar color models

AEAAEB
RGB174170235
HSL244°61.90%79.41%
HSB/HSV244°27.66%92.16%
CMYK25.96%27.66%0.00%
7.84%

Color #AEAAEB in popluar number systems.

HEXAEAAEB
Decimal174170235
Binary101011101010101011101011
Octal256252353

Shades and tints

Shades of #AEAAEB

#AEAAEB
(174,170,235)
#9F9BD6
(159,155,214)
#908CC1
(144,140,193)
#817DAC
(129,125,172)
#726E97
(114,110,151)
#635F82
(99,95,130)
#54506D
(84,80,109)
#454158
(69,65,88)
#363243
(54,50,67)
#27232E
(39,35,46)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #AEAAEB

#AEAAEB
(174,170,235)
#B5B1EC
(181,177,236)
#BCB8ED
(188,184,237)
#C3BFEE
(195,191,238)
#CAC6EF
(202,198,239)
#D1CDF0
(209,205,240)
#D8D4F1
(216,212,241)
#DFDBF2
(223,219,242)
#E6E2F3
(230,226,243)
#EDE9F4
(237,233,244)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAAEB; }

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

This text font color is #AEAAEB.


Background Color

.myBgColor { background-color: #AEAAEB; }

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

This div background color is #AEAAEB.


Border color

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

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

This div border color is #AEAAEB.


Opacity

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

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

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

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

This text has shadow with #AEAAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAAEB on black background.


Color preview on white background

This text has color #AEAAEB on white background.



Black color preview on #AEAAEB background

This text has black color on #AEAAEB background.


White color preview on #AEAAEB background

This text has white color on #AEAAEB background.