COLOR #A5AEE3

HEX: #A5AEE3
RGB: (165,174,227)

Color info

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

RGB color model

#A5AEE3 color RGB value is (165,174,227).

  • red value is 165;
  • green value is 174;
  • blue value is 227.
RGB:
(165,174,227)
(65%,68%,89%)

RGB channels and saturation

R 165 of 255 = 65%
G 174 of 255 = 68%
B 227 of 255 = 89%

165
174
227

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

Portions of RGB colors in percentages

R + G + B =
165 + 174 + 227 = 566 (100%)
R 165 of 566 ~ 29.15%
G 174 of 566 ~ 30.74%
B 227 of 566 ~ 40.11%

%29.15
%30.74
%40.11

CMYK color model

#A5AEE3 color CMYK value is (27,23,0,11).

  • cyan value is 27.31%
  • magenta value is 23.35%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(27,23,0,11)
C27M23Y0K11 
(27%,23%,0%,11%)
(0.27/0.23/0.00/0.11)	

CMYK percentages

%27.31
%23.35
%0
%10.98

Codes

Color #A5AEE3 in popluar color models

A5AEE3
RGB165174227
HSL231°52.54%76.86%
HSB/HSV231°27.31%89.02%
CMYK27.31%23.35%0.00%
10.98%

Color #A5AEE3 in popluar number systems.

HEXA5AEE3
Decimal165174227
Binary101001011010111011100011
Octal245256343

Shades and tints

Shades of #A5AEE3

#A5AEE3
(165,174,227)
#969FCF
(150,159,207)
#8790BB
(135,144,187)
#7881A7
(120,129,167)
#697293
(105,114,147)
#5A637F
(90,99,127)
#4B546B
(75,84,107)
#3C4557
(60,69,87)
#2D3643
(45,54,67)
#1E272F
(30,39,47)
#0F181B
(15,24,27)
#000000
(0,0,0)

Tints of #A5AEE3

#A5AEE3
(165,174,227)
#ADB5E5
(173,181,229)
#B5BCE7
(181,188,231)
#BDC3E9
(189,195,233)
#C5CAEB
(197,202,235)
#CDD1ED
(205,209,237)
#D5D8EF
(213,216,239)
#DDDFF1
(221,223,241)
#E5E6F3
(229,230,243)
#EDEDF5
(237,237,245)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AEE3 color. Also use rgb(165,174,227) instead hex code.

Text Font Color

.myTextColor { color: #A5AEE3; }

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

This text font color is #A5AEE3.


Background Color

.myBgColor { background-color: #A5AEE3; }

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

This div background color is #A5AEE3.


Border color

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

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

This div border color is #A5AEE3.


Opacity

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

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

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

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

This text has shadow with #A5AEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AEE3 on black background.


Color preview on white background

This text has color #A5AEE3 on white background.



Black color preview on #A5AEE3 background

This text has black color on #A5AEE3 background.


White color preview on #A5AEE3 background

This text has white color on #A5AEE3 background.