COLOR #A3AEE5

HEX: #A3AEE5
RGB: (163,174,229)

Color info

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

RGB color model

#A3AEE5 color RGB value is (163,174,229).

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

RGB channels and saturation

R 163 of 255 = 64%
G 174 of 255 = 68%
B 229 of 255 = 90%

163
174
229

R + G + B ~ 74%. #A3AEE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 174 + 229 = 566 (100%)
R 163 of 566 ~ 28.8%
G 174 of 566 ~ 30.74%
B 229 of 566 ~ 40.46%

%28.8
%30.74
%40.46

CMYK color model

#A3AEE5 color CMYK value is (29,24,0,10).

  • cyan value is 28.82%
  • magenta value is 24.02%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(29,24,0,10)
C29M24Y0K10 
(29%,24%,0%,10%)
(0.29/0.24/0.00/0.10)	

CMYK percentages

%28.82
%24.02
%0
%10.2

Codes

Color #A3AEE5 in popluar color models

A3AEE5
RGB163174229
HSL230°55.93%76.86%
HSB/HSV230°28.82%89.80%
CMYK28.82%24.02%0.00%
10.20%

Color #A3AEE5 in popluar number systems.

HEXA3AEE5
Decimal163174229
Binary101000111010111011100101
Octal243256345

Shades and tints

Shades of #A3AEE5

#A3AEE5
(163,174,229)
#959FD1
(149,159,209)
#8790BD
(135,144,189)
#7981A9
(121,129,169)
#6B7295
(107,114,149)
#5D6381
(93,99,129)
#4F546D
(79,84,109)
#414559
(65,69,89)
#333645
(51,54,69)
#252731
(37,39,49)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #A3AEE5

#A3AEE5
(163,174,229)
#ABB5E7
(171,181,231)
#B3BCE9
(179,188,233)
#BBC3EB
(187,195,235)
#C3CAED
(195,202,237)
#CBD1EF
(203,209,239)
#D3D8F1
(211,216,241)
#DBDFF3
(219,223,243)
#E3E6F5
(227,230,245)
#EBEDF7
(235,237,247)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AEE5; }

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

This text font color is #A3AEE5.


Background Color

.myBgColor { background-color: #A3AEE5; }

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

This div background color is #A3AEE5.


Border color

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

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

This div border color is #A3AEE5.


Opacity

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

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

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

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

This text has shadow with #A3AEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AEE5 on black background.


Color preview on white background

This text has color #A3AEE5 on white background.



Black color preview on #A3AEE5 background

This text has black color on #A3AEE5 background.


White color preview on #A3AEE5 background

This text has white color on #A3AEE5 background.