COLOR #A4AAE4

HEX: #A4AAE4
RGB: (164,170,228)

Color info

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

RGB color model

#A4AAE4 color RGB value is (164,170,228).

  • red value is 164;
  • green value is 170;
  • blue value is 228.
RGB:
(164,170,228)
(64%,67%,89%)

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 228 of 255 = 89%

164
170
228

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

Portions of RGB colors in percentages

R + G + B =
164 + 170 + 228 = 562 (100%)
R 164 of 562 ~ 29.18%
G 170 of 562 ~ 30.25%
B 228 of 562 ~ 40.57%

%29.18
%30.25
%40.57

CMYK color model

#A4AAE4 color CMYK value is (28,25,0,11).

  • cyan value is 28.07%
  • magenta value is 25.44%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(28,25,0,11)
C28M25Y0K11 
(28%,25%,0%,11%)
(0.28/0.25/0.00/0.11)	

CMYK percentages

%28.07
%25.44
%0
%10.59

Codes

Color #A4AAE4 in popluar color models

A4AAE4
RGB164170228
HSL234°54.24%76.86%
HSB/HSV234°28.07%89.41%
CMYK28.07%25.44%0.00%
10.59%

Color #A4AAE4 in popluar number systems.

HEXA4AAE4
Decimal164170228
Binary101001001010101011100100
Octal244252344

Shades and tints

Shades of #A4AAE4

#A4AAE4
(164,170,228)
#969BD0
(150,155,208)
#888CBC
(136,140,188)
#7A7DA8
(122,125,168)
#6C6E94
(108,110,148)
#5E5F80
(94,95,128)
#50506C
(80,80,108)
#424158
(66,65,88)
#343244
(52,50,68)
#262330
(38,35,48)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #A4AAE4

#A4AAE4
(164,170,228)
#ACB1E6
(172,177,230)
#B4B8E8
(180,184,232)
#BCBFEA
(188,191,234)
#C4C6EC
(196,198,236)
#CCCDEE
(204,205,238)
#D4D4F0
(212,212,240)
#DCDBF2
(220,219,242)
#E4E2F4
(228,226,244)
#ECE9F6
(236,233,246)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AAE4 color. Also use rgb(164,170,228) instead hex code.

Text Font Color

.myTextColor { color: #A4AAE4; }

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

This text font color is #A4AAE4.


Background Color

.myBgColor { background-color: #A4AAE4; }

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

This div background color is #A4AAE4.


Border color

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

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

This div border color is #A4AAE4.


Opacity

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

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

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

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

This text has shadow with #A4AAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AAE4 on black background.


Color preview on white background

This text has color #A4AAE4 on white background.



Black color preview on #A4AAE4 background

This text has black color on #A4AAE4 background.


White color preview on #A4AAE4 background

This text has white color on #A4AAE4 background.