COLOR #A4AEE3

HEX: #A4AEE3
RGB: (164,174,227)

Color info

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

RGB color model

#A4AEE3 color RGB value is (164,174,227).

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

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 227 of 255 = 89%

164
174
227

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

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 227 = 565 (100%)
R 164 of 565 ~ 29.03%
G 174 of 565 ~ 30.8%
B 227 of 565 ~ 40.18%

%29.03
%30.8
%40.18

CMYK color model

#A4AEE3 color CMYK value is (28,23,0,11).

  • cyan value is 27.75%
  • magenta value is 23.35%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(28,23,0,11)
C28M23Y0K11 
(28%,23%,0%,11%)
(0.28/0.23/0.00/0.11)	

CMYK percentages

%27.75
%23.35
%0
%10.98

Codes

Color #A4AEE3 in popluar color models

A4AEE3
RGB164174227
HSL230°52.94%76.67%
HSB/HSV230°27.75%89.02%
CMYK27.75%23.35%0.00%
10.98%

Color #A4AEE3 in popluar number systems.

HEXA4AEE3
Decimal164174227
Binary101001001010111011100011
Octal244256343

Shades and tints

Shades of #A4AEE3

#A4AEE3
(164,174,227)
#969FCF
(150,159,207)
#8890BB
(136,144,187)
#7A81A7
(122,129,167)
#6C7293
(108,114,147)
#5E637F
(94,99,127)
#50546B
(80,84,107)
#424557
(66,69,87)
#343643
(52,54,67)
#26272F
(38,39,47)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #A4AEE3

#A4AEE3
(164,174,227)
#ACB5E5
(172,181,229)
#B4BCE7
(180,188,231)
#BCC3E9
(188,195,233)
#C4CAEB
(196,202,235)
#CCD1ED
(204,209,237)
#D4D8EF
(212,216,239)
#DCDFF1
(220,223,241)
#E4E6F3
(228,230,243)
#ECEDF5
(236,237,245)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AEE3; }

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

This text font color is #A4AEE3.


Background Color

.myBgColor { background-color: #A4AEE3; }

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

This div background color is #A4AEE3.


Border color

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

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

This div border color is #A4AEE3.


Opacity

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

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

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

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

This text has shadow with #A4AEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AEE3 on black background.


Color preview on white background

This text has color #A4AEE3 on white background.



Black color preview on #A4AEE3 background

This text has black color on #A4AEE3 background.


White color preview on #A4AEE3 background

This text has white color on #A4AEE3 background.