COLOR #A1AEE0

HEX: #A1AEE0
RGB: (161,174,224)

Color info

#A1AEE0 contains mainly green and blue colors. Web safe color of #A1AEE0 is #9999CC (or #99C).

RGB color model

#A1AEE0 color RGB value is (161,174,224).

  • red value is 161;
  • green value is 174;
  • blue value is 224.
RGB:
(161,174,224)
(63%,68%,88%)

RGB channels and saturation

R 161 of 255 = 63%
G 174 of 255 = 68%
B 224 of 255 = 88%

161
174
224

R + G + B ~ 73%. #A1AEE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 174 + 224 = 559 (100%)
R 161 of 559 ~ 28.8%
G 174 of 559 ~ 31.13%
B 224 of 559 ~ 40.07%

%28.8
%31.13
%40.07

CMYK color model

#A1AEE0 color CMYK value is (28,22,0,12).

  • cyan value is 28.13%
  • magenta value is 22.32%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(28,22,0,12)
C28M22Y0K12 
(28%,22%,0%,12%)
(0.28/0.22/0.00/0.12)	

CMYK percentages

%28.13
%22.32
%0
%12.16

Codes

Color #A1AEE0 in popluar color models

A1AEE0
RGB161174224
HSL228°50.40%75.49%
HSB/HSV228°28.13%87.84%
CMYK28.13%22.32%0.00%
12.16%

Color #A1AEE0 in popluar number systems.

HEXA1AEE0
Decimal161174224
Binary101000011010111011100000
Octal241256340

Shades and tints

Shades of #A1AEE0

#A1AEE0
(161,174,224)
#939FCC
(147,159,204)
#8590B8
(133,144,184)
#7781A4
(119,129,164)
#697290
(105,114,144)
#5B637C
(91,99,124)
#4D5468
(77,84,104)
#3F4554
(63,69,84)
#313640
(49,54,64)
#23272C
(35,39,44)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #A1AEE0

#A1AEE0
(161,174,224)
#A9B5E2
(169,181,226)
#B1BCE4
(177,188,228)
#B9C3E6
(185,195,230)
#C1CAE8
(193,202,232)
#C9D1EA
(201,209,234)
#D1D8EC
(209,216,236)
#D9DFEE
(217,223,238)
#E1E6F0
(225,230,240)
#E9EDF2
(233,237,242)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AEE0 color. Also use rgb(161,174,224) instead hex code.

Text Font Color

.myTextColor { color: #A1AEE0; }

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

This text font color is #A1AEE0.


Background Color

.myBgColor { background-color: #A1AEE0; }

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

This div background color is #A1AEE0.


Border color

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

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

This div border color is #A1AEE0.


Opacity

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

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

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

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

This text has shadow with #A1AEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AEE0 on black background.


Color preview on white background

This text has color #A1AEE0 on white background.



Black color preview on #A1AEE0 background

This text has black color on #A1AEE0 background.


White color preview on #A1AEE0 background

This text has white color on #A1AEE0 background.